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-01-15T03:14:26.978Z||main|||||INFO|500||The following profiles are active: basic
2022-01-15T03:14:36.425Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-15T03:14:36.426Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-15T03:14:36.533Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-15T03:14:38.636Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-15T03:14:38.827Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-15T03:14:39.174Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-15T03:14:39.182Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-15T03:14:39.271Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-15T03:14:39.431Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-15T03:14:39.816Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-15T03:14:40.890Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-15T03:14:42.773Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-15T03:14:42.818Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-15T03:14:43.279Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-15T03:14:43.495Z||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-01-15T03:14:44.621Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-15T03:14:45.586Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-15T03:14:45.601Z||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$$9365e490.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-01-15T03:14:45.602Z||main|||||WARN|500||The sdc end point is not alive
2022-01-15T03:14:48.266Z||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-01-15T03:14:50.840Z||main|||||WARN|500||---
2022-01-15T03:14:50.840Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-15T03:14:50.841Z||main|||||WARN|500||---
2022-01-15T03:14:51.213Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-15T03:14:55.231Z||main|||||INFO|500||Started Application in 32.563 seconds (JVM running for 33.672)
2022-01-15T03:14:55.242Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:14:55.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:14:55.273Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:14:55.293Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:14:55.364Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43b05a98-55cf-4e85-817d-f95b4135de45 url= /sdc/v1/artifactTypes
2022-01-15T03:14:55.364Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:14:56.453Z||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.37.199] 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$$674059d4.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-01-15T03:14:56.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64692fb7
2022-01-15T03:14:56.457Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:14:56.470Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:14:56.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:14:56.474Z||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$$674059d4.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-01-15T03:15:45.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:15:45.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:15:45.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:15:45.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:15:45.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e907df2-a6c0-4dc2-a900-a63e23c228b5 url= /sdc/v1/artifactTypes
2022-01-15T03:15:45.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:15:46.281Z||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.37.199] 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$$674059d4.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-01-15T03:15:46.283Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52695e52
2022-01-15T03:15:46.283Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:15:46.283Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:15:46.284Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:15:46.284Z||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$$674059d4.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-01-15T03:16:35.228Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:16:35.232Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:16:35.233Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:16:35.240Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:16:35.248Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8891cf3-e3b3-4c90-8208-1fd68dc118ec url= /sdc/v1/artifactTypes
2022-01-15T03:16:35.249Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:16:36.294Z||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.37.199] 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$$674059d4.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-01-15T03:16:36.295Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70dc2067
2022-01-15T03:16:36.295Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:16:36.295Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:16:36.295Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:16:36.296Z||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$$674059d4.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-01-15T03:17:25.228Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:17:25.228Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:17:25.229Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:17:25.232Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:17:25.237Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e8a9873-d0ea-4230-9084-c954d1037986 url= /sdc/v1/artifactTypes
2022-01-15T03:17:25.237Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:17:26.278Z||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.37.199] 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$$674059d4.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-01-15T03:17:26.278Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@685db6ed
2022-01-15T03:17:26.278Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:17:26.279Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:17:26.279Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:17:26.280Z||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$$674059d4.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-01-15T03:18:15.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:18:15.228Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:18:15.228Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:18:15.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:18:15.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 748c92b6-242e-463d-9abf-ae842e8ddf47 url= /sdc/v1/artifactTypes
2022-01-15T03:18:15.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:18:16.261Z||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.37.199] 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$$674059d4.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-01-15T03:18:16.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bd19c47
2022-01-15T03:18:16.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:18:16.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:18:16.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:18:16.263Z||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$$674059d4.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-01-15T03:19:05.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:19:05.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:19:05.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:19:05.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:19:05.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd03f5e6-b2bb-447d-a5e5-c2d7fb78ba95 url= /sdc/v1/artifactTypes
2022-01-15T03:19:05.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:19:06.276Z||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.37.199] 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$$674059d4.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-01-15T03:19:06.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fbde0a6
2022-01-15T03:19:06.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:19:06.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:19:06.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:19:06.278Z||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$$674059d4.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-01-15T03:19:55.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:19:55.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:19:55.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:19:55.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:19:55.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cdc2fff-0b9a-40df-a60c-b93004ff91bc url= /sdc/v1/artifactTypes
2022-01-15T03:19:55.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:19:56.260Z||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.37.199] 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$$674059d4.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-01-15T03:19:56.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1498a0a3
2022-01-15T03:19:56.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:19:56.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:19:56.261Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:19:56.262Z||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$$674059d4.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-01-15T03:20:45.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:20:45.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:20:45.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:20:45.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:20:45.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 741f5d2f-e52f-4774-b2b5-3b917372427d url= /sdc/v1/artifactTypes
2022-01-15T03:20:45.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:20:46.277Z||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.37.199] 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$$674059d4.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-01-15T03:20:46.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5691fe6e
2022-01-15T03:20:46.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:20:46.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:20:46.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:20:46.278Z||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$$674059d4.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-01-15T03:21:35.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:21:35.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:21:35.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:21:35.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:21:35.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03c63345-d4e8-4386-8a60-c634cfbcd67d url= /sdc/v1/artifactTypes
2022-01-15T03:21:35.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:21:36.262Z||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.37.199] 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$$674059d4.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-01-15T03:21:36.263Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22a54e8f
2022-01-15T03:21:36.263Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:21:36.263Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:21:36.264Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:21:36.264Z||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$$674059d4.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-01-15T03:22:25.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:22:25.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:22:25.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:22:25.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:22:25.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5bc46ba-29d0-4b77-b267-0bfb2059398a url= /sdc/v1/artifactTypes
2022-01-15T03:22:25.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:22:26.276Z||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.37.199] 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$$674059d4.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-01-15T03:22:26.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38d28bc1
2022-01-15T03:22:26.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:22:26.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:22:26.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:22:26.278Z||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$$674059d4.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-01-15T03:23:15.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:23:15.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:23:15.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:23:15.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:23:15.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e65ff2d-c7e6-419c-a868-f2fa4d81bea5 url= /sdc/v1/artifactTypes
2022-01-15T03:23:15.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:23:16.265Z||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.37.199] 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$$674059d4.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-01-15T03:23:16.266Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ed9701
2022-01-15T03:23:16.266Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:23:16.266Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:23:16.266Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:23:16.267Z||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$$674059d4.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-01-15T03:24:05.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:24:05.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:24:05.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:24:05.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:24:05.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f59b85f-1c3f-4379-adf4-566beafff732 url= /sdc/v1/artifactTypes
2022-01-15T03:24:05.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:24:06.276Z||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.37.199] 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$$674059d4.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-01-15T03:24:06.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54526540
2022-01-15T03:24:06.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:24:06.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:24:06.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:24:06.278Z||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$$674059d4.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-01-15T03:24:28.864Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-15T03:24:55.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:24:55.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:24:55.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:24:55.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:24:55.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1890b1f-b0b2-4528-98ea-08279cc591d2 url= /sdc/v1/artifactTypes
2022-01-15T03:24:55.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:24:56.261Z||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.37.199] 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$$674059d4.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-01-15T03:24:56.262Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28bca12a
2022-01-15T03:24:56.262Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:24:56.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:24:56.263Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:24:56.263Z||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$$674059d4.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-01-15T03:25:45.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:25:45.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:25:45.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:25:45.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:25:45.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5f3238c-843e-426c-be8b-9f499b458251 url= /sdc/v1/artifactTypes
2022-01-15T03:25:45.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:25:46.276Z||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.37.199] 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$$674059d4.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-01-15T03:25:46.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67e34932
2022-01-15T03:25:46.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:25:46.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:25:46.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:25:46.278Z||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$$674059d4.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-01-15T03:26:35.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:26:35.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:26:35.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:26:35.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:26:35.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec6fd224-988e-4ce4-bc05-3a3313a053f5 url= /sdc/v1/artifactTypes
2022-01-15T03:26:35.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:26:36.261Z||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.37.199] 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$$674059d4.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-01-15T03:26:36.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23c24e21
2022-01-15T03:26:36.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:26:36.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:26:36.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:26:36.262Z||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$$674059d4.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-01-15T03:27:25.229Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:27:25.229Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:27:25.229Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:27:25.232Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:27:25.238Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1e1c97a-8292-42ee-98b6-eaa09ae39c11 url= /sdc/v1/artifactTypes
2022-01-15T03:27:25.238Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:27:26.277Z||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.37.199] 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$$674059d4.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-01-15T03:27:26.278Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e81e68f
2022-01-15T03:27:26.278Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:27:26.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:27:26.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:27:26.279Z||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$$674059d4.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-01-15T03:28:15.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:28:15.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:28:15.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:28:15.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:28:15.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c097cf6-9325-4e1b-a859-761a3476c735 url= /sdc/v1/artifactTypes
2022-01-15T03:28:15.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:28:16.261Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:28:16.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3205758c
2022-01-15T03:28:16.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:28:16.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:28:16.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:28:16.262Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:29:05.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:29:05.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:29:05.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:29:05.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:29:05.232Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7dc6e26e-6a55-421c-a319-70c10ab835ef url= /sdc/v1/artifactTypes
2022-01-15T03:29:05.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:29:06.244Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:29:06.245Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61a14ba
2022-01-15T03:29:06.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:29:06.245Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:29:06.245Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:29:06.246Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:29:55.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:29:55.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:29:55.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:29:55.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:29:55.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c978974c-16e9-4edc-bdbc-04bd3ce3b834 url= /sdc/v1/artifactTypes
2022-01-15T03:29:55.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:29:56.277Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:29:56.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d367e8a
2022-01-15T03:29:56.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:29:56.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:29:56.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:29:56.278Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:30:45.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:30:45.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:30:45.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:30:45.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:30:45.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c34776ec-e938-4c5b-8d43-7132a8d395e7 url= /sdc/v1/artifactTypes
2022-01-15T03:30:45.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:30:46.276Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:30:46.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f3b15b5
2022-01-15T03:30:46.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:30:46.277Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:30:46.277Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:30:46.278Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:31:35.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:31:35.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:31:35.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:31:35.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:31:35.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70871bc4-2b78-41fa-83b8-15b5fc1dd573 url= /sdc/v1/artifactTypes
2022-01-15T03:31:35.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:31:36.261Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:31:36.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b701766
2022-01-15T03:31:36.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:31:36.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:31:36.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:31:36.262Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:32:25.227Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:32:25.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:32:25.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:32:25.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:32:25.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5553e9a-40d6-4e7b-86da-4952e251d6bb url= /sdc/v1/artifactTypes
2022-01-15T03:32:25.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:32:26.277Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:32:26.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@578f25f9
2022-01-15T03:32:26.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:32:26.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:32:26.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:32:26.278Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:33:15.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:33:15.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:33:15.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:33:15.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:33:15.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bfce422-804f-47c9-8644-d8539372bc7f url= /sdc/v1/artifactTypes
2022-01-15T03:33:15.235Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:33:16.262Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:33:16.262Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45734ba9
2022-01-15T03:33:16.262Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:33:16.262Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:33:16.263Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:33:16.263Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:34:05.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:34:05.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:34:05.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:34:05.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:34:05.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de1c6f26-bb19-44e9-bff0-7a6e96f989e5 url= /sdc/v1/artifactTypes
2022-01-15T03:34:05.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:34:06.244Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:34:06.245Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@498560b0
2022-01-15T03:34:06.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:34:06.245Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:34:06.245Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:34:06.245Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:34:55.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:34:55.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:34:55.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:34:55.230Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:34:55.235Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a1dc37f-25b9-4131-a4e2-487c21e4bd38 url= /sdc/v1/artifactTypes
2022-01-15T03:34:55.236Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:34:56.261Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:34:56.262Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d5d85fc
2022-01-15T03:34:56.262Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:34:56.263Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:34:56.263Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:34:56.264Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:35:45.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:35:45.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:35:45.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:35:45.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:35:45.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 881cb4f3-1217-4672-b4e0-12d1aadb82d2 url= /sdc/v1/artifactTypes
2022-01-15T03:35:45.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:35:46.249Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:35:46.250Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34dfae0
2022-01-15T03:35:46.250Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:35:46.250Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:35:46.251Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:35:46.251Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:36:35.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:36:35.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:36:35.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:36:35.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:36:35.234Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b224afd3-71b7-4847-a69c-f6a53a5bec5d url= /sdc/v1/artifactTypes
2022-01-15T03:36:35.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:36:36.261Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:36:36.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@186087c4
2022-01-15T03:36:36.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:36:36.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:36:36.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:36:36.262Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:37:25.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:37:25.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:37:25.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:37:25.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:37:25.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3644342f-4139-4167-bdaa-6ee382c7d8e5 url= /sdc/v1/artifactTypes
2022-01-15T03:37:25.234Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:37:26.277Z||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.37.199] 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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-01-15T03:37:26.277Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f39feae
2022-01-15T03:37:26.277Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-15T03:37:26.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-15T03:37:26.278Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-15T03:37:26.279Z||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$$674059d4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-01-15T03:38:15.226Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T03:38:15.227Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T03:38:15.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T03:38:15.229Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T03:38:15.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9749d71a-a929-4749-81aa-c905aeed32a2 url= /sdc/v1/artifactTypes
2022-01-15T03:38:15.233Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T03:38:15.405Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-15T03:38:15.412Z||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-01-15T03:38:15.433Z||scheduling-1|||||DEBUG|500||create keys
2022-01-15T03:38:15.439Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-15T03:38:15.475Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:38:15.489Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c55b725-5b24-4537-8285-128079e74dac url= /sdc/v1/registerForDistribution
2022-01-15T03:38:15.618Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c55b725-5b24-4537-8285-128079e74dac url= /sdc/v1/registerForDistribution
2022-01-15T03:38:15.618Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-15T03:38:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:38:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:38:15.629Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-15T03:38:15.630Z||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-01-15T03:38:15.630Z||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-01-15T03:38:15.630Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:38:15.630Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:38:26.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:38:26.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:39:15.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:39:15.624Z||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-01-15T03:39:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:39:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:39:15.625Z||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-01-15T03:39:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:39:25.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:39:25.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:40:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:40:15.624Z||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-01-15T03:40:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:40:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:40:15.626Z||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-01-15T03:40:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:40:25.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:40:25.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:41:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:41:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T03:41:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T03:41:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:41:15.626Z||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-01-15T03:41:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:41:25.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:41:25.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:42:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:42:15.624Z||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-01-15T03:42:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:42:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:42:15.626Z||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-01-15T03:42:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:42:25.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:42:25.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:43:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:43:15.624Z||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-01-15T03:43:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:43:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:43:15.626Z||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-01-15T03:43:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:43:25.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:43:25.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:44:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:44:15.624Z||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-01-15T03:44:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:44:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:44:15.625Z||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-01-15T03:44:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:44:25.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:44:25.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:45:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:45:15.624Z||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-01-15T03:45:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:45:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:45:15.626Z||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-01-15T03:45:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:45:25.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:45:25.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:46:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:46:15.624Z||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-01-15T03:46:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:46:15.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:46:15.625Z||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-01-15T03:46:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:46:25.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:46:25.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:47:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:47:15.624Z||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-01-15T03:47:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:47:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:47:15.625Z||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-01-15T03:47:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:47:25.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:47:25.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:48:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:48:15.624Z||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-01-15T03:48:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:48:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:48:15.626Z||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-01-15T03:48:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:48:25.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:48:25.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:49:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:49:15.624Z||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-01-15T03:49:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:49:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:49:15.625Z||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-01-15T03:49:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:49:25.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:49:25.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:50:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:50:15.624Z||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-01-15T03:50:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:50:15.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:50:15.626Z||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-01-15T03:50:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:50:25.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:50:25.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:51:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:51:15.624Z||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-01-15T03:51:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:51:15.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:51:15.626Z||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-01-15T03:51:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:51:25.172Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:51:25.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:52:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:52:15.624Z||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-01-15T03:52:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:52:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:52:15.626Z||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-01-15T03:52:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:52:25.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:52:25.177Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:53:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:53:15.624Z||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-01-15T03:53:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:53:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:53:15.625Z||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-01-15T03:53:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:53:25.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:53:25.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:54:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:54:15.624Z||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-01-15T03:54:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:54:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:54:15.626Z||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-01-15T03:54:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:54:25.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:54:25.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:55:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:55:15.624Z||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-01-15T03:55:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:55:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:55:15.625Z||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-01-15T03:55:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:55:25.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:55:25.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:56:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:56:15.625Z||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-01-15T03:56:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:56:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:56:15.625Z||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-01-15T03:56:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:56:25.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:56:25.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:57:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:57:15.624Z||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-01-15T03:57:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:57:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:57:15.625Z||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-01-15T03:57:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:57:25.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:57:25.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:58:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:58:15.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:58:15.627Z||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-01-15T03:58:15.627Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:58:15.633Z||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-01-15T03:58:15.634Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:58:25.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:58:25.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:59:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:59:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:59:15.626Z||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-01-15T03:59:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:59:15.626Z||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-01-15T03:59:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T03:59:25.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:59:25.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:00:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:00:15.625Z||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-01-15T04:00:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:00:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:00:15.626Z||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-01-15T04:00:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:00:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:00:25.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:01:15.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:01:15.624Z||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-01-15T04:01:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:01:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:01:15.625Z||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-01-15T04:01:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:01:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:01:25.173Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:02:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:02:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:02:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:02:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:02:15.626Z||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-01-15T04:02:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:02:25.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:02:25.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:03:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:03:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:03:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:03:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:03:15.625Z||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-01-15T04:03:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:03:25.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:03:25.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:04:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:04:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:04:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:04:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:04:15.625Z||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-01-15T04:04:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:04:25.171Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:04:25.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:05:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:05:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:05:15.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:05:15.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:05:15.625Z||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-01-15T04:05:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:05:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:05:25.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:06:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:06:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:06:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:06:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:06:15.625Z||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-01-15T04:06:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:06:25.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:06:25.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:07:15.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:07:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:07:15.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:07:15.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:07:15.626Z||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-01-15T04:07:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:07:25.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:07:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:08:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:08:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:08:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:08:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:08:15.625Z||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-01-15T04:08:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:08:25.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:08:25.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:09:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:09:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:09:15.625Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:09:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:09:15.625Z||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-01-15T04:09:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:09:25.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:09:25.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:10:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:10:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:10:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:10:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:10:15.625Z||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-01-15T04:10:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:10:25.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:10:25.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:11:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:11:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:11:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:11:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:11:15.626Z||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-01-15T04:11:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:11:25.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:11:25.171Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:12:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:12:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:12:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:12:15.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:12:15.625Z||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-01-15T04:12:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:12:25.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:12:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:13:15.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:13:15.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:13:15.624Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:13:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:13:15.625Z||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-01-15T04:13:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:13:25.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:13:25.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:14:15.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:14:15.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:14:15.624Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:14:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:14:15.626Z||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-01-15T04:14:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:14:25.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:14:25.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:15:15.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:15:15.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:15:15.624Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:15:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:15:15.625Z||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-01-15T04:15:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:15:25.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:15:25.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:16:15.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:16:15.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:16:15.625Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:16:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:16:15.625Z||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-01-15T04:16:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:16:25.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:16:25.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:17:15.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:17:15.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:17:15.625Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:17:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:17:15.625Z||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-01-15T04:17:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:17:25.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:17:25.173Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:18:15.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:18:15.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:18:15.624Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:18:15.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:18:15.625Z||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-01-15T04:18:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:18:25.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:18:25.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:19:15.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:19:15.624Z||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-01-15T04:19:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:19:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:19:15.626Z||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-01-15T04:19:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:19:25.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:19:25.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:20:15.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:20:15.624Z||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-01-15T04:20:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:20:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:20:15.625Z||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-01-15T04:20:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:20:25.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:20:25.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:21:15.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:21:15.624Z||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-01-15T04:21:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:21:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:21:15.625Z||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-01-15T04:21:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:21:25.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:21:25.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:22:15.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:22:15.624Z||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-01-15T04:22:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:22:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:22:15.626Z||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-01-15T04:22:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:22:25.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:22:25.171Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:23:15.623Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:23:15.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:23:15.624Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:23:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:23:15.625Z||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-01-15T04:23:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:23:25.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:23:25.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:24:15.623Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:24:15.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:24:15.624Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:24:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:24:15.625Z||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-01-15T04:24:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:24:25.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:24:25.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:25:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:25:15.624Z||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-01-15T04:25:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:25:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:25:15.627Z||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-01-15T04:25:15.627Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:25:25.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:25:25.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:26:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:26:15.624Z||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-01-15T04:26:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:26:15.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:26:15.625Z||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-01-15T04:26:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:26:25.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:26:25.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:27:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:27:15.624Z||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-01-15T04:27:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:27:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:27:15.625Z||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-01-15T04:27:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:27:25.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:27:25.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:28:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:28:15.624Z||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-01-15T04:28:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:28:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:28:15.625Z||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-01-15T04:28:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:28:25.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:28:25.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:29:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:29:15.625Z||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-01-15T04:29:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:29:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:29:15.625Z||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-01-15T04:29:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:29:25.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:29:25.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:30:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:30:15.624Z||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-01-15T04:30:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:30:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:30:15.625Z||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-01-15T04:30:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:30:25.171Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:30:25.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:31:15.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:31:15.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:31:15.628Z||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-01-15T04:31:15.628Z||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-01-15T04:31:15.628Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:31:15.628Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:31:25.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:31:25.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:32:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:32:15.624Z||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-01-15T04:32:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:32:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:32:15.625Z||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-01-15T04:32:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:32:25.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:32:25.173Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:33:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:33:15.624Z||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-01-15T04:33:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:33:15.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:33:15.625Z||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-01-15T04:33:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:33:25.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:33:25.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:34:15.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:34:15.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:34:15.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:34:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:34:15.625Z||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-01-15T04:34:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:34:25.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:34:25.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:35:15.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:35:15.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:35:15.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:35:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:35:15.625Z||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-01-15T04:35:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:35:25.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:35:25.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:36:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:36:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:36:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:36:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:36:15.626Z||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-01-15T04:36:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:36:25.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:36:25.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:37:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:37:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:37:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:37:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:37:15.625Z||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-01-15T04:37:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:37:25.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:37:25.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:38:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:38:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:38:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:38:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:38:15.625Z||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-01-15T04:38:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:38:25.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:38:25.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:39:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:39:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:39:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:39:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:39:15.625Z||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-01-15T04:39:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:39:25.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:39:25.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:40:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:40:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:40:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:40:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:40:15.626Z||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-01-15T04:40:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:40:25.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:40:25.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:41:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:41:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:41:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:41:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:41:15.625Z||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-01-15T04:41:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:41:25.169Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:41:25.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:42:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:42:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:42:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:42:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:42:15.625Z||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-01-15T04:42:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:42:25.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:42:25.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:43:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:43:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:43:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:43:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:43:15.625Z||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-01-15T04:43:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:43:25.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:43:25.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:44:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:44:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:44:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:44:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:44:15.625Z||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-01-15T04:44:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:44:25.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:44:25.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:45:15.623Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:45:15.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:45:15.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:45:15.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:45:15.625Z||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-01-15T04:45:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:45:25.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:45:25.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:46:15.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:46:15.624Z||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-01-15T04:46:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:46:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:46:15.626Z||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-01-15T04:46:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:46:25.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:46:25.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:47:15.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:47:15.624Z||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-01-15T04:47:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:47:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:47:15.625Z||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-01-15T04:47:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:47:25.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:47:25.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:15.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:48:15.624Z||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-01-15T04:48:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:48:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:48:15.625Z||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-01-15T04:48:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:48:15.794Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:15.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222069887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222071020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "dcae-sch",
  "timestamp": 1642222069052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222084521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:15.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222084538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "cds",
  "timestamp": 1642222085552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-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-01-15T04:48:15.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:48:15.989Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:48:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222085613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:16.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222078991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222086799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222087861,
  "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-01-15T04:48:16.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:48:16.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:48:16.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222088864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222082735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222090524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222091532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:16.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "policy-id",
  "timestamp": 1642222092535,
  "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-01-15T04:48:16.041Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:48:16.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:48:16.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222087521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222088436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222095364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:16.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:48:16.256Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:16.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T04:48:16.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e77a4293-9b61-4fce-ad07-918f2e875d70","serviceName":"vFW 2022-01-15 04-46-05","serviceVersion":"1.0","serviceUUID":"b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0","serviceDescription":"catalog service description","serviceInvariantUUID":"cb7d272e-4999-46c3-b2c9-2f26eae6a642","resources":[{"resourceInstanceName":"vFW 852becb2-0e96 0","resourceName":"vFW 852becb2-0e96","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab2ffece-0e60-4d12-8a69-4b15099639ea","resourceInvariantUUID":"2c31c5db-bbbb-493d-87dc-e28336725da2","resourceCustomizationUUID":"cb3da970-db05-4273-97b6-692866878118","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml","artifactChecksum":"ZDFmZDQ5OTE5MGZjNGI5YzU5ZWI3MmRiMmVkZDExZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b118ec32-e780-4a68-873a-4cbe312c0624","artifactVersion":"1"},{"artifactName":"vfw852becb20e960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json","artifactChecksum":"ZjRlZTAyYzY4NWI4YTFmZmRhZWQwODVlNTVlNzM3MzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2d4e72c-f32f-471a-a2dc-9a320931a381","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c3994c8-e66b-4d57-a330-296057ad4603","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml","artifactChecksum":"YjFmZTMxNzBlZDMyNzJkYjMxNzI0OGVhNzRjMTk0ZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49d0b291-941f-421a-9174-918545c6f4c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0","artifactVersion":"2","generatedFromUUID":"5c3994c8-e66b-4d57-a330-296057ad4603"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220115044605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml","artifactChecksum":"M2QxOTRlNjlhMDcyZWJhY2EyNjcwMjkyZDA2OWUwNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16358a0b-fea0-4b4d-97e3-1e9a297fca05","artifactVersion":"1"},{"artifactName":"service-Vfw20220115044605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar","artifactChecksum":"ZWNkZmQ4ZDQyNWMzY2UyMzhlNTNhNTZiYTY1NzQ1MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6509a23-c2e0-456b-8877-338c1d674404","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T04:48:16.262Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:16.267Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:16.273Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:16.273Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:16.373Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-15T04:48:16.377Z||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-01-15T04:48:16.377Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:16.390Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:16.391Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:17.278Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:17.278Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:17.280Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:17.280Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:48:17.380Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:17.381Z||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-01-15T04:48:17.381Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:17.394Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:17.394Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:18.280Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:18.281Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:18.283Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:18.283Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:48:18.383Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:18.384Z||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-01-15T04:48:18.384Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:18.396Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:18.397Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:19.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:19.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:19.286Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:19.286Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:19.386Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:19.387Z||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-01-15T04:48:19.387Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:19.400Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:19.400Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:20.286Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:20.287Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:20.289Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:20.289Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:48:20.389Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:20.390Z||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-01-15T04:48:20.390Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:20.405Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:20.405Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:21.290Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:21.290Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:21.292Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:21.292Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:48:21.392Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T04:48:21.393Z||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-01-15T04:48:21.394Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:21.410Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:21.411Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:22.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:48:22.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:22.295Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:22.295Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:48:22.395Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:22.396Z||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-01-15T04:48:22.396Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:22.412Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:22.412Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:23.296Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "serviceName": "vFW 2022-01-15 04-46-05",
  "serviceVersion": "1.0",
  "serviceUUID": "b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cb7d272e-4999-46c3-b2c9-2f26eae6a642",
  "resources": [
    {
      "resourceInstanceName": "vFW 852becb2-0e96 0",
      "resourceCustomizationUUID": "cb3da970-db05-4273-97b6-692866878118",
      "resourceName": "vFW 852becb2-0e96",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ab2ffece-0e60-4d12-8a69-4b15099639ea",
      "resourceInvariantUUID": "2c31c5db-bbbb-493d-87dc-e28336725da2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw852becb20e960_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
          "artifactChecksum": "ZjRlZTAyYzY4NWI4YTFmZmRhZWQwODVlNTVlNzM3MzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2d4e72c-f32f-471a-a2dc-9a320931a381",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c3994c8-e66b-4d57-a330-296057ad4603",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0",
            "generatedFromUUID": "5c3994c8-e66b-4d57-a330-296057ad4603"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220115044605-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
      "artifactChecksum": "ZWNkZmQ4ZDQyNWMzY2UyMzhlNTNhNTZiYTY1NzQ1MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6509a23-c2e0-456b-8877-338c1d674404"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T04:48:23.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T04:48:23.297Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0 ASDC
2022-01-15T04:48:23.398Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e77a4293-9b61-4fce-ad07-918f2e875d70
ServiceName:vFW 2022-01-15 04-46-05
ServiceVersion:1.0
ServiceUUID:b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0
ServiceInvariantUUID:cb7d272e-4999-46c3-b2c9-2f26eae6a642
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220115044605-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar
ArtifactUUID:c6509a23-c2e0-456b-8877-338c1d674404
ArtifactChecksum:ZWNkZmQ4ZDQyNWMzY2UyMzhlNTNhNTZiYTY1NzQ1MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 852becb2-0e96 0
ResourceCustomizationUUID:cb3da970-db05-4273-97b6-692866878118
ResourceInvariantUUID:2c31c5db-bbbb-493d-87dc-e28336725da2
ResourceName:vFW 852becb2-0e96
ResourceType:VF
ResourceUUID:ab2ffece-0e60-4d12-8a69-4b15099639ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw852becb20e960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json
ArtifactUUID:e2d4e72c-f32f-471a-a2dc-9a320931a381
ArtifactChecksum:ZjRlZTAyYzY4NWI4YTFmZmRhZWQwODVlNTVlNzM3MzY=
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/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml
ArtifactUUID:5c3994c8-e66b-4d57-a330-296057ad4603
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/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
ArtifactUUID:9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0
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/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
ArtifactUUID:9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T04:48:23.398Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0 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-01-15T04:48:23.442Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:48:23.443Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-15T04:48:23.444Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-15T04:48:23.444Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6509a23-c2e0-456b-8877-338c1d674404 from URL: /sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:23.444Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-15T04:48:23.445Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:23.515Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-15T04:48:23.529Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar c6509a23-c2e0-456b-8877-338c1d674404 98900
2022-01-15T04:48:23.529Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar ASDC sendASDCNotification
2022-01-15T04:48:23.529Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:23.530Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:48:23.531Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:23.532Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:23.533Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222103529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:23.633Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:23.633Z||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-01-15T04:48:23.634Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:23.647Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:23.648Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:24.533Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:48:24.534Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-01-15T04:48:24.535Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c6509a23-c2e0-456b-8877-338c1d674404, URL: /sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar to file: /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:24.535Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220115044605-csar.csar
2022-01-15T04:48:24.601Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:24.601Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:25.001Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5704826857019647182/Definitions/service-Vfw20220115044605-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-01-15T04:48:27.347Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||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-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||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-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.351Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||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-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 852becb2-0e96 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-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:27.352Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-01-15T04:48:27.358Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.359Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.362Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:27.362Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-15T04:48:27.364Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:48:27.365Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.365Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.365Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:27.365Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-01-15T04:48:27.366Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:48:27.366Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.366Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.369Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.370Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:48:27.371Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.371Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T04:48:27.371Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.371Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T04:48:27.372Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.372Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:27.372Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:27.373Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:48:27.374Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c08b5b28-eebe-4b1a-95ef-394de9854b79
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.375Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f844974-1eed-40cf-a7e0-8894d644cadb
2022-01-15T04:48:27.376Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.377Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a081fe4-fa9d-42de-b1e6-78beb61fb821
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.378Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:27.379Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-15 04-46-05
Description:catalog service description
Model UUID:b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0
Model Version:NULL
Model InvariantUuid:cb7d272e-4999-46c3-b2c9-2f26eae6a642
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 852becb2-0e96
Model UUID:c3e04271-5a5f-44b2-9c22-888a211e913a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c31c5db-bbbb-493d-87dc-e28336725da2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb3da970-db05-4273-97b6-692866878118
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d0f06d8-0f5b-4748-b06c-7cacd112fce4
ModelName:Vfw852becb20e96..base_vfw..module-0
ModelUuid:366f5dae-f3c7-47b7-9a42-811eae4e23d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c08b5b28-eebe-4b1a-95ef-394de9854b79
ModelInvariantUuid:0e8f8e34-ef3c-45f1-84c0-243a1d1c65b2
ModelName:vFW 852becb2-0e96-nodes.vfwCvfc
ModelUuid:d8fd50fa-2534-49ac-a7b7-bb746c270be9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4dba256b-6d9f-4dab-9336-351a6e80718d
ModelInvariantUuid:14180ac7-4361-4996-8a00-95e71f21d11a
ModelName:Vfw852becb20e96.compute.nodes.heat.vfw
ModelUuid:f0163b90-3e03-49f5-83f8-6e28ce464b10
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7f844974-1eed-40cf-a7e0-8894d644cadb
ModelInvariantUuid:f2a6d279-0270-4e65-9e24-1345acd03e24
ModelName:vFW 852becb2-0e96-nodes.vsnCvfc
ModelUuid:2ad8ae36-8d82-4295-ab26-1ce3c12cc190
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:28e04049-964b-421a-a8f4-622fedc1488e
ModelInvariantUuid:e23c8652-1574-41fc-9f3e-54634818db47
ModelName:Vfw852becb20e96.compute.nodes.heat.vsn
ModelUuid:32c162a2-25a9-498f-b342-f3426592acfe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0a081fe4-fa9d-42de-b1e6-78beb61fb821
ModelInvariantUuid:66da4418-24ac-4a1a-b323-8f6e9ad29f93
ModelName:vFW 852becb2-0e96-nodes.vpgCvfc
ModelUuid:3f181de1-4d7b-4523-ac54-593add11f662
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3ded7130-39e3-4ded-b1b3-71a153af6146
ModelInvariantUuid:0e89b775-7149-4cae-9e71-286df290783e
ModelName:Vfw852becb20e96.compute.nodes.heat.vpg
ModelUuid:ff6a8e89-9ee6-4bf7-8e62-2f5474cd778c
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-01-15T04:48:27.392Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ab2ffece-0e60-4d12-8a69-4b15099639ea
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-01-15T04:48:27.466Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||vFW 852becb2-0e96 0
2022-01-15T04:48:27.472Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab2ffece-0e60-4d12-8a69-4b15099639ea
2022-01-15T04:48:27.472Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e2d4e72c-f32f-471a-a2dc-9a320931a381 from URL: /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json
2022-01-15T04:48:27.472Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-15T04:48:27.472Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json
2022-01-15T04:48:27.538Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-15T04:48:27.538Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json e2d4e72c-f32f-471a-a2dc-9a320931a381 785
2022-01-15T04:48:27.538Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json ASDC sendASDCNotification
2022-01-15T04:48:27.538Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json
2022-01-15T04:48:27.538Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:48:27.539Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:27.540Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:27.540Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222107538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:27.640Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:27.641Z||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-01-15T04:48:27.641Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:27.657Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:27.657Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T04:48:28.541Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw852becb20e96..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2d0f06d8-0f5b-4748-b06c-7cacd112fce4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "366f5dae-f3c7-47b7-9a42-811eae4e23d1",
    "vfModuleModelCustomizationUUID": "9feabc86-faaa-44cf-832c-f4802c512b73",
    "isBase": true,
    "artifacts": [
      "5c3994c8-e66b-4d57-a330-296057ad4603",
      "9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0"
    ],
    "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-01-15T04:48:28.553Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw852becb20e96..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:366f5dae-f3c7-47b7-9a42-811eae4e23d1
VfModuleModelInvariantUUID:2d0f06d8-0f5b-4748-b06c-7cacd112fce4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c3994c8-e66b-4d57-a330-296057ad4603
,
9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0

}
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-01-15T04:48:28.555Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw852becb20e96..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2d0f06d8-0f5b-4748-b06c-7cacd112fce4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "366f5dae-f3c7-47b7-9a42-811eae4e23d1",
    "vfModuleModelCustomizationUUID": "9feabc86-faaa-44cf-832c-f4802c512b73",
    "isBase": true,
    "artifacts": [
      "5c3994c8-e66b-4d57-a330-296057ad4603",
      "9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0"
    ],
    "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-01-15T04:48:28.555Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw852becb20e96..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:366f5dae-f3c7-47b7-9a42-811eae4e23d1
VfModuleModelInvariantUUID:2d0f06d8-0f5b-4748-b06c-7cacd112fce4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c3994c8-e66b-4d57-a330-296057ad4603
,
9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0

}
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-01-15T04:48:28.555Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c3994c8-e66b-4d57-a330-296057ad4603 from URL: /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml
2022-01-15T04:48:28.555Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-15T04:48:28.555Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml
2022-01-15T04:48:28.636Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-15T04:48:28.637Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml 5c3994c8-e66b-4d57-a330-296057ad4603 20368
2022-01-15T04:48:28.638Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T04:48:28.638Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml
2022-01-15T04:48:28.638Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:48:28.638Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:28.640Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:28.640Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222108638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:28.741Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:28.742Z||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-01-15T04:48:28.742Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:28.754Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:28.755Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:29.641Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0 from URL: /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
2022-01-15T04:48:29.642Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-01-15T04:48:29.642Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
2022-01-15T04:48:29.853Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-01-15T04:48:29.854Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env 9e4d20eb-b6e3-40e6-b271-cc7e8e5fd5c0 2098
2022-01-15T04:48:29.854Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T04:48:29.854Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
2022-01-15T04:48:29.854Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:48:29.854Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:29.856Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:29.856Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222109854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:48:29.957Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:29.958Z||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-01-15T04:48:29.958Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:29.971Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:29.971Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:30.857Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0
2022-01-15T04:48:30.857Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 852becb2-0e96 0 ab2ffece-0e60-4d12-8a69-4b15099639ea 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-01-15T04:48:30.888Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fa13704, org.onap.sdc.toscaparser.api.parameters.Input@72ab469a, org.onap.sdc.toscaparser.api.parameters.Input@3fa6167a, org.onap.sdc.toscaparser.api.parameters.Input@3f9e844, org.onap.sdc.toscaparser.api.parameters.Input@4526e628]
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cb3da970-db05-4273-97b6-692866878118
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb3da970-db05-4273-97b6-692866878118 matches Tosca VF Customization UUID: cb3da970-db05-4273-97b6-692866878118
2022-01-15T04:48:30.891Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cb3da970-db05-4273-97b6-692866878118  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-01-15T04:48:30.896Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.896Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.897Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cb3da970-db05-4273-97b6-692866878118: {\"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-01-15T04:48:30.898Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@caa72d2
2022-01-15T04:48:30.898Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.898Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T04:48:30.898Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9feabc86-faaa-44cf-832c-f4802c512b73
2022-01-15T04:48:30.899Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9feabc86-faaa-44cf-832c-f4802c512b73
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-01-15T04:48:30.904Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.904Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.904Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:30.905Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.905Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.905Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:30.905Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:48:30.906Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:48:30.907Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.907Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.907Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:48:30.907Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.907Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:48:30.908Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.908Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c08b5b28-eebe-4b1a-95ef-394de9854b79
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-01-15T04:48:30.915Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.916Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.916Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:30.916Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.916Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.917Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:48:30.918Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:30.918Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T04:48:30.918Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:48:30.918Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.918Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:48:30.919Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.919Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f844974-1eed-40cf-a7e0-8894d644cadb
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-01-15T04:48:30.920Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.921Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.921Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:30.923Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.923Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is not matching search criteria
2022-01-15T04:48:30.923Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:48:30.923Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:48:30.923Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.924Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.924Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.924Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:48:30.924Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:48:30.924Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:48:30.925Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:48:30.925Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:48:30.925Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:48:30.925Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T04:48:30.925Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a081fe4-fa9d-42de-b1e6-78beb61fb821
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-01-15T04:48:30.927Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.927Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.927Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:48:30.928Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.928Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Node template vFW 852becb2-0e96 0 is matching search criteria
2022-01-15T04:48:30.928Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 852becb2-0e96 0] matching following query criteria: sdcType=VF, customizationUUID=cb3da970-db05-4273-97b6-692866878118
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-01-15T04:48:30.930Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.930Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.930Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0: vFW 852becb2-0e96
2022-01-15T04:48:30.930Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.931Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.931Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.931Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.931Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.931Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.932Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.932Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.932Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:48:30.932Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-01-15 04-46-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:48:30.932Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-01-15 04-46-05 
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-01-15T04:48:31.153Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 852becb2-0e96 ab2ffece-0e60-4d12-8a69-4b15099639ea 1 ASDC deployResourceStructure
2022-01-15T04:48:31.154Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json ASDC sendASDCNotification
2022-01-15T04:48:31.154Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json
2022-01-15T04:48:31.154Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:48:31.154Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:31.156Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:31.156Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222111154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:31.256Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:31.257Z||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-01-15T04:48:31.257Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:31.270Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:31.270Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:32.157Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T04:48:32.157Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml
2022-01-15T04:48:32.157Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:48:32.158Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:32.159Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:32.159Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222112157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:32.259Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:32.260Z||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-01-15T04:48:32.260Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:32.274Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:32.274Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:33.160Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T04:48:33.161Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env
2022-01-15T04:48:33.161Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:48:33.161Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:33.163Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:33.163Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222113160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:33.263Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:33.264Z||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-01-15T04:48:33.264Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:33.278Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:33.279Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:34.164Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar ASDC sendASDCNotification
2022-01-15T04:48:34.165Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar
2022-01-15T04:48:34.165Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:48:34.165Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:48:34.166Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:48:34.167Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222114164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:48:34.267Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:48:34.268Z||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-01-15T04:48:34.268Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:48:34.280Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:48:34.281Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:48:35.168Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:48:35.186Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:48:35.189Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:48:35.189Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:48:35.189Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:49:05.189Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:49:05.199Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:49:05.202Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:49:05.202Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:49:05.202Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:49:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:49:15.626Z||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-01-15T04:49:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:49:15.648Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:49:15.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:49:15.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:49:15.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:49:35.202Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:49:35.214Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:49:35.217Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:49:35.217Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:49:35.217Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:50:05.218Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:50:05.228Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:50:05.230Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:50:05.231Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:50:05.231Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:50:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:50:15.626Z||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-01-15T04:50:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:50:16.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:50:16.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222090996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222098889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222100114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:50:16.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222101118,
  "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-01-15T04:50:16.161Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:50:16.161Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:50:16.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222095623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222103529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222104308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222106324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "clamp",
  "timestamp": 1642222107328,
  "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-01-15T04:50:16.173Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:50:16.173Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:50:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222107538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222108638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222109850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222109854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:50:16.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "aai-ml",
  "timestamp": 1642222110854,
  "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-01-15T04:50:16.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e77a4293-9b61-4fce-ad07-918f2e875d70
2022-01-15T04:50:16.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:50:16.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222111154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/vfw852becb20e960_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222112157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222113160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/resourceInstances/vfw852becb20e960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222114164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115044605/1.0/artifacts/service-Vfw20220115044605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:50:16.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:50:35.231Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:50:35.242Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:50:35.244Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:50:35.244Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T04:50:35.244Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T04:50:35.244Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:50:35.245Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T04:50:35.250Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T04:51:05.250Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e77a4293-9b61-4fce-ad07-918f2e875d70 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-01-15T04:51:05.257Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e77a4293-9b61-4fce-ad07-918f2e875d70 and serviceModelVersionId: b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0
2022-01-15T04:51:05.258Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb7d272e-4999-46c3-b2c9-2f26eae6a642
2022-01-15T04:51:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:51:15.626Z||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-01-15T04:51:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:51:17.167Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0
2022-01-15T04:51:17.259Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T04:51:17.709Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0|INFO|500||Invoke
2022-01-15T04:51:17.715Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e77a4293-9b61-4fce-ad07-918f2e875d70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8f7e9c4-f734-49b4-b3a8-204fa19f2c41], X-ECOMP-RequestID=[e77a4293-9b61-4fce-ad07-918f2e875d70], X-TransactionId=[], X-ONAP-RequestID=[e77a4293-9b61-4fce-ad07-918f2e875d70], Content-Type=[application/merge-patch+json]}
2022-01-15T04:51:17.832Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T04:51:18.112Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?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/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-04:51:17:842-4696], vertex-id=[184336], Content-Length=[0], Date=[Sat, 15 Jan 2022 04:51:17 GMT], Content-Type=[application/json]}
2022-01-15T04:51:18.113Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T04:51:18.114Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb7d272e-4999-46c3-b2c9-2f26eae6a642/model-vers/model-ver/b97fa1b6-9d4b-49b3-9ae8-7b7520c43db0?depth=0|INFO|500||InvokeReturn
2022-01-15T04:51:18.117Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T04:51:18.117Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T04:51:18.122Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T04:51:18.123Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e77a4293-9b61-4fce-ad07-918f2e875d70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T04:51:18.123Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T04:51:18.125Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:51:18.127Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:51:18.127Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222278123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:51:18.227Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:51:18.228Z||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-01-15T04:51:18.228Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:51:18.242Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:51:18.242Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:51:18.854Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:51:18.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:51:18.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e77a4293-9b61-4fce-ad07-918f2e875d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222278123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:51:18.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-15T04:51:19.138Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:51:19.139Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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-01-15T04:51:19.139Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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 cJe7shfEtfjQuscL) ...
2022-01-15T04:51:29.440Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:51:29.440Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:51:29.441Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:51:29.441Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:51:38.986Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:51:38.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:51:38.987Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:51:38.987Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:51:48.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:52:15.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:52:15.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:52:15.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:52:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:52:15.625Z||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-01-15T04:52:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:52:25.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:52:25.167Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:15.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:53:15.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:53:15.624Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:53:15.625Z||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-01-15T04:53:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:53:15.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:15.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222369887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222371020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "dcae-sch",
  "timestamp": 1642222369052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222362735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222379735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222379754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222379760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "cds",
  "timestamp": 1642222380759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-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-01-15T04:53:15.796Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:53:15.796Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222380764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222380872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "policy-id",
  "timestamp": 1642222381766,
  "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-01-15T04:53:15.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:53:15.806Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:53:15.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222382041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222383336,
  "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-01-15T04:53:15.819Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:53:15.819Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:53:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222384339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:15.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222378991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222387521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:15.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222388436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222395277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:15.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:53:16.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:16.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T04:53:16.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f509281e-4974-4d88-82bc-069fc057e06d","serviceName":"vFW 2022-01-15 04-51-21","serviceVersion":"1.0","serviceUUID":"8d8b1c4e-3d97-419c-b4d1-013fd721132e","serviceDescription":"catalog service description","serviceInvariantUUID":"4275e7fb-3ade-4a35-8444-889364a9ef6e","resources":[{"resourceInstanceName":"vFW 0c031ab7-d1d8 0","resourceName":"vFW 0c031ab7-d1d8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29a809b9-0804-49b9-9d30-a35acd23606d","resourceInvariantUUID":"30ec8703-7daf-4623-ac12-9797715a006c","resourceCustomizationUUID":"5af41467-6bac-4640-9442-8b36a1b0e906","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml","artifactChecksum":"NTI3M2YyYjIzODU4MjFkNTEyYTEzMDIwYjI5NTIxYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e087b829-65de-41d7-9e8b-19d2b6f0c1c5","artifactVersion":"1"},{"artifactName":"vfw0c031ab7d1d80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json","artifactChecksum":"MzczOGM4MDQ4MzcxMTI2MDJmYmVlMWE2NTAzMzdjNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb7db8e3-d927-40b5-9dac-22eec7fab5d7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d9bae7a-bf02-4539-a654-ffebc61587aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml","artifactChecksum":"NmQyOWNkMWE5ODZjNGJhNjg0NjI3NWQyNWYxMzNkMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f156896b-33e0-4f6d-a6dc-20d416702101","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd","artifactVersion":"2","generatedFromUUID":"7d9bae7a-bf02-4539-a654-ffebc61587aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220115045121-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml","artifactChecksum":"ZjhjNGNjYTQyNGNiZDFlOTU2ZmE2OWY0OTA3NzA0Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c357fec5-3c1a-4a9d-8a29-4c6343e70112","artifactVersion":"1"},{"artifactName":"service-Vfw20220115045121-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar","artifactChecksum":"ZGQ1MDdkOTZhMDE4MWU4MDYyYzg1NTM1ZTkzZGYwODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f202481-17f6-4a00-a71e-dd7a70908d9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T04:53:16.257Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:16.257Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:16.259Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:16.259Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:16.359Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:16.360Z||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-01-15T04:53:16.360Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:16.373Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:16.373Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:17.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:17.260Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:17.262Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:17.262Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:53:17.362Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:17.363Z||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-01-15T04:53:17.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:17.376Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:17.376Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:18.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:18.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:18.265Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:18.265Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:53:18.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:18.366Z||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-01-15T04:53:18.366Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:18.380Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:18.380Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:19.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:19.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:19.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:19.268Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:19.369Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T04:53:19.370Z||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-01-15T04:53:19.370Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:19.381Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:19.381Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:20.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:20.270Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:20.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:20.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:53:20.371Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:20.372Z||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-01-15T04:53:20.372Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:20.385Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:20.386Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:21.272Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:21.272Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:21.274Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:21.274Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:53:21.374Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:21.375Z||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-01-15T04:53:21.375Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:21.388Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:21.389Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:22.274Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:53:22.275Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:22.276Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:22.276Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:53:22.376Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:22.377Z||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-01-15T04:53:22.377Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:22.389Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:22.389Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:23.278Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "serviceName": "vFW 2022-01-15 04-51-21",
  "serviceVersion": "1.0",
  "serviceUUID": "8d8b1c4e-3d97-419c-b4d1-013fd721132e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4275e7fb-3ade-4a35-8444-889364a9ef6e",
  "resources": [
    {
      "resourceInstanceName": "vFW 0c031ab7-d1d8 0",
      "resourceCustomizationUUID": "5af41467-6bac-4640-9442-8b36a1b0e906",
      "resourceName": "vFW 0c031ab7-d1d8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29a809b9-0804-49b9-9d30-a35acd23606d",
      "resourceInvariantUUID": "30ec8703-7daf-4623-ac12-9797715a006c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0c031ab7d1d80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
          "artifactChecksum": "MzczOGM4MDQ4MzcxMTI2MDJmYmVlMWE2NTAzMzdjNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb7db8e3-d927-40b5-9dac-22eec7fab5d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7d9bae7a-bf02-4539-a654-ffebc61587aa",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd",
            "generatedFromUUID": "7d9bae7a-bf02-4539-a654-ffebc61587aa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220115045121-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
      "artifactChecksum": "ZGQ1MDdkOTZhMDE4MWU4MDYyYzg1NTM1ZTkzZGYwODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9f202481-17f6-4a00-a71e-dd7a70908d9e"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T04:53:23.278Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T04:53:23.278Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d8b1c4e-3d97-419c-b4d1-013fd721132e ASDC
2022-01-15T04:53:23.278Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f509281e-4974-4d88-82bc-069fc057e06d
ServiceName:vFW 2022-01-15 04-51-21
ServiceVersion:1.0
ServiceUUID:8d8b1c4e-3d97-419c-b4d1-013fd721132e
ServiceInvariantUUID:4275e7fb-3ade-4a35-8444-889364a9ef6e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220115045121-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar
ArtifactUUID:9f202481-17f6-4a00-a71e-dd7a70908d9e
ArtifactChecksum:ZGQ1MDdkOTZhMDE4MWU4MDYyYzg1NTM1ZTkzZGYwODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0c031ab7-d1d8 0
ResourceCustomizationUUID:5af41467-6bac-4640-9442-8b36a1b0e906
ResourceInvariantUUID:30ec8703-7daf-4623-ac12-9797715a006c
ResourceName:vFW 0c031ab7-d1d8
ResourceType:VF
ResourceUUID:29a809b9-0804-49b9-9d30-a35acd23606d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0c031ab7d1d80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json
ArtifactUUID:cb7db8e3-d927-40b5-9dac-22eec7fab5d7
ArtifactChecksum:MzczOGM4MDQ4MzcxMTI2MDJmYmVlMWE2NTAzMzdjNTc=
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/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml
ArtifactUUID:7d9bae7a-bf02-4539-a654-ffebc61587aa
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/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
ArtifactUUID:ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd
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/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
ArtifactUUID:ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T04:53:23.278Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d8b1c4e-3d97-419c-b4d1-013fd721132e 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-01-15T04:53:23.300Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:53:23.300Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:53:23.300Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:53:23.300Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9f202481-17f6-4a00-a71e-dd7a70908d9e from URL: /sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:23.300Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:53:23.301Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:23.366Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:53:23.371Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar 9f202481-17f6-4a00-a71e-dd7a70908d9e 98928
2022-01-15T04:53:23.371Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar ASDC sendASDCNotification
2022-01-15T04:53:23.371Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:23.371Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:53:23.371Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:23.373Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:23.373Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222403371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:23.473Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:23.474Z||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-01-15T04:53:23.474Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:23.486Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:23.486Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:24.374Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:53:24.375Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:53:24.375Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9f202481-17f6-4a00-a71e-dd7a70908d9e, URL: /sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar to file: /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:24.375Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220115045121-csar.csar
2022-01-15T04:53:24.375Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:24.376Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:24.580Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10199311660834559970/Definitions/service-Vfw20220115045121-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-01-15T04:53:26.145Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T04:53:26.145Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0c031ab7-d1d8 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-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.146Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.147Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:26.148Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.149Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:53:26.150Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.150Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:53:26.150Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.162Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.163Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T04:53:26.164Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad023d40-f7de-4088-8609-59bd1952ecc9
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.165Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:53:26.166Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b14d5952-16e9-46cd-b278-81453cc470f3
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.167Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67dcc3c6-d987-4588-8d1e-75ef563d22c8
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.168Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:26.169Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-15 04-51-21
Description:catalog service description
Model UUID:8d8b1c4e-3d97-419c-b4d1-013fd721132e
Model Version:NULL
Model InvariantUuid:4275e7fb-3ade-4a35-8444-889364a9ef6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0c031ab7-d1d8
Model UUID:bedeb77b-8723-4a16-b04b-b18102eb79c9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30ec8703-7daf-4623-ac12-9797715a006c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5af41467-6bac-4640-9442-8b36a1b0e906
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:227f1111-9c9c-45fa-a7d6-71573efba87a
ModelName:Vfw0c031ab7D1d8..base_vfw..module-0
ModelUuid:1f070989-e3fc-4d0d-99c1-7dd8fa4dc827
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad023d40-f7de-4088-8609-59bd1952ecc9
ModelInvariantUuid:aa72bf3c-9a64-409d-ac02-3112f69b0fce
ModelName:vFW 0c031ab7-d1d8-nodes.vfwCvfc
ModelUuid:d814e6d3-f311-4869-a190-5fffd4616c71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:69709bd7-e3d9-49c8-afdb-77285eb405ad
ModelInvariantUuid:a86e1ed7-add4-43c8-9f23-d9cf39a5294f
ModelName:Vfw0c031ab7D1d8.compute.nodes.heat.vfw
ModelUuid:dd50e937-0124-49e1-bb4c-f87d2b6be5e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b14d5952-16e9-46cd-b278-81453cc470f3
ModelInvariantUuid:d2552d25-5986-4355-bc71-85e16db7134e
ModelName:vFW 0c031ab7-d1d8-nodes.vsnCvfc
ModelUuid:4bdd8743-ece0-447d-afd8-33f6d5870ebb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b2b8dba9-7110-4925-91d0-d0692c79d17e
ModelInvariantUuid:537b32bf-c8ea-4db4-bd89-cbf94a1e4f41
ModelName:Vfw0c031ab7D1d8.compute.nodes.heat.vsn
ModelUuid:e8773aba-7c01-4df8-9d47-afb18f5d6d1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:67dcc3c6-d987-4588-8d1e-75ef563d22c8
ModelInvariantUuid:ea5561c7-f1d6-48eb-bee2-e68776b4bb47
ModelName:vFW 0c031ab7-d1d8-nodes.vpgCvfc
ModelUuid:6f783a36-cbd8-4877-ad88-5dcabc23a175
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:442286ed-7348-4fa6-a895-dffe3be79f04
ModelInvariantUuid:13215064-1509-4117-98d7-b77552962e89
ModelName:Vfw0c031ab7D1d8.compute.nodes.heat.vpg
ModelUuid:aaa256a0-fe35-42eb-a0a5-daca921eb95e
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-01-15T04:53:26.174Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 29a809b9-0804-49b9-9d30-a35acd23606d
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-01-15T04:53:26.176Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||vFW 0c031ab7-d1d8 0
2022-01-15T04:53:26.177Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29a809b9-0804-49b9-9d30-a35acd23606d
2022-01-15T04:53:26.177Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb7db8e3-d927-40b5-9dac-22eec7fab5d7 from URL: /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json
2022-01-15T04:53:26.177Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:53:26.177Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json
2022-01-15T04:53:26.228Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:53:26.229Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json cb7db8e3-d927-40b5-9dac-22eec7fab5d7 785
2022-01-15T04:53:26.229Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json ASDC sendASDCNotification
2022-01-15T04:53:26.229Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json
2022-01-15T04:53:26.229Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:53:26.229Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:26.230Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:26.231Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222406229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:26.331Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:26.331Z||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-01-15T04:53:26.332Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:26.346Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:26.346Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:27.231Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0c031ab7D1d8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "227f1111-9c9c-45fa-a7d6-71573efba87a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f070989-e3fc-4d0d-99c1-7dd8fa4dc827",
    "vfModuleModelCustomizationUUID": "67a84b6f-2657-4a1f-813b-7ae19e465b94",
    "isBase": true,
    "artifacts": [
      "7d9bae7a-bf02-4539-a654-ffebc61587aa",
      "ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd"
    ],
    "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-01-15T04:53:27.234Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0c031ab7D1d8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f070989-e3fc-4d0d-99c1-7dd8fa4dc827
VfModuleModelInvariantUUID:227f1111-9c9c-45fa-a7d6-71573efba87a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d9bae7a-bf02-4539-a654-ffebc61587aa
,
ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd

}
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-01-15T04:53:27.236Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0c031ab7D1d8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "227f1111-9c9c-45fa-a7d6-71573efba87a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f070989-e3fc-4d0d-99c1-7dd8fa4dc827",
    "vfModuleModelCustomizationUUID": "67a84b6f-2657-4a1f-813b-7ae19e465b94",
    "isBase": true,
    "artifacts": [
      "7d9bae7a-bf02-4539-a654-ffebc61587aa",
      "ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd"
    ],
    "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-01-15T04:53:27.236Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0c031ab7D1d8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f070989-e3fc-4d0d-99c1-7dd8fa4dc827
VfModuleModelInvariantUUID:227f1111-9c9c-45fa-a7d6-71573efba87a
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d9bae7a-bf02-4539-a654-ffebc61587aa
,
ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd

}
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-01-15T04:53:27.236Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d9bae7a-bf02-4539-a654-ffebc61587aa from URL: /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml
2022-01-15T04:53:27.236Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:53:27.236Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml
2022-01-15T04:53:27.340Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:53:27.340Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml 7d9bae7a-bf02-4539-a654-ffebc61587aa 20368
2022-01-15T04:53:27.340Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T04:53:27.341Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml
2022-01-15T04:53:27.341Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:53:27.341Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:27.342Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:27.342Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222407340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:27.443Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:27.443Z||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-01-15T04:53:27.444Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:27.455Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:27.455Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:28.343Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd from URL: /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
2022-01-15T04:53:28.343Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:53:28.344Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
2022-01-15T04:53:28.394Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:53:28.394Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env ad5ed8f3-0a1c-4427-be82-c57f40ae0bcd 2098
2022-01-15T04:53:28.394Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T04:53:28.394Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
2022-01-15T04:53:28.394Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:53:28.395Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:28.396Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:28.396Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222408394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:53:28.496Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:28.497Z||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-01-15T04:53:28.497Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:28.510Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:28.510Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:29.397Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8d8b1c4e-3d97-419c-b4d1-013fd721132e
2022-01-15T04:53:29.397Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0c031ab7-d1d8 0 29a809b9-0804-49b9-9d30-a35acd23606d 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-01-15T04:53:29.412Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cbbd940, org.onap.sdc.toscaparser.api.parameters.Input@42a98fbf, org.onap.sdc.toscaparser.api.parameters.Input@36ae31d4, org.onap.sdc.toscaparser.api.parameters.Input@156d24ca, org.onap.sdc.toscaparser.api.parameters.Input@171e9efe]
2022-01-15T04:53:29.413Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.413Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.414Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T04:53:29.414Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5af41467-6bac-4640-9442-8b36a1b0e906
2022-01-15T04:53:29.414Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5af41467-6bac-4640-9442-8b36a1b0e906 matches Tosca VF Customization UUID: 5af41467-6bac-4640-9442-8b36a1b0e906
2022-01-15T04:53:29.414Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5af41467-6bac-4640-9442-8b36a1b0e906  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-01-15T04:53:29.416Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.417Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.417Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5af41467-6bac-4640-9442-8b36a1b0e906: {\"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-01-15T04:53:29.418Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@154d657d
2022-01-15T04:53:29.418Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.418Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T04:53:29.419Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67a84b6f-2657-4a1f-813b-7ae19e465b94
2022-01-15T04:53:29.419Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67a84b6f-2657-4a1f-813b-7ae19e465b94
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-01-15T04:53:29.421Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.421Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.421Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:29.422Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.422Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.422Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:29.423Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.423Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:29.423Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:29.424Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:29.424Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T04:53:29.424Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:53:29.424Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:53:29.425Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.425Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.425Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:53:29.426Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.426Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:53:29.426Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.426Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad023d40-f7de-4088-8609-59bd1952ecc9
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-01-15T04:53:29.429Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.429Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.429Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:29.429Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.430Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:29.430Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:29.430Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:29.431Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:53:29.431Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.431Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.431Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.432Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:53:29.432Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T04:53:29.432Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T04:53:29.433Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.433Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T04:53:29.433Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.433Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b14d5952-16e9-46cd-b278-81453cc470f3
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-01-15T04:53:29.436Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.436Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.436Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:29.437Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.437Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is not matching search criteria
2022-01-15T04:53:29.437Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T04:53:29.437Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T04:53:29.438Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T04:53:29.438Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.438Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.438Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.439Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T04:53:29.439Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T04:53:29.439Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T04:53:29.440Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T04:53:29.440Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T04:53:29.440Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T04:53:29.440Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67dcc3c6-d987-4588-8d1e-75ef563d22c8
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-01-15T04:53:29.443Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.443Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.443Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T04:53:29.444Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.444Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Node template vFW 0c031ab7-d1d8 0 is matching search criteria
2022-01-15T04:53:29.444Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0c031ab7-d1d8 0] matching following query criteria: sdcType=VF, customizationUUID=5af41467-6bac-4640-9442-8b36a1b0e906
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-01-15T04:53:29.446Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.446Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.446Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8d8b1c4e-3d97-419c-b4d1-013fd721132e: vFW 0c031ab7-d1d8
2022-01-15T04:53:29.447Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.447Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.447Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.447Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.448Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.448Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.448Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.448Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.449Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:53:29.449Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 04-51-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:53:29.449Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-15 04-51-21 
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-01-15T04:53:29.608Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0c031ab7-d1d8 29a809b9-0804-49b9-9d30-a35acd23606d 1 ASDC deployResourceStructure
2022-01-15T04:53:29.609Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json ASDC sendASDCNotification
2022-01-15T04:53:29.609Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json
2022-01-15T04:53:29.609Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:53:29.609Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:29.611Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:29.611Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222409609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:29.711Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:29.712Z||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-01-15T04:53:29.712Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:29.725Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:29.726Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:30.612Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T04:53:30.612Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml
2022-01-15T04:53:30.613Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:53:30.613Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:30.614Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:30.614Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222410612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:30.714Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:30.715Z||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-01-15T04:53:30.715Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:30.727Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:30.727Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:31.615Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T04:53:31.615Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env
2022-01-15T04:53:31.615Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:53:31.616Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:31.617Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:31.617Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222411615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:31.718Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:31.719Z||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-01-15T04:53:31.719Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:31.732Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:31.733Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:32.618Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar ASDC sendASDCNotification
2022-01-15T04:53:32.619Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar
2022-01-15T04:53:32.619Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:53:32.619Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:53:32.621Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:53:32.621Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222412618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:53:32.721Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:53:32.722Z||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-01-15T04:53:32.722Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:53:32.737Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:53:32.737Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:53:33.622Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:53:33.632Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:53:33.634Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:53:33.634Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:53:33.635Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:54:03.635Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:54:03.645Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:54:03.648Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:54:03.648Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:54:03.648Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:54:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:54:15.626Z||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-01-15T04:54:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:54:15.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:54:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:54:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:54:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:54:33.648Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:54:33.657Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:54:33.660Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:54:33.660Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:54:33.660Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:55:03.660Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:55:03.670Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:55:03.672Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:55:03.672Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:55:03.672Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:55:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:55:15.626Z||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-01-15T04:55:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:55:15.655Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:55:15.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:55:15.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222390996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222398239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222398744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222399243,
  "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-01-15T04:55:15.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:55:15.663Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:55:15.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:55:15.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T04:55:15.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222400335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222401352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222395623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "clamp",
  "timestamp": 1642222402354,
  "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-01-15T04:55:15.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:55:15.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:55:15.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222403371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222406084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222406229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "aai-ml",
  "timestamp": 1642222407088,
  "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-01-15T04:55:15.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f509281e-4974-4d88-82bc-069fc057e06d
2022-01-15T04:55:15.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222407340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222408394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222409609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/vfw0c031ab7d1d80_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222410612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222411615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/resourceInstances/vfw0c031ab7d1d80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222412618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115045121/1.0/artifacts/service-Vfw20220115045121-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:55:15.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:55:33.672Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:55:33.682Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:55:33.685Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.686Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.687Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.687Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.687Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:55:33.687Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T04:55:33.692Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T04:56:03.692Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f509281e-4974-4d88-82bc-069fc057e06d 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-01-15T04:56:03.697Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f509281e-4974-4d88-82bc-069fc057e06d and serviceModelVersionId: 8d8b1c4e-3d97-419c-b4d1-013fd721132e
2022-01-15T04:56:03.698Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4275e7fb-3ade-4a35-8444-889364a9ef6e
2022-01-15T04:56:03.698Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0
2022-01-15T04:56:03.702Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T04:56:03.745Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0|INFO|500||Invoke
2022-01-15T04:56:03.746Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f509281e-4974-4d88-82bc-069fc057e06d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04955a9c-7228-4479-937a-324837ddef49], X-ECOMP-RequestID=[f509281e-4974-4d88-82bc-069fc057e06d], X-TransactionId=[], X-ONAP-RequestID=[f509281e-4974-4d88-82bc-069fc057e06d], Content-Type=[application/merge-patch+json]}
2022-01-15T04:56:03.770Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T04:56:03.902Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?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/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-04:56:03:779-82470], vertex-id=[163960], Content-Length=[0], Date=[Sat, 15 Jan 2022 04:56:03 GMT], Content-Type=[application/json]}
2022-01-15T04:56:03.902Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T04:56:03.903Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4275e7fb-3ade-4a35-8444-889364a9ef6e/model-vers/model-ver/8d8b1c4e-3d97-419c-b4d1-013fd721132e?depth=0|INFO|500||InvokeReturn
2022-01-15T04:56:03.903Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T04:56:03.903Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T04:56:03.906Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T04:56:03.906Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f509281e-4974-4d88-82bc-069fc057e06d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T04:56:03.906Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T04:56:03.907Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:56:03.908Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:56:03.908Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222563906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:56:04.009Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T04:56:04.009Z||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-01-15T04:56:04.010Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:04.024Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:04.024Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-01-15T04:56:04.917Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:56:04.917Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:56:04.917Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:09.514Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:09.515Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T04:56:09.515Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4e70e0e-844a-496c-9599-16c88ac8f757","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"322e47a7-a6a9-468f-be39-ac52c05a9d81","serviceDescription":"service","serviceInvariantUUID":"aa93461f-18bb-4596-acc4-c56c514b200c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c5112c7a-700b-4126-a123-fca61c529f14","resourceInvariantUUID":"6df908a5-3f66-4ff5-a2d0-b91139485765","resourceCustomizationUUID":"30173fe0-ae99-43d8-9356-89446589aefd","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":"YTg4YmIxMzZiYjlmYjc3NDMxMDE3MzRkOTZiMThlZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9ee23d9-3acc-45d4-b95c-d213dd75b6f0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTQzMTAwNDgxY2ViYjIzMTFmNzc4YTU1ZTUxOWEwNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54975eba-b3c9-4b87-a4f9-b7f212f15ac9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T04:56:09.518Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:56:09.518Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:56:09.520Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:56:09.521Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:09.620Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T04:56:09.621Z||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-01-15T04:56:09.621Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:09.636Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:09.636Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:56:10.521Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:56:10.522Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:56:10.524Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:56:10.524Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:10.624Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T04:56:10.625Z||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-01-15T04:56:10.625Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:10.637Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:10.637Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-15T04:56:11.525Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "322e47a7-a6a9-468f-be39-ac52c05a9d81",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aa93461f-18bb-4596-acc4-c56c514b200c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "30173fe0-ae99-43d8-9356-89446589aefd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c5112c7a-700b-4126-a123-fca61c529f14",
      "resourceInvariantUUID": "6df908a5-3f66-4ff5-a2d0-b91139485765",
      "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": "YTQzMTAwNDgxY2ViYjIzMTFmNzc4YTU1ZTUxOWEwNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54975eba-b3c9-4b87-a4f9-b7f212f15ac9"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T04:56:11.526Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T04:56:11.526Z|f509281e-4974-4d88-82bc-069fc057e06d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 322e47a7-a6a9-468f-be39-ac52c05a9d81 ASDC
2022-01-15T04:56:11.526Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b4e70e0e-844a-496c-9599-16c88ac8f757
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:322e47a7-a6a9-468f-be39-ac52c05a9d81
ServiceInvariantUUID:aa93461f-18bb-4596-acc4-c56c514b200c
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:54975eba-b3c9-4b87-a4f9-b7f212f15ac9
ArtifactChecksum:YTQzMTAwNDgxY2ViYjIzMTFmNzc4YTU1ZTUxOWEwNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:30173fe0-ae99-43d8-9356-89446589aefd
ResourceInvariantUUID:6df908a5-3f66-4ff5-a2d0-b91139485765
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c5112c7a-700b-4126-a123-fca61c529f14
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-15T04:56:11.526Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 322e47a7-a6a9-468f-be39-ac52c05a9d81 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-01-15T04:56:11.547Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:56:11.548Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:56:11.548Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:56:11.548Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 54975eba-b3c9-4b87-a4f9-b7f212f15ac9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-15T04:56:11.548Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:56:11.548Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-15T04:56:11.615Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:56:11.617Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54975eba-b3c9-4b87-a4f9-b7f212f15ac9 52487
2022-01-15T04:56:11.618Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-15T04:56:11.618Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-15T04:56:11.618Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:56:11.618Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:56:11.619Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:56:11.620Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222571618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:56:11.720Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:56:11.721Z||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-01-15T04:56:11.721Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:11.735Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:11.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:56:12.620Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:56:12.621Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:56:12.621Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 54975eba-b3c9-4b87-a4f9-b7f212f15ac9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-15T04:56:12.622Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-15T04:56:12.622Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-15T04:56:12.622Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-15T04:56:12.694Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8620297570994058010/Definitions/service-BasicNetwork-template.yml
2022-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.019Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.020Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.021Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.022Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.023Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:322e47a7-a6a9-468f-be39-ac52c05a9d81
Model Version:NULL
Model InvariantUuid:aa93461f-18bb-4596-acc4-c56c514b200c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6df908a5-3f66-4ff5-a2d0-b91139485765
Model UUID:9efea642-9549-45c0-b9c2-f2fb24415085
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:30173fe0-ae99-43d8-9356-89446589aefd
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-01-15T04:56:13.029Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c5112c7a-700b-4126-a123-fca61c529f14
2022-01-15T04:56:13.029Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||No resources found for Service: 322e47a7-a6a9-468f-be39-ac52c05a9d81
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-01-15T04:56:13.031Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||
2022-01-15T04:56:13.032Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-15T04:56:13.032Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 322e47a7-a6a9-468f-be39-ac52c05a9d81
2022-01-15T04:56:13.032Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 322e47a7-a6a9-468f-be39-ac52c05a9d81
2022-01-15T04:56:13.032Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-15T04:56:13.032Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.036Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f5bc0b0, org.onap.sdc.toscaparser.api.parameters.Input@20410af7, org.onap.sdc.toscaparser.api.parameters.Input@5ce944e8, org.onap.sdc.toscaparser.api.parameters.Input@1626d1d9, org.onap.sdc.toscaparser.api.parameters.Input@7799cded]
2022-01-15T04:56:13.037Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.037Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 322e47a7-a6a9-468f-be39-ac52c05a9d81: Generic NeutronNet
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.038Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.072Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.072Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.072Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.073Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.073Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:56:13.073Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:56:13.073Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||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-01-15T04:56:13.121Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-15T04:56:13.122Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-15T04:56:13.122Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-15T04:56:13.122Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:56:13.122Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:56:13.124Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:56:13.124Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222573122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:56:13.224Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:56:13.225Z||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-01-15T04:56:13.225Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:56:13.236Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:13.236Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:56:14.125Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:56:14.133Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:56:14.137Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:56:14.137Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:56:14.138Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:56:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:56:15.626Z||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-01-15T04:56:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:56:15.652Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:56:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "cds",
  "timestamp": 1642222491020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "dcae-sch",
  "timestamp": 1642222489052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222489888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "cds",
  "timestamp": 1642222491020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "dcae-sch",
  "timestamp": 1642222489052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222489888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "cds",
  "timestamp": 1642222499362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222498991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "cds",
  "timestamp": 1642222500367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T04:56:15.659Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4e70e0e-844a-496c-9599-16c88ac8f757
2022-01-15T04:56:15.660Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222498991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "policy-id",
  "timestamp": 1642222502735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "policy-id",
  "timestamp": 1642222502735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "policy-id",
  "timestamp": 1642222505591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "policy-id",
  "timestamp": 1642222506594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "policy-id",
  "timestamp": 1642222507596,
  "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-01-15T04:56:15.672Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4e70e0e-844a-496c-9599-16c88ac8f757
2022-01-15T04:56:15.672Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:56:15.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222507521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "clamp",
  "timestamp": 1642222508437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222507521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "clamp",
  "timestamp": 1642222508437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222510504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "aai-ml",
  "timestamp": 1642222510996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222511981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "aai-ml",
  "timestamp": 1642222510996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222512985,
  "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-01-15T04:56:15.682Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4e70e0e-844a-496c-9599-16c88ac8f757
2022-01-15T04:56:15.682Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:56:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T04:56:15.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "aai-ml",
  "timestamp": 1642222513694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:56:15.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:56:44.138Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:56:44.147Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:56:44.149Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:56:44.149Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:56:44.149Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:57:14.149Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:57:14.156Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:57:14.158Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:57:14.158Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:57:14.158Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:57:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:57:15.626Z||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-01-15T04:57:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:57:15.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "clamp",
  "timestamp": 1642222516521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "aai-ml",
  "timestamp": 1642222517103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:57:15.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "aai-ml",
  "timestamp": 1642222518106,
  "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-01-15T04:57:15.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4e70e0e-844a-496c-9599-16c88ac8f757
2022-01-15T04:57:15.664Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:57:15.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "clamp",
  "timestamp": 1642222518357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:57:15.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "clamp",
  "timestamp": 1642222519360,
  "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-01-15T04:57:15.675Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4e70e0e-844a-496c-9599-16c88ac8f757
2022-01-15T04:57:15.675Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:57:15.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f509281e-4974-4d88-82bc-069fc057e06d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222563906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:57:15.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222558991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222571618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222562735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:57:15.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222572655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222572687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222573122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222566020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:57:15.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222573658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222573893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "policy-id",
  "timestamp": 1642222574662,
  "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-01-15T04:57:15.710Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:57:15.711Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:57:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222574729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:57:15.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:57:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222574896,
  "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-01-15T04:57:15.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:57:15.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:57:15.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:57:15.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:57:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222567521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:57:15.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:57:44.158Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:57:44.168Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:57:44.170Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:57:44.170Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T04:57:44.170Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T04:57:44.170Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:57:44.171Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T04:57:44.175Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T04:58:14.175Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4e70e0e-844a-496c-9599-16c88ac8f757 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-01-15T04:58:14.180Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4e70e0e-844a-496c-9599-16c88ac8f757 and serviceModelVersionId: 322e47a7-a6a9-468f-be39-ac52c05a9d81
2022-01-15T04:58:14.180Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa93461f-18bb-4596-acc4-c56c514b200c
2022-01-15T04:58:14.181Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?depth=0
2022-01-15T04:58:14.187Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T04:58:14.224Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?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-01-15T04:58:14.224Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?depth=0|INFO|500||Invoke
2022-01-15T04:58:14.243Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T04:58:14.321Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?depth=0|INFO|500||InvokeReturn
2022-01-15T04:58:14.321Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa93461f-18bb-4596-acc4-c56c514b200c/model-vers/model-ver/322e47a7-a6a9-468f-be39-ac52c05a9d81?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-04:58:14:251-10328], vertex-id=[200864], Content-Length=[0], Date=[Sat, 15 Jan 2022 04:58:14 GMT], Content-Type=[application/json]}
2022-01-15T04:58:14.321Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-15T04:58:14.322Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T04:58:14.322Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T04:58:14.326Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T04:58:14.326Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4e70e0e-844a-496c-9599-16c88ac8f757 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T04:58:14.326Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T04:58:14.326Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:14.328Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:14.328Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222694326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:58:14.428Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:14.429Z||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-01-15T04:58:14.429Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:14.444Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:14.445Z||pool-39-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-01-15T04:58:15.338Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T04:58:15.338Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"35aa216c-215c-4500-b86a-dc58cb252fe4","serviceName":"Demo_pNF_gNABcu9Wd4HgIOq5LVIa","serviceVersion":"1.0","serviceUUID":"f8744857-3fa7-4cfd-8fbe-588792bb0764","serviceDescription":"catalog service description","serviceInvariantUUID":"06d85b8e-2fa8-45f8-b23b-735ad1a2dc92","resources":[{"resourceInstanceName":"pNF 0236dccb-39ac 0","resourceName":"pNF 0236dccb-39ac","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dcc1996b-056e-4010-add2-a2f36d5c13bf","resourceInvariantUUID":"4aef88a6-c834-47b5-b689-1141675c9139","resourceCustomizationUUID":"55fe7f12-bca0-49e4-90d3-2474d6eca392","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml","artifactChecksum":"MjZlM2RiOTQ4M2NlNjY3OTZkZDIyMmQ3ZjJkN2Y5MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62e3e6ab-a261-4fee-83ad-ccee9554109f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar","artifactChecksum":"YWM4ZGUyOTM0ZTdhMzg4OGFhNzNmZWUwYzBmYTBiZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8d9a94f-ea65-419e-a1f2-7f02ca41fe42","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0503a073-e4eb-4b6d-9561-ee48f8628ca5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml","artifactChecksum":"NzkzNmIwMGFhN2I5ZTllMGVkZTIwZjJlYjlkODVmODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45a3f61f-cb75-4adf-aba4-e22c85219246","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0207ef2a-9450-40c3-a008-bf26d3fd721c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3f1cfa7-9109-4836-83b2-b463d85274e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml","artifactChecksum":"YmM1OGE0N2FkMmYyMWU0YjhiZWU3YTg3NTUzYTU3Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8b11250-0d44-482f-ab44-2db3cd877a01","artifactVersion":"1"},{"artifactName":"service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar","artifactChecksum":"NzE4Njc0N2ExNWNjYTJlNjY1NTEzYzNjNTdmNWJlZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1e83343-3420-46e2-ba9f-eb9fe8b15e7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T04:58:15.339Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:15.339Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:15.341Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:15.341Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:15.441Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:15.442Z||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-01-15T04:58:15.442Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:15.454Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:15.455Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:58:15.626Z||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-01-15T04:58:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:58:15.647Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:15.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:58:15.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:15.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:58:16.341Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:16.342Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:16.344Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:16.345Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:16.445Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:16.445Z||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-01-15T04:58:16.446Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:16.457Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:16.457Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:17.345Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:17.346Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:17.348Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:17.349Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:17.449Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:17.449Z||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-01-15T04:58:17.450Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:17.462Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:17.463Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:18.349Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:18.350Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:18.352Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:18.352Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:18.452Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:18.453Z||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-01-15T04:58:18.453Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:18.467Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:18.467Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:19.353Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:19.355Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:19.358Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:19.358Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:19.459Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:19.459Z||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-01-15T04:58:19.460Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:19.473Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:19.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-15T04:58:20.359Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:20.359Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:20.361Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:20.361Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:20.461Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T04:58:20.462Z||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-01-15T04:58:20.462Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:20.475Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:20.475Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:21.362Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:21.363Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:21.365Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:21.365Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:58:21.465Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:21.466Z||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-01-15T04:58:21.466Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:21.479Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:21.479Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:22.365Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T04:58:22.366Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:22.368Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:22.368Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:58:22.468Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:22.469Z||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-01-15T04:58:22.469Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:22.482Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:22.482Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:23.369Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "serviceName": "Demo_pNF_gNABcu9Wd4HgIOq5LVIa",
  "serviceVersion": "1.0",
  "serviceUUID": "f8744857-3fa7-4cfd-8fbe-588792bb0764",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "06d85b8e-2fa8-45f8-b23b-735ad1a2dc92",
  "resources": [
    {
      "resourceInstanceName": "pNF 0236dccb-39ac 0",
      "resourceCustomizationUUID": "55fe7f12-bca0-49e4-90d3-2474d6eca392",
      "resourceName": "pNF 0236dccb-39ac",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dcc1996b-056e-4010-add2-a2f36d5c13bf",
      "resourceInvariantUUID": "4aef88a6-c834-47b5-b689-1141675c9139",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
      "artifactChecksum": "NzE4Njc0N2ExNWNjYTJlNjY1NTEzYzNjNTdmNWJlZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1e83343-3420-46e2-ba9f-eb9fe8b15e7f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T04:58:23.370Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T04:58:23.370Z|b4e70e0e-844a-496c-9599-16c88ac8f757|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f8744857-3fa7-4cfd-8fbe-588792bb0764 ASDC
2022-01-15T04:58:23.371Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:35aa216c-215c-4500-b86a-dc58cb252fe4
ServiceName:Demo_pNF_gNABcu9Wd4HgIOq5LVIa
ServiceVersion:1.0
ServiceUUID:f8744857-3fa7-4cfd-8fbe-588792bb0764
ServiceInvariantUUID:06d85b8e-2fa8-45f8-b23b-735ad1a2dc92
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
ArtifactUUID:e1e83343-3420-46e2-ba9f-eb9fe8b15e7f
ArtifactChecksum:NzE4Njc0N2ExNWNjYTJlNjY1NTEzYzNjNTdmNWJlZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0236dccb-39ac 0
ResourceCustomizationUUID:55fe7f12-bca0-49e4-90d3-2474d6eca392
ResourceInvariantUUID:4aef88a6-c834-47b5-b689-1141675c9139
ResourceName:pNF 0236dccb-39ac
ResourceType:PNF
ResourceUUID:dcc1996b-056e-4010-add2-a2f36d5c13bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T04:58:23.371Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8744857-3fa7-4cfd-8fbe-588792bb0764 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-01-15T04:58:23.394Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:58:23.394Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:58:23.394Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:58:23.395Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1e83343-3420-46e2-ba9f-eb9fe8b15e7f from URL: /sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:23.395Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T04:58:23.395Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:23.580Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T04:58:23.583Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar e1e83343-3420-46e2-ba9f-eb9fe8b15e7f 82628
2022-01-15T04:58:23.584Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar ASDC sendASDCNotification
2022-01-15T04:58:23.584Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:23.584Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T04:58:23.584Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:23.585Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:23.585Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222703583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:58:23.685Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:23.686Z||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-01-15T04:58:23.686Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:23.699Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:23.699Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:24.586Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T04:58:24.587Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T04:58:24.587Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e1e83343-3420-46e2-ba9f-eb9fe8b15e7f, URL: /sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar to file: /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:24.587Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:24.587Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:24.588Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:24.669Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2891553845715013229/Definitions/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml
2022-01-15T04:58:25.274Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T04:58:25.274Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:58:25.274Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.274Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T04:58:25.274Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0236dccb-39ac 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-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Node template pNF 0236dccb-39ac 0 is matching search criteria
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:58:25.275Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0236dccb-39ac 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Node template pNF 0236dccb-39ac 0 is matching search criteria
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0236dccb-39ac 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.276Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.277Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gNABcu9Wd4HgIOq5LVIa
Description:catalog service description
Model UUID:f8744857-3fa7-4cfd-8fbe-588792bb0764
Model Version:NULL
Model InvariantUuid:06d85b8e-2fa8-45f8-b23b-735ad1a2dc92
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-01-15T04:58:25.282Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: dcc1996b-056e-4010-add2-a2f36d5c13bf
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-01-15T04:58:25.284Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||pNF 0236dccb-39ac 0
2022-01-15T04:58:25.285Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dcc1996b-056e-4010-add2-a2f36d5c13bf
2022-01-15T04:58:25.285Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f8744857-3fa7-4cfd-8fbe-588792bb0764
2022-01-15T04:58:25.285Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f8744857-3fa7-4cfd-8fbe-588792bb0764
2022-01-15T04:58:25.285Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0236dccb-39ac 0 dcc1996b-056e-4010-add2-a2f36d5c13bf 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-01-15T04:58:25.288Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@351ea91c, org.onap.sdc.toscaparser.api.parameters.Input@5418724e, org.onap.sdc.toscaparser.api.parameters.Input@4595d61c, org.onap.sdc.toscaparser.api.parameters.Input@66f6512e, org.onap.sdc.toscaparser.api.parameters.Input@26e042a5]
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f8744857-3fa7-4cfd-8fbe-588792bb0764: pNF 0236dccb-39ac
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Processing PNF resource: dcc1996b-056e-4010-add2-a2f36d5c13bf
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gNABcu9Wd4HgIOq5LVIa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T04:58:25.289Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||Resource customization UUID: 55fe7f12-bca0-49e4-90d3-2474d6eca392 is the same as notified resource customizationUUID: 55fe7f12-bca0-49e4-90d3-2474d6eca392
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-01-15T04:58:25.345Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0236dccb-39ac dcc1996b-056e-4010-add2-a2f36d5c13bf 0 ASDC deployResourceStructure
2022-01-15T04:58:25.346Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar ASDC sendASDCNotification
2022-01-15T04:58:25.346Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar
2022-01-15T04:58:25.346Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T04:58:25.346Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:58:25.349Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:58:25.349Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222705346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:58:25.449Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:58:25.450Z||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-01-15T04:58:25.450Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:58:25.463Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:58:25.463Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T04:58:26.350Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:58:26.358Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:58:26.361Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:58:26.361Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:58:26.361Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:58:56.362Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:58:56.369Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:58:56.370Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:58:56.370Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T04:58:56.370Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T04:59:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:59:15.626Z||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-01-15T04:59:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T04:59:15.649Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:59:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "cds",
  "timestamp": 1642222575734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-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-01-15T04:59:15.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:59:15.664Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:59:15.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222568436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222576319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "dcae-sch",
  "timestamp": 1642222569052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222569887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222578060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222570996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222579063,
  "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-01-15T04:59:15.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:59:15.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:59:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222579791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222581358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222583364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222584084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "clamp",
  "timestamp": 1642222584369,
  "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-01-15T04:59:15.692Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:59:15.692Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:59:15.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "aai-ml",
  "timestamp": 1642222585087,
  "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-01-15T04:59:15.701Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35aa216c-215c-4500-b86a-dc58cb252fe4
2022-01-15T04:59:15.701Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222589887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222589052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222601912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222602405,
  "artifactURL": "/sdc/v1/catalog/services/8b3dcdaf-da87-494f-867b-1ae7aadb1785/resourceInstances/basicclamp0/artifacts/d3d65566-c77b-4425-9706-6e10ecac23bb",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222602960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222603609,
  "artifactURL": "/sdc/v1/catalog/services/8b3dcdaf-da87-494f-867b-1ae7aadb1785/resourceInstances/basicclamp0/artifacts/d3d65566-c77b-4425-9706-6e10ecac23bb",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222596020,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222604005,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1642222604612,
  "artifactURL": "/sdc/v1/catalog/services/8b3dcdaf-da87-494f-867b-1ae7aadb1785/resourceInstances/basicclamp0/artifacts/d3d65566-c77b-4425-9706-6e10ecac23bb",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:59:15.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-15T04:59:15.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222604739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222605022,
  "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-01-15T04:59:15.732Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.732Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222597521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "cds",
  "timestamp": 1642222605744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-01-15T04:59:15.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.743Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222606025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222598436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222606239,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222598991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222608274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222600996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222609277,
  "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-01-15T04:59:15.754Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.754Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222609726,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222610363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222611366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222611587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222612591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "policy-id",
  "timestamp": 1642222613593,
  "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-01-15T04:59:15.767Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.767Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222614779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222615444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "aai-ml",
  "timestamp": 1642222615783,
  "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-01-15T04:59:15.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222616446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "dcae-sch",
  "timestamp": 1642222609052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "clamp",
  "timestamp": 1642222617450,
  "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-01-15T04:59:15.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae252a70-8acf-417b-92e3-3dd75b581cfa
2022-01-15T04:59:15.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T04:59:15.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222609887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222618649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222619834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222619839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222620944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222602735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "cds",
  "timestamp": 1642222621815,
  "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-01-15T04:59:15.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T04:59:15.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb 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-01-15T04:59:15.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222621962,
  "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-01-15T04:59:15.816Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T04:59:15.816Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb 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-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222622670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222622964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222623673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "policy-id",
  "timestamp": 1642222624677,
  "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-01-15T04:59:15.826Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T04:59:15.826Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb 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-01-15T04:59:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222618991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222627520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T04:59:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T04:59:26.370Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T04:59:26.380Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.383Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.384Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.384Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.384Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.384Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T04:59:26.384Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T04:59:26.389Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T04:59:56.389Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35aa216c-215c-4500-b86a-dc58cb252fe4 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-01-15T04:59:56.393Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35aa216c-215c-4500-b86a-dc58cb252fe4 and serviceModelVersionId: f8744857-3fa7-4cfd-8fbe-588792bb0764
2022-01-15T04:59:56.394Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06d85b8e-2fa8-45f8-b23b-735ad1a2dc92
2022-01-15T04:59:56.394Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0
2022-01-15T04:59:56.398Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T04:59:56.431Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0|INFO|500||Invoke
2022-01-15T04:59:56.432Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35aa216c-215c-4500-b86a-dc58cb252fe4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01485d64-cc7d-4908-a9a8-a9b154323ae6], X-ECOMP-RequestID=[35aa216c-215c-4500-b86a-dc58cb252fe4], X-TransactionId=[], X-ONAP-RequestID=[35aa216c-215c-4500-b86a-dc58cb252fe4], Content-Type=[application/merge-patch+json]}
2022-01-15T04:59:56.449Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T04:59:56.535Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?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/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-04:59:56:457-5858], vertex-id=[188648], Content-Length=[0], Date=[Sat, 15 Jan 2022 04:59:56 GMT], Content-Type=[application/json]}
2022-01-15T04:59:56.535Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T04:59:56.536Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06d85b8e-2fa8-45f8-b23b-735ad1a2dc92/model-vers/model-ver/f8744857-3fa7-4cfd-8fbe-588792bb0764?depth=0|INFO|500||InvokeReturn
2022-01-15T04:59:56.536Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T04:59:56.536Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T04:59:56.539Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T04:59:56.540Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35aa216c-215c-4500-b86a-dc58cb252fe4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T04:59:56.540Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T04:59:56.540Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T04:59:56.542Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T04:59:56.542Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222796540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T04:59:56.642Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T04:59:56.643Z||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-01-15T04:59:56.643Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T04:59:56.659Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T04:59:56.659Z||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-01-15T04:59:57.552Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T04:59:57.553Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T04:59:57.553Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:01.984Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:01.985Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:00:01.985Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae252a70-8acf-417b-92e3-3dd75b581cfa","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8b3dcdaf-da87-494f-867b-1ae7aadb1785","serviceDescription":"service","serviceInvariantUUID":"d8c698cc-f786-4f73-a4a7-6222a4d396ba","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54fc8621-e25d-447b-b8ab-6c2295d9b5b6","resourceInvariantUUID":"adc7a1c8-7578-4c00-9718-e31e474916c3","resourceCustomizationUUID":"07daa35a-41d9-453d-a1c5-6610a37201bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3d65566-c77b-4425-9706-6e10ecac23bb","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YjE3MDQ4Zjg4YTQ1ZjQ2ZWM5NDBlMGEzZDM4Zjg4ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"484ea4cf-ed09-4e49-936e-ea2fcbc2f645","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDU1OWMwYjUwZDViODlkMTk3YjBmMjU4YmU4NjA3MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a290d439-71d7-462e-b1d2-95f0660ca571","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3656b5c7-a549-4860-b86f-54f972597caf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bff47c00-59e6-459a-b45e-64c303e4c565","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"61a8f20c-d33e-4e6d-ba34-e42d597693ad","artifactVersion":"2","generatedFromUUID":"3656b5c7-a549-4860-b86f-54f972597caf"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWQwMTVmMWY2NjY1ZDFkYTdjMmE2YmM5NWE5NTJhZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca6cc42f-de4a-433a-a681-a7ea666e8161","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2U5NGFjNjQyMjFkN2ViZjc4NzhiNTU5ZDc3YzVlMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e5b9d5-9df1-4d2d-9fb4-fb21e6607099","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:00:01.986Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:01.986Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:01.988Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:01.988Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:02.094Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-01-15T05:00:02.095Z||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-01-15T05:00:02.095Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:02.108Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:02.109Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:00:02.988Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:02.989Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:02.991Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:02.991Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:03.091Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T05:00:03.091Z||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-01-15T05:00:03.091Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:03.354Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:03.354Z||pool-52-thread-1|||||INFO|500||cambria reply ok (263 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:00:03.991Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:03.992Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:03.993Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:03.994Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:00:04.094Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:04.095Z||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-01-15T05:00:04.095Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:04.239Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:04.239Z||pool-53-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:04.994Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:04.995Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:04.996Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:04.996Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:00:05.097Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:05.097Z||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-01-15T05:00:05.098Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:05.155Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:05.155Z||pool-54-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:05.997Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:05.998Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:05.999Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:05.999Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:06.100Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T05:00:06.100Z||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-01-15T05:00:06.100Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:06.114Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:06.114Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:07.000Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:07.001Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:07.002Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:07.003Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-15T05:00:07.103Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:07.104Z||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-01-15T05:00:07.104Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:07.116Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:07.116Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:08.003Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:08.004Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:08.005Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:08.006Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:08.106Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:08.107Z||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-01-15T05:00:08.107Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:08.119Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:08.120Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:09.006Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:09.007Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:09.009Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:09.009Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:00:09.109Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:09.109Z||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-01-15T05:00:09.110Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:09.123Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:09.123Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:10.010Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "8b3dcdaf-da87-494f-867b-1ae7aadb1785",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8c698cc-f786-4f73-a4a7-6222a4d396ba",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "07daa35a-41d9-453d-a1c5-6610a37201bc",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "54fc8621-e25d-447b-b8ab-6c2295d9b5b6",
      "resourceInvariantUUID": "adc7a1c8-7578-4c00-9718-e31e474916c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MDU1OWMwYjUwZDViODlkMTk3YjBmMjU4YmU4NjA3MTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a290d439-71d7-462e-b1d2-95f0660ca571",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3656b5c7-a549-4860-b86f-54f972597caf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "61a8f20c-d33e-4e6d-ba34-e42d597693ad",
            "generatedFromUUID": "3656b5c7-a549-4860-b86f-54f972597caf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "61a8f20c-d33e-4e6d-ba34-e42d597693ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "M2U5NGFjNjQyMjFkN2ViZjc4NzhiNTU5ZDc3YzVlMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e5b9d5-9df1-4d2d-9fb4-fb21e6607099"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:00:10.011Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:00:10.011Z|35aa216c-215c-4500-b86a-dc58cb252fe4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8b3dcdaf-da87-494f-867b-1ae7aadb1785 ASDC
2022-01-15T05:00:10.011Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ae252a70-8acf-417b-92e3-3dd75b581cfa
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:8b3dcdaf-da87-494f-867b-1ae7aadb1785
ServiceInvariantUUID:d8c698cc-f786-4f73-a4a7-6222a4d396ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:72e5b9d5-9df1-4d2d-9fb4-fb21e6607099
ArtifactChecksum:M2U5NGFjNjQyMjFkN2ViZjc4NzhiNTU5ZDc3YzVlMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:07daa35a-41d9-453d-a1c5-6610a37201bc
ResourceInvariantUUID:adc7a1c8-7578-4c00-9718-e31e474916c3
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:54fc8621-e25d-447b-b8ab-6c2295d9b5b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:a290d439-71d7-462e-b1d2-95f0660ca571
ArtifactChecksum:MDU1OWMwYjUwZDViODlkMTk3YjBmMjU4YmU4NjA3MTc=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3656b5c7-a549-4860-b86f-54f972597caf
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:61a8f20c-d33e-4e6d-ba34-e42d597693ad
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:61a8f20c-d33e-4e6d-ba34-e42d597693ad
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T05:00:10.011Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b3dcdaf-da87-494f-867b-1ae7aadb1785 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-01-15T05:00:10.036Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:00:10.037Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:00:10.037Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:00:10.037Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72e5b9d5-9df1-4d2d-9fb4-fb21e6607099 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-15T05:00:10.037Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:00:10.037Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-15T05:00:10.469Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:00:10.472Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 72e5b9d5-9df1-4d2d-9fb4-fb21e6607099 73656
2022-01-15T05:00:10.472Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-15T05:00:10.473Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-15T05:00:10.473Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:00:10.473Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:10.474Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:10.475Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222810472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:10.575Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:10.576Z||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-01-15T05:00:10.576Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:10.590Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:10.590Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:11.475Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:00:11.476Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:00:11.476Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 72e5b9d5-9df1-4d2d-9fb4-fb21e6607099, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:11.477Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-15T05:00:11.477Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:11.477Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:11.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17579291596316054133/Definitions/service-Basicclamp-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-01-15T05:00:12.455Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.456Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:00:12.457Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.458Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:00:12.459Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:12.460Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e386531-6572-49d4-aa73-dc8db56a028b
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.461Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:12.462Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:8b3dcdaf-da87-494f-867b-1ae7aadb1785
Model Version:NULL
Model InvariantUuid:d8c698cc-f786-4f73-a4a7-6222a4d396ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:19ac96e8-9191-43d3-a5bf-19d6fc0a3b69
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adc7a1c8-7578-4c00-9718-e31e474916c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:07daa35a-41d9-453d-a1c5-6610a37201bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:671b4ecc-879b-4a21-87af-c5ebacd69d0a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1e91d014-3f2d-4b07-8be0-0a2c07f66b70
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e386531-6572-49d4-aa73-dc8db56a028b
ModelInvariantUuid:2ffd38b7-b6c9-4eaa-bf0e-0f4cdaddec95
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6a410b24-5483-49fd-b2a4-f8e0998091d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7cd9c22c-024f-4b25-9779-5e37cc778e4e
ModelInvariantUuid:37c54e65-ee69-479c-8c2c-8fd51528992d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b939696b-1c70-493f-99af-130d7a6078b6
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-01-15T05:00:12.466Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 54fc8621-e25d-447b-b8ab-6c2295d9b5b6
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-01-15T05:00:12.468Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-01-15T05:00:12.469Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54fc8621-e25d-447b-b8ab-6c2295d9b5b6
2022-01-15T05:00:12.469Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a290d439-71d7-462e-b1d2-95f0660ca571 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-15T05:00:12.469Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:00:12.469Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-15T05:00:12.512Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:00:12.513Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a290d439-71d7-462e-b1d2-95f0660ca571 790
2022-01-15T05:00:12.513Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-15T05:00:12.513Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-15T05:00:12.513Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:00:12.513Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:12.515Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:12.515Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222812513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:12.615Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:12.616Z||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-01-15T05:00:12.616Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:12.630Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:12.630Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:13.516Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "671b4ecc-879b-4a21-87af-c5ebacd69d0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e91d014-3f2d-4b07-8be0-0a2c07f66b70",
    "vfModuleModelCustomizationUUID": "154b1996-427c-43d8-ac58-2946c5e76202",
    "isBase": true,
    "artifacts": [
      "3656b5c7-a549-4860-b86f-54f972597caf",
      "61a8f20c-d33e-4e6d-ba34-e42d597693ad"
    ],
    "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-01-15T05:00:13.519Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e91d014-3f2d-4b07-8be0-0a2c07f66b70
VfModuleModelInvariantUUID:671b4ecc-879b-4a21-87af-c5ebacd69d0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3656b5c7-a549-4860-b86f-54f972597caf
,
61a8f20c-d33e-4e6d-ba34-e42d597693ad

}
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-01-15T05:00:13.521Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "671b4ecc-879b-4a21-87af-c5ebacd69d0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e91d014-3f2d-4b07-8be0-0a2c07f66b70",
    "vfModuleModelCustomizationUUID": "154b1996-427c-43d8-ac58-2946c5e76202",
    "isBase": true,
    "artifacts": [
      "3656b5c7-a549-4860-b86f-54f972597caf",
      "61a8f20c-d33e-4e6d-ba34-e42d597693ad"
    ],
    "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-01-15T05:00:13.521Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e91d014-3f2d-4b07-8be0-0a2c07f66b70
VfModuleModelInvariantUUID:671b4ecc-879b-4a21-87af-c5ebacd69d0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
3656b5c7-a549-4860-b86f-54f972597caf
,
61a8f20c-d33e-4e6d-ba34-e42d597693ad

}
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-01-15T05:00:13.521Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3656b5c7-a549-4860-b86f-54f972597caf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-15T05:00:13.521Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:00:13.522Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-15T05:00:13.570Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:00:13.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3656b5c7-a549-4860-b86f-54f972597caf 5033
2022-01-15T05:00:13.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-15T05:00:13.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-15T05:00:13.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:00:13.571Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:13.573Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:13.573Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222813571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:13.673Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:13.674Z||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-01-15T05:00:13.674Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:13.687Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:13.687Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:14.574Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61a8f20c-d33e-4e6d-ba34-e42d597693ad from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-15T05:00:14.574Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:00:14.575Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-15T05:00:14.634Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:00:14.634Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 61a8f20c-d33e-4e6d-ba34-e42d597693ad 909
2022-01-15T05:00:14.634Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-15T05:00:14.635Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-15T05:00:14.635Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:00:14.635Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:14.636Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:14.637Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222814634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:14.737Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:14.737Z||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-01-15T05:00:14.737Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:14.750Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:14.750Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:00:15.626Z||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-01-15T05:00:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:00:15.637Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8b3dcdaf-da87-494f-867b-1ae7aadb1785
2022-01-15T05:00:15.637Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 54fc8621-e25d-447b-b8ab-6c2295d9b5b6 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-01-15T05:00:15.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:15.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.647Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b2160b5, org.onap.sdc.toscaparser.api.parameters.Input@c473253, org.onap.sdc.toscaparser.api.parameters.Input@6b873999, org.onap.sdc.toscaparser.api.parameters.Input@70e9992, org.onap.sdc.toscaparser.api.parameters.Input@674a650e]
2022-01-15T05:00:15.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:15.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:00:15.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222628436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222636304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:15.648Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222630996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:00:15.648Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222638761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:15.648Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222639765,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-01-15T05:00:15.648Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 07daa35a-41d9-453d-a1c5-6610a37201bc
2022-01-15T05:00:15.648Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07daa35a-41d9-453d-a1c5-6610a37201bc matches Tosca VF Customization UUID: 07daa35a-41d9-453d-a1c5-6610a37201bc
2022-01-15T05:00:15.649Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 07daa35a-41d9-453d-a1c5-6610a37201bc  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-01-15T05:00:15.650Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:00:15.650Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 07daa35a-41d9-453d-a1c5-6610a37201bc: {\"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-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73027dae
2022-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 154b1996-427c-43d8-ac58-2946c5e76202
2022-01-15T05:00:15.651Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 154b1996-427c-43d8-ac58-2946c5e76202
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-01-15T05:00:15.653Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T05:00:15.653Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb and ComponentName SDNC
2022-01-15T05:00:15.653Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.653Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:15.653Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-15T05:00:15.654Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-15T05:00:15.655Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e386531-6572-49d4-aa73-dc8db56a028b
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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-15T05:00:15.657Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=07daa35a-41d9-453d-a1c5-6610a37201bc
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-01-15T05:00:15.659Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.659Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.660Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8b3dcdaf-da87-494f-867b-1ae7aadb1785: basicclamp
2022-01-15T05:00:15.660Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.660Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.660Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.661Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222639789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:15.661Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.661Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222641846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222644369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:15.661Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222645297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.661Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "clamp",
  "timestamp": 1642222645372,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-01-15T05:00:15.662Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:00:15.662Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:00:15.662Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 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=?
2022-01-15T05:00:15.665Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T05:00:15.665Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb and ComponentName clamp
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, 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 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 watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2022-01-15T05:00:15.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "aai-ml",
  "timestamp": 1642222646301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 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=?
2022-01-15T05:00:15.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d2646d-d7f9-4474-85a6-4728c5ded5cb
2022-01-15T05:00:15.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d2646d-d7f9-4474-85a6-4728c5ded5cb and ComponentName AAI
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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 watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
2022-01-15T05:00:15.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4e70e0e-844a-496c-9599-16c88ac8f757",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222694326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:00:15.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:00:15.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:00:15.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:15.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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-01-15T05:00:15.725Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 54fc8621-e25d-447b-b8ab-6c2295d9b5b6 1 ASDC deployResourceStructure
2022-01-15T05:00:15.725Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-15T05:00:15.725Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-15T05:00:15.725Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:00:15.725Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:15.727Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:15.727Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222815725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:15.827Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:15.828Z||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-01-15T05:00:15.828Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:15.842Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:15.843Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:16.728Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-15T05:00:16.728Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-15T05:00:16.728Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:00:16.728Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:16.730Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:16.730Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222816727,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:16.830Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:16.831Z||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-01-15T05:00:16.831Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:16.844Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:16.845Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:17.731Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-15T05:00:17.731Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-15T05:00:17.731Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:00:17.731Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:17.732Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:17.733Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222817730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:17.833Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:17.833Z||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-01-15T05:00:17.833Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:17.846Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:17.847Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:18.733Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-15T05:00:18.734Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-15T05:00:18.734Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:00:18.734Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:18.735Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:18.735Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222818733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:00:18.836Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:18.836Z||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-01-15T05:00:18.836Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:18.848Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:18.848Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:19.736Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae252a70-8acf-417b-92e3-3dd75b581cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:00:19.745Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae252a70-8acf-417b-92e3-3dd75b581cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:00:19.748Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:00:19.753Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:00:49.753Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae252a70-8acf-417b-92e3-3dd75b581cfa 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-01-15T05:00:49.758Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae252a70-8acf-417b-92e3-3dd75b581cfa and serviceModelVersionId: 8b3dcdaf-da87-494f-867b-1ae7aadb1785
2022-01-15T05:00:49.758Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8c698cc-f786-4f73-a4a7-6222a4d396ba
2022-01-15T05:00:49.759Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?depth=0
2022-01-15T05:00:49.763Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:00:49.798Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?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-01-15T05:00:49.799Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?depth=0|INFO|500||Invoke
2022-01-15T05:00:49.815Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:00:50.083Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?depth=0|INFO|500||InvokeReturn
2022-01-15T05:00:50.084Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8c698cc-f786-4f73-a4a7-6222a4d396ba/model-vers/model-ver/8b3dcdaf-da87-494f-867b-1ae7aadb1785?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-05:00:49:823-45911], vertex-id=[192744], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:00:49 GMT], Content-Type=[application/json]}
2022-01-15T05:00:50.084Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:00:50.084Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:00:50.084Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:00:50.088Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:00:50.088Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae252a70-8acf-417b-92e3-3dd75b581cfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:00:50.088Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:00:50.089Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:50.090Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:50.090Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222850088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:00:50.191Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T05:00:50.191Z||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-01-15T05:00:50.191Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:50.207Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:50.207Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 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-01-15T05:00:51.100Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:00:51.100Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d2646d-d7f9-4474-85a6-4728c5ded5cb","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"16e555b5-24f1-49c5-b0f5-36755c7cf1d1","serviceDescription":"service","serviceInvariantUUID":"27e950e9-a07a-4ec0-bb27-d428c1ea8dec","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5423b7dd-037f-47eb-b82c-12a761b6b70e","resourceInvariantUUID":"a143f269-29cf-436e-9da6-d851f0b1fffd","resourceCustomizationUUID":"63577955-a952-46fc-99ba-c5903201187f","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":"NmRkMzIyMGFiMGEwOWFkYjEyZjAwNjQ3NWYyYmUyOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7398a637-09bd-45e9-9502-6206915d8335","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":"OTA0OGMwNmM4NTk4MzMwMzBhM2Q0YzNlMmQ4NDUyNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0db57488-f035-4c70-a919-019cb0a6639e","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":"c8f8b856-a580-4b78-a60e-8da9728b6ec9","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":"01041ec1-23fe-4829-bc05-02bcf79f69f6","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":"e68e13cd-2005-4421-9f69-f81baf45715c","artifactVersion":"2","generatedFromUUID":"c8f8b856-a580-4b78-a60e-8da9728b6ec9"},{"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":"ZTc1ZTMwMTQ3MjM4MmJhNzI1ZGM5ZTkxNzNjMGFhOGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bb394987-3927-4b24-bf9a-83e0ec60fa08","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":"Njc3MjE1ZGYyYTM0YzdmOGM4NDljMjY4OGMyNjZhZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56982416-072b-4efd-b454-982a0b20664d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmJmMWZiMDczNjNiYmUxMmVjM2YyNjEzMzQzNmRlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c860cc6-9061-47d0-80cf-7fb8e90350b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:00:51.101Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:51.101Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:51.102Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:51.103Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:51.203Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:51.203Z||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-01-15T05:00:51.203Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:51.215Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:51.215Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:52.103Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:52.104Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:52.105Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:52.105Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:00:52.205Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:52.206Z||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-01-15T05:00:52.206Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:52.218Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:52.219Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:00:53.106Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:53.106Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:53.108Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:53.108Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:00:53.208Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:53.209Z||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-01-15T05:00:53.209Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:53.221Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:53.222Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:54.108Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:54.109Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:54.110Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:54.111Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:54.211Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:54.211Z||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-01-15T05:00:54.212Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:54.227Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:54.227Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:55.111Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:55.112Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:55.114Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:55.114Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T05:00:55.214Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:55.215Z||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-01-15T05:00:55.215Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:55.228Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:55.228Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:56.114Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:56.115Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:56.117Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:56.117Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:56.217Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:56.218Z||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-01-15T05:00:56.218Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:56.230Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:56.230Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:57.117Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:57.118Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:57.120Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:57.120Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:00:57.220Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:57.221Z||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-01-15T05:00:57.222Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:57.238Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:57.238Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:58.121Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:00:58.122Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:58.123Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:58.123Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:00:58.223Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:58.224Z||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-01-15T05:00:58.224Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:58.238Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:58.238Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:00:59.125Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "16e555b5-24f1-49c5-b0f5-36755c7cf1d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "27e950e9-a07a-4ec0-bb27-d428c1ea8dec",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "63577955-a952-46fc-99ba-c5903201187f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5423b7dd-037f-47eb-b82c-12a761b6b70e",
      "resourceInvariantUUID": "a143f269-29cf-436e-9da6-d851f0b1fffd",
      "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": "OTA0OGMwNmM4NTk4MzMwMzBhM2Q0YzNlMmQ4NDUyNzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0db57488-f035-4c70-a919-019cb0a6639e",
          "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": "c8f8b856-a580-4b78-a60e-8da9728b6ec9",
          "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": "e68e13cd-2005-4421-9f69-f81baf45715c",
            "generatedFromUUID": "c8f8b856-a580-4b78-a60e-8da9728b6ec9"
          },
          "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": "e68e13cd-2005-4421-9f69-f81baf45715c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmJmMWZiMDczNjNiYmUxMmVjM2YyNjEzMzQzNmRlZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c860cc6-9061-47d0-80cf-7fb8e90350b5"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:00:59.125Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:00:59.125Z|ae252a70-8acf-417b-92e3-3dd75b581cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16e555b5-24f1-49c5-b0f5-36755c7cf1d1 ASDC
2022-01-15T05:00:59.125Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:00d2646d-d7f9-4474-85a6-4728c5ded5cb
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:16e555b5-24f1-49c5-b0f5-36755c7cf1d1
ServiceInvariantUUID:27e950e9-a07a-4ec0-bb27-d428c1ea8dec
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:1c860cc6-9061-47d0-80cf-7fb8e90350b5
ArtifactChecksum:NmJmMWZiMDczNjNiYmUxMmVjM2YyNjEzMzQzNmRlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:63577955-a952-46fc-99ba-c5903201187f
ResourceInvariantUUID:a143f269-29cf-436e-9da6-d851f0b1fffd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5423b7dd-037f-47eb-b82c-12a761b6b70e
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:0db57488-f035-4c70-a919-019cb0a6639e
ArtifactChecksum:OTA0OGMwNmM4NTk4MzMwMzBhM2Q0YzNlMmQ4NDUyNzU=
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:c8f8b856-a580-4b78-a60e-8da9728b6ec9
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:e68e13cd-2005-4421-9f69-f81baf45715c
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:e68e13cd-2005-4421-9f69-f81baf45715c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T05:00:59.125Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e555b5-24f1-49c5-b0f5-36755c7cf1d1 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-01-15T05:00:59.154Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:00:59.154Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:00:59.155Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:00:59.155Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c860cc6-9061-47d0-80cf-7fb8e90350b5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T05:00:59.155Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:00:59.155Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T05:00:59.452Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:00:59.455Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1c860cc6-9061-47d0-80cf-7fb8e90350b5 78787
2022-01-15T05:00:59.456Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-15T05:00:59.456Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T05:00:59.456Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:00:59.456Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:00:59.458Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:00:59.458Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222859456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:00:59.558Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:00:59.559Z||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-01-15T05:00:59.559Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:00:59.573Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:00:59.574Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:00.458Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:01:00.459Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:01:00.459Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c860cc6-9061-47d0-80cf-7fb8e90350b5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:00.460Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-15T05:01:00.460Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:00.460Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:00.542Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1121122610425743365/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-15T05:01:01.360Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.361Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:01:01.362Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T05:01:01.363Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:01.364Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.365Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edde0fe9-6bc0-43fd-831b-ceaa3a8790fd
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.366Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.367Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:01.367Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:01.367Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:16e555b5-24f1-49c5-b0f5-36755c7cf1d1
Model Version:NULL
Model InvariantUuid:27e950e9-a07a-4ec0-bb27-d428c1ea8dec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:677c93f8-fae8-4cbe-a6ae-2a8216555e5c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a143f269-29cf-436e-9da6-d851f0b1fffd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63577955-a952-46fc-99ba-c5903201187f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da9a536c-5156-4075-94a1-a8d61e7db725
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:73f86cb7-ba41-4726-b64a-2b36acfae3e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:edde0fe9-6bc0-43fd-831b-ceaa3a8790fd
ModelInvariantUuid:9e6fae15-c26d-4435-a67a-994185ec99f0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f2ce511a-47c1-43fa-9603-663dcf9f646a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8471d7d9-b21d-4736-b6bb-d1f48d78ac85
ModelInvariantUuid:df07beb9-b9ac-4783-8349-f6c605871bd3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cc082345-aabd-4f2c-a447-3fb061f74dad
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-01-15T05:01:01.372Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5423b7dd-037f-47eb-b82c-12a761b6b70e
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-01-15T05:01:01.375Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-01-15T05:01:01.375Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5423b7dd-037f-47eb-b82c-12a761b6b70e
2022-01-15T05:01:01.375Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0db57488-f035-4c70-a919-019cb0a6639e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-15T05:01:01.375Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:01.375Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-15T05:01:01.460Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:01.461Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0db57488-f035-4c70-a919-019cb0a6639e 792
2022-01-15T05:01:01.461Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-15T05:01:01.461Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-15T05:01:01.461Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:01.461Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:01.462Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:01.462Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222861461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:01.563Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:01.563Z||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-01-15T05:01:01.563Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:01.577Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:01.578Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:02.463Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "da9a536c-5156-4075-94a1-a8d61e7db725",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73f86cb7-ba41-4726-b64a-2b36acfae3e0",
    "vfModuleModelCustomizationUUID": "cafca976-04a1-48a7-82a5-fa3e69cdb518",
    "isBase": true,
    "artifacts": [
      "c8f8b856-a580-4b78-a60e-8da9728b6ec9",
      "e68e13cd-2005-4421-9f69-f81baf45715c"
    ],
    "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-01-15T05:01:02.466Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73f86cb7-ba41-4726-b64a-2b36acfae3e0
VfModuleModelInvariantUUID:da9a536c-5156-4075-94a1-a8d61e7db725
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8f8b856-a580-4b78-a60e-8da9728b6ec9
,
e68e13cd-2005-4421-9f69-f81baf45715c

}
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-01-15T05:01:02.468Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "da9a536c-5156-4075-94a1-a8d61e7db725",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73f86cb7-ba41-4726-b64a-2b36acfae3e0",
    "vfModuleModelCustomizationUUID": "cafca976-04a1-48a7-82a5-fa3e69cdb518",
    "isBase": true,
    "artifacts": [
      "c8f8b856-a580-4b78-a60e-8da9728b6ec9",
      "e68e13cd-2005-4421-9f69-f81baf45715c"
    ],
    "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-01-15T05:01:02.469Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73f86cb7-ba41-4726-b64a-2b36acfae3e0
VfModuleModelInvariantUUID:da9a536c-5156-4075-94a1-a8d61e7db725
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8f8b856-a580-4b78-a60e-8da9728b6ec9
,
e68e13cd-2005-4421-9f69-f81baf45715c

}
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-01-15T05:01:02.469Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8f8b856-a580-4b78-a60e-8da9728b6ec9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-15T05:01:02.469Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:02.469Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-15T05:01:02.514Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:02.514Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c8f8b856-a580-4b78-a60e-8da9728b6ec9 5033
2022-01-15T05:01:02.515Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-15T05:01:02.515Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-15T05:01:02.515Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:02.515Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:02.516Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:02.517Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222862515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:02.617Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:02.618Z||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-01-15T05:01:02.618Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:02.632Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:02.632Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:03.517Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e68e13cd-2005-4421-9f69-f81baf45715c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-15T05:01:03.518Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:03.518Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-15T05:01:03.567Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:03.567Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e68e13cd-2005-4421-9f69-f81baf45715c 903
2022-01-15T05:01:03.568Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-15T05:01:03.568Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-15T05:01:03.568Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:03.568Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:03.571Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:03.571Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222863568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:03.671Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:03.672Z||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-01-15T05:01:03.672Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:03.686Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:03.686Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:04.571Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 16e555b5-24f1-49c5-b0f5-36755c7cf1d1
2022-01-15T05:01:04.572Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5423b7dd-037f-47eb-b82c-12a761b6b70e 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-01-15T05:01:04.581Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e0956f, org.onap.sdc.toscaparser.api.parameters.Input@1000bd2f, org.onap.sdc.toscaparser.api.parameters.Input@228d74bc, org.onap.sdc.toscaparser.api.parameters.Input@4888ae3a, org.onap.sdc.toscaparser.api.parameters.Input@4f4411a9]
2022-01-15T05:01:04.582Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.583Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.583Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T05:01:04.583Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 63577955-a952-46fc-99ba-c5903201187f
2022-01-15T05:01:04.583Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63577955-a952-46fc-99ba-c5903201187f matches Tosca VF Customization UUID: 63577955-a952-46fc-99ba-c5903201187f
2022-01-15T05:01:04.583Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 63577955-a952-46fc-99ba-c5903201187f  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-01-15T05:01:04.584Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 63577955-a952-46fc-99ba-c5903201187f: {\"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-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ead06eb
2022-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:01:04.585Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cafca976-04a1-48a7-82a5-fa3e69cdb518
2022-01-15T05:01:04.586Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cafca976-04a1-48a7-82a5-fa3e69cdb518
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-01-15T05:01:04.587Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.587Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:04.587Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:04.588Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edde0fe9-6bc0-43fd-831b-ceaa3a8790fd
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-01-15T05:01:04.590Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.590Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:04.590Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:04.590Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.591Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T05:01:04.591Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=63577955-a952-46fc-99ba-c5903201187f
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-01-15T05:01:04.592Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.592Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.592Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 16e555b5-24f1-49c5-b0f5-36755c7cf1d1: basic_vm_macro
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.593Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.594Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:04.594Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:04.594Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-15T05:01:04.645Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5423b7dd-037f-47eb-b82c-12a761b6b70e 1 ASDC deployResourceStructure
2022-01-15T05:01:04.646Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-15T05:01:04.646Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-15T05:01:04.646Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:04.646Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:04.648Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:04.648Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222864646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:04.748Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:04.748Z||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-01-15T05:01:04.749Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:04.763Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:04.763Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:05.649Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-15T05:01:05.649Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-15T05:01:05.650Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:05.650Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:05.653Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:05.653Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222865649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:05.753Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:05.753Z||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-01-15T05:01:05.753Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:05.765Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:05.765Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:06.654Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-15T05:01:06.654Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-15T05:01:06.655Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:06.655Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:06.657Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:06.657Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222866654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:06.757Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:06.758Z||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-01-15T05:01:06.758Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:06.770Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:06.770Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:07.658Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-15T05:01:07.658Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T05:01:07.658Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:07.658Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:07.660Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:07.660Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222867658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:07.761Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T05:01:07.761Z||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-01-15T05:01:07.761Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:07.770Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:07.771Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:08.661Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d2646d-d7f9-4474-85a6-4728c5ded5cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:01:08.670Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d2646d-d7f9-4474-85a6-4728c5ded5cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:01:08.671Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:01:08.671Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:08.672Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:01:08.677Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:01:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:01:15.626Z||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-01-15T05:01:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:01:15.649Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:15.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/resourceInstances/pnf0236dccb39ac0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222564916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222703583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222705346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnabcu9wd4hgioq5lvia/1.0/artifacts/service-DemoPnfGnabcu9wd4hgioq5lvia-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222716020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222718436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222718991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222717520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222720996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222727946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222727947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222728714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "cds",
  "timestamp": 1642222728950,
  "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-01-15T05:01:15.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.677Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222722735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222730103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222730497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222731107,
  "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-01-15T05:01:15.688Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.688Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222731501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "policy-id",
  "timestamp": 1642222732504,
  "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-01-15T05:01:15.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222733378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222734720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222735386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "dcae-sch",
  "timestamp": 1642222729052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "aai-ml",
  "timestamp": 1642222735724,
  "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-01-15T05:01:15.710Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.710Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "clamp",
  "timestamp": 1642222736390,
  "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-01-15T05:01:15.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.719Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222729887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222737589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222738651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222739941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:15.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:15.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222740957,
  "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-01-15T05:01:15.733Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cff725e-e91a-4948-ba07-06d43afdcd5e
2022-01-15T05:01:15.733Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:01:15.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:01:15.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222741960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:15.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:01:38.677Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d2646d-d7f9-4474-85a6-4728c5ded5cb 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-01-15T05:01:38.681Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d2646d-d7f9-4474-85a6-4728c5ded5cb and serviceModelVersionId: 16e555b5-24f1-49c5-b0f5-36755c7cf1d1
2022-01-15T05:01:38.681Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27e950e9-a07a-4ec0-bb27-d428c1ea8dec
2022-01-15T05:01:38.681Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?depth=0
2022-01-15T05:01:38.685Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:01:38.713Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?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-01-15T05:01:38.714Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?depth=0|INFO|500||Invoke
2022-01-15T05:01:38.728Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:01:39.202Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?depth=0|INFO|500||InvokeReturn
2022-01-15T05:01:39.203Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27e950e9-a07a-4ec0-bb27-d428c1ea8dec/model-vers/model-ver/16e555b5-24f1-49c5-b0f5-36755c7cf1d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-05:01:38:737-22704], vertex-id=[192632], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:01:38 GMT], Content-Type=[application/json]}
2022-01-15T05:01:39.203Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:01:39.203Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:01:39.203Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:01:39.206Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:01:39.206Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d2646d-d7f9-4474-85a6-4728c5ded5cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:01:39.207Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:01:39.207Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:39.208Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:39.208Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222899207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:01:39.308Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:39.309Z||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-01-15T05:01:39.309Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:39.325Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:39.326Z||pool-84-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-01-15T05:01:40.218Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:01:40.219Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cff725e-e91a-4948-ba07-06d43afdcd5e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ddd8d64c-51d1-4389-8960-79eb6d8c8d10","serviceDescription":"service","serviceInvariantUUID":"764c6bce-bde7-401a-a0f7-92409348fdf0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7b77c7d-0d65-4519-9483-27607982c1fa","resourceInvariantUUID":"e46cd774-688c-4233-96d6-65bb92680b27","resourceCustomizationUUID":"9077d7c5-b825-4d04-968f-ee2deb36e64d","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":"MTg2MjhlNjA0NjdjZjQyNDM3ZjVlMjIyYTY5OTJiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f775af2b-beff-48df-a2a9-b6d938bd179a","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":"YWRjNTRiMjNmY2JhZGViOTFmMGExMjc1MzU4NTlkNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"310cc0e6-44d3-4d09-9b20-7a793d1105ae","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":"2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb","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":"c2d5df48-fa83-45a4-a7f4-7edd56e0a2e0","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":"21ee6545-9509-4631-8281-389dede9e6c9","artifactVersion":"2","generatedFromUUID":"2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2Y1NTI5NDllNWVhMjljYTI4MmFiYmMwNDRhODAyYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa550c73-f281-44e6-b835-4110f425ead8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWVkMTYxYmU4N2ZmYWJmMTBjMDdkNWYxODUxZTMwOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8b437f9-993f-4ae6-88ed-904ba8afd313","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:01:40.219Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:40.219Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:40.220Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:40.221Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:40.321Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:40.321Z||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-01-15T05:01:40.321Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:40.334Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:40.334Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:41.221Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:41.222Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:41.224Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:41.224Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:01:41.324Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:41.326Z||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-01-15T05:01:41.327Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:41.341Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:41.341Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:42.225Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:42.225Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:42.226Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:42.227Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:01:42.327Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:42.328Z||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-01-15T05:01:42.328Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:42.342Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:42.343Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:43.227Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:43.228Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:43.230Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:43.230Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:43.330Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:43.331Z||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-01-15T05:01:43.331Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:43.344Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:43.344Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:44.230Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:44.231Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:44.232Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:44.232Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T05:01:44.333Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:44.333Z||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-01-15T05:01:44.333Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:44.347Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:44.347Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:45.233Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:45.234Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:45.235Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:45.236Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:01:45.336Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:45.336Z||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-01-15T05:01:45.337Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:45.350Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:45.350Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:46.236Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:01:46.237Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:46.238Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:46.238Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:01:46.339Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:46.339Z||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-01-15T05:01:46.340Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:46.355Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:46.355Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:47.240Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ddd8d64c-51d1-4389-8960-79eb6d8c8d10",
  "serviceDescription": "service",
  "serviceInvariantUUID": "764c6bce-bde7-401a-a0f7-92409348fdf0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9077d7c5-b825-4d04-968f-ee2deb36e64d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d7b77c7d-0d65-4519-9483-27607982c1fa",
      "resourceInvariantUUID": "e46cd774-688c-4233-96d6-65bb92680b27",
      "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": "YWRjNTRiMjNmY2JhZGViOTFmMGExMjc1MzU4NTlkNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "310cc0e6-44d3-4d09-9b20-7a793d1105ae",
          "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": "2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb",
          "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": "21ee6545-9509-4631-8281-389dede9e6c9",
            "generatedFromUUID": "2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb"
          },
          "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": "21ee6545-9509-4631-8281-389dede9e6c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWVkMTYxYmU4N2ZmYWJmMTBjMDdkNWYxODUxZTMwOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8b437f9-993f-4ae6-88ed-904ba8afd313"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:01:47.240Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:01:47.240Z|00d2646d-d7f9-4474-85a6-4728c5ded5cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ddd8d64c-51d1-4389-8960-79eb6d8c8d10 ASDC
2022-01-15T05:01:47.241Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2cff725e-e91a-4948-ba07-06d43afdcd5e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ddd8d64c-51d1-4389-8960-79eb6d8c8d10
ServiceInvariantUUID:764c6bce-bde7-401a-a0f7-92409348fdf0
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:c8b437f9-993f-4ae6-88ed-904ba8afd313
ArtifactChecksum:NWVkMTYxYmU4N2ZmYWJmMTBjMDdkNWYxODUxZTMwOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9077d7c5-b825-4d04-968f-ee2deb36e64d
ResourceInvariantUUID:e46cd774-688c-4233-96d6-65bb92680b27
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d7b77c7d-0d65-4519-9483-27607982c1fa
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:310cc0e6-44d3-4d09-9b20-7a793d1105ae
ArtifactChecksum:YWRjNTRiMjNmY2JhZGViOTFmMGExMjc1MzU4NTlkNDM=
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:2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb
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:21ee6545-9509-4631-8281-389dede9e6c9
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:21ee6545-9509-4631-8281-389dede9e6c9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T05:01:47.241Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddd8d64c-51d1-4389-8960-79eb6d8c8d10 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-01-15T05:01:47.268Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:01:47.268Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:01:47.268Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:01:47.268Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8b437f9-993f-4ae6-88ed-904ba8afd313 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T05:01:47.268Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:47.269Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T05:01:47.515Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:47.518Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c8b437f9-993f-4ae6-88ed-904ba8afd313 71037
2022-01-15T05:01:47.518Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-15T05:01:47.518Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T05:01:47.518Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:47.519Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:47.522Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:47.522Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222907518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:47.625Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-01-15T05:01:47.626Z||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-01-15T05:01:47.626Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:47.640Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:47.640Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:48.523Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:01:48.524Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:01:48.524Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c8b437f9-993f-4ae6-88ed-904ba8afd313, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:48.525Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-15T05:01:48.525Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:48.525Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:48.707Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4955750967977101199/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-01-15T05:01:49.539Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:01:49.539Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:01:49.539Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.540Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.541Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:49.542Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T05:01:49.543Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=09e628f0-1390-436f-9d4c-a30c4b5d8b8b
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:49.544Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ddd8d64c-51d1-4389-8960-79eb6d8c8d10
Model Version:NULL
Model InvariantUuid:764c6bce-bde7-401a-a0f7-92409348fdf0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d432b873-2d99-4b67-bc57-8af6182fb013
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e46cd774-688c-4233-96d6-65bb92680b27
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9077d7c5-b825-4d04-968f-ee2deb36e64d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0601da2b-1b45-4dff-960b-d5c8674872e6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:87a73b2a-fd65-4768-9faa-459abb0d243f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09e628f0-1390-436f-9d4c-a30c4b5d8b8b
ModelInvariantUuid:193dd291-664f-4c88-a525-d310f27193cc
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:84a33a37-77ee-4d75-9750-48a74b022dca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:318f0ec2-41da-4ed6-9592-0b1df153c877
ModelInvariantUuid:e9f6eba3-f6b8-485d-a54d-1bdfdb01fd66
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0111c1ba-097f-4ef3-8fcc-13d2abc3b5e2
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-01-15T05:01:49.550Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d7b77c7d-0d65-4519-9483-27607982c1fa
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-01-15T05:01:49.552Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-01-15T05:01:49.552Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7b77c7d-0d65-4519-9483-27607982c1fa
2022-01-15T05:01:49.552Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 310cc0e6-44d3-4d09-9b20-7a793d1105ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-15T05:01:49.552Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:49.552Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:49.687Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:49.687Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 310cc0e6-44d3-4d09-9b20-7a793d1105ae 787
2022-01-15T05:01:49.687Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:49.688Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:49.688Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:49.688Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:49.689Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:49.689Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222909687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:49.790Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:49.790Z||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-01-15T05:01:49.790Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:49.805Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:49.805Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:50.690Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0601da2b-1b45-4dff-960b-d5c8674872e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87a73b2a-fd65-4768-9faa-459abb0d243f",
    "vfModuleModelCustomizationUUID": "a6478669-f336-4389-8f55-c9f0d2aff085",
    "isBase": true,
    "artifacts": [
      "2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb",
      "21ee6545-9509-4631-8281-389dede9e6c9"
    ],
    "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-01-15T05:01:50.692Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87a73b2a-fd65-4768-9faa-459abb0d243f
VfModuleModelInvariantUUID:0601da2b-1b45-4dff-960b-d5c8674872e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb
,
21ee6545-9509-4631-8281-389dede9e6c9

}
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-01-15T05:01:50.694Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0601da2b-1b45-4dff-960b-d5c8674872e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87a73b2a-fd65-4768-9faa-459abb0d243f",
    "vfModuleModelCustomizationUUID": "a6478669-f336-4389-8f55-c9f0d2aff085",
    "isBase": true,
    "artifacts": [
      "2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb",
      "21ee6545-9509-4631-8281-389dede9e6c9"
    ],
    "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-01-15T05:01:50.694Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87a73b2a-fd65-4768-9faa-459abb0d243f
VfModuleModelInvariantUUID:0601da2b-1b45-4dff-960b-d5c8674872e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb
,
21ee6545-9509-4631-8281-389dede9e6c9

}
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-01-15T05:01:50.694Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-15T05:01:50.694Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:50.694Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:50.901Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:50.901Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2b7e6b8c-5bce-42d0-b8e1-324ebf2059cb 5033
2022-01-15T05:01:50.901Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:50.901Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:50.901Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:50.902Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:50.903Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:50.903Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:51.004Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:51.004Z||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-01-15T05:01:51.004Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:51.019Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:51.020Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:51.904Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21ee6545-9509-4631-8281-389dede9e6c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-15T05:01:51.904Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:01:51.904Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:52.093Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:01:52.093Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 21ee6545-9509-4631-8281-389dede9e6c9 903
2022-01-15T05:01:52.093Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:52.093Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:52.093Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:01:52.094Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:52.095Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:52.095Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222912093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:01:52.195Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:52.196Z||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-01-15T05:01:52.196Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:52.208Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:52.208Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:53.095Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ddd8d64c-51d1-4389-8960-79eb6d8c8d10
2022-01-15T05:01:53.096Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d7b77c7d-0d65-4519-9483-27607982c1fa 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-01-15T05:01:53.106Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@690d0c31, org.onap.sdc.toscaparser.api.parameters.Input@dd5eb6, org.onap.sdc.toscaparser.api.parameters.Input@6587c96f, org.onap.sdc.toscaparser.api.parameters.Input@53f0c12f, org.onap.sdc.toscaparser.api.parameters.Input@529d23e4]
2022-01-15T05:01:53.106Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.107Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.107Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T05:01:53.107Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9077d7c5-b825-4d04-968f-ee2deb36e64d
2022-01-15T05:01:53.107Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9077d7c5-b825-4d04-968f-ee2deb36e64d matches Tosca VF Customization UUID: 9077d7c5-b825-4d04-968f-ee2deb36e64d
2022-01-15T05:01:53.107Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9077d7c5-b825-4d04-968f-ee2deb36e64d  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-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9077d7c5-b825-4d04-968f-ee2deb36e64d: {\"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-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3664c9c5
2022-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.109Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:01:53.110Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6478669-f336-4389-8f55-c9f0d2aff085
2022-01-15T05:01:53.110Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6478669-f336-4389-8f55-c9f0d2aff085
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-01-15T05:01:53.111Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.112Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T05:01:53.113Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T05:01:53.113Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T05:01:53.113Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=09e628f0-1390-436f-9d4c-a30c4b5d8b8b
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-01-15T05:01:53.114Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.115Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:53.115Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:01:53.115Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.115Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T05:01:53.115Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9077d7c5-b825-4d04-968f-ee2deb36e64d
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-01-15T05:01:53.116Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.116Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ddd8d64c-51d1-4389-8960-79eb6d8c8d10: basic_vm
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.117Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:01:53.118Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:01:53.118Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:53.185Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d7b77c7d-0d65-4519-9483-27607982c1fa 1 ASDC deployResourceStructure
2022-01-15T05:01:53.185Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:53.185Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:53.185Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:53.185Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:53.187Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:53.187Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222913185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:53.287Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:53.288Z||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-01-15T05:01:53.289Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:53.301Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:53.302Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:54.188Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:54.188Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:54.188Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:54.189Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:54.190Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:54.190Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222914188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:54.290Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:54.291Z||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-01-15T05:01:54.291Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:54.305Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:54.306Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:01:55.191Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:55.192Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||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-01-15T05:01:55.192Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:55.192Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:55.194Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:55.194Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222915191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:55.294Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:55.295Z||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-01-15T05:01:55.295Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:55.307Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:55.308Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:56.195Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-15T05:01:56.195Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T05:01:56.195Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:01:56.195Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:01:56.197Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:01:56.197Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222916194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:01:56.297Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:01:56.298Z||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-01-15T05:01:56.298Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:01:56.311Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:01:56.311Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:01:57.198Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cff725e-e91a-4948-ba07-06d43afdcd5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:01:57.206Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cff725e-e91a-4948-ba07-06d43afdcd5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:01:57.207Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:01:57.208Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:01:57.211Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:02:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:02:15.625Z||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-01-15T05:02:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:02:15.650Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:02:15.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35aa216c-215c-4500-b86a-dc58cb252fe4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222796540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222810472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222812513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222813571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222814634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:02:15.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:02:27.212Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cff725e-e91a-4948-ba07-06d43afdcd5e 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-01-15T05:02:27.217Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cff725e-e91a-4948-ba07-06d43afdcd5e and serviceModelVersionId: ddd8d64c-51d1-4389-8960-79eb6d8c8d10
2022-01-15T05:02:27.217Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 764c6bce-bde7-401a-a0f7-92409348fdf0
2022-01-15T05:02:27.218Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0
2022-01-15T05:02:27.222Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:02:27.253Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0|INFO|500||Invoke
2022-01-15T05:02:27.254Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2cff725e-e91a-4948-ba07-06d43afdcd5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c25bae20-2deb-4b97-b19e-7c159fc75141], X-ECOMP-RequestID=[2cff725e-e91a-4948-ba07-06d43afdcd5e], X-TransactionId=[], X-ONAP-RequestID=[2cff725e-e91a-4948-ba07-06d43afdcd5e], Content-Type=[application/merge-patch+json]}
2022-01-15T05:02:27.270Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:02:27.382Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?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/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220115-05:02:27:279-39439], vertex-id=[204920], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:02:27 GMT], Content-Type=[application/json]}
2022-01-15T05:02:27.382Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:02:27.383Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/764c6bce-bde7-401a-a0f7-92409348fdf0/model-vers/model-ver/ddd8d64c-51d1-4389-8960-79eb6d8c8d10?depth=0|INFO|500||InvokeReturn
2022-01-15T05:02:27.383Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:02:27.383Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:02:27.386Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:02:27.386Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cff725e-e91a-4948-ba07-06d43afdcd5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:02:27.386Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:02:27.386Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:02:27.388Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:02:27.388Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222947386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:02:27.488Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:02:27.489Z||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-01-15T05:02:27.489Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:02:27.503Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:02:27.504Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 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-01-15T05:02:28.398Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:02:28.398Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:02:28.398Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:02:38.971Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:02:38.971Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:02:38.971Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:02:38.971Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:02:48.514Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:02:48.514Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:02:48.515Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:02:48.515Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:02:58.058Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:02:58.059Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:02:58.059Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:02:58.059Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:07.602Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:07.603Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:03:07.603Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:03:07.603Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:03:15.626Z||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-01-15T05:03:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:03:15.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:15.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222815725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222816727,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222817730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222818733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae252a70-8acf-417b-92e3-3dd75b581cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222850088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222859456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222861461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222862515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222863568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222864646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222865649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222866654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222867658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:15.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:03:15.742Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:15.743Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:03:15.743Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e6d326a-50f4-4c41-ad43-271344359062","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6196ebbd-14ad-4faa-a51b-c611bc3d96b1","serviceDescription":"service","serviceInvariantUUID":"ae9e33df-4ff7-4538-a759-a4416f192b3b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b736d2b3-74d0-4260-ae70-0dd112e7e1a2","resourceInvariantUUID":"fcc6f6fe-eaa8-4e3e-ae4e-ff909e7e1993","resourceCustomizationUUID":"dc58669d-7c03-4482-a2da-b18b35901ff3","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":"ZDkwMTdiY2JmM2Q3MDMyNjNlMTI3NTFhNzNiNjk1MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da840121-df5b-45d0-b7ec-aab160ebfb9f","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":"232afdf1-67b0-4b0a-8677-5cd01fe1a87e","artifactVersion":"2","generatedFromUUID":"fb114283-92cc-4b3f-ae53-f8cd09ae9d9f"},{"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":"fb114283-92cc-4b3f-ae53-f8cd09ae9d9f","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":"ZTcwY2NiN2Q2NzlhYTRmYzY3YzA2MGIzMTlhNDg0NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aef07b48-9d34-4c0c-ad7d-80f7d24f933a","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":"d77bdcab-2d6c-491a-9e61-08b644dce2a6","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":"6ccaece5-6feb-43af-a443-d7e7479e09c9","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":"0a13ca0d-0d5c-4f86-8aa4-d5073342952f","artifactVersion":"2","generatedFromUUID":"d77bdcab-2d6c-491a-9e61-08b644dce2a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTZiZmQ1YzQ1NjIyNDRjNzBjZjgxMTEzYTFjOTE2Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17009916-644c-41c4-802c-06638e7f48b4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmUwMDM4OWYxNzQ3OWM0MDE0M2I4NDBkOWIzNDExMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f47f90f-4e18-465c-bab4-7b8547b587d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:03:15.745Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:15.745Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:15.747Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:15.747Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:15.847Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:15.848Z||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-01-15T05:03:15.848Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:15.862Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:15.862Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:16.748Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:16.748Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:16.750Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:16.750Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T05:03:16.850Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:16.851Z||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-01-15T05:03:16.851Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:16.872Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:16.872Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:17.750Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:17.751Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:17.752Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:17.753Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T05:03:17.853Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:17.853Z||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-01-15T05:03:17.853Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:17.864Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:17.864Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:18.753Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:18.754Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:18.755Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:18.755Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:03:18.855Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:18.856Z||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-01-15T05:03:18.856Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:18.897Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:18.897Z||pool-104-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:19.756Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:19.756Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:19.758Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:19.758Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:03:19.858Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:19.859Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-15T05:03:19.859Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:19.881Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:19.882Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:20.758Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:20.759Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:20.760Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:20.760Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:20.861Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:20.861Z||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-01-15T05:03:20.862Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:20.878Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:20.878Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:21.761Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:21.762Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:21.763Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:21.763Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T05:03:21.864Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T05:03:21.865Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-15T05:03:21.865Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:21.876Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:21.876Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:22.764Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:22.764Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:22.766Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:22.766Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:03:22.866Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:22.866Z||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-01-15T05:03:22.866Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:22.876Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:22.877Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:23.766Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:03:23.767Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:23.768Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:23.768Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:03:23.868Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:23.869Z||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-01-15T05:03:23.869Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:23.882Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:23.882Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:24.769Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6196ebbd-14ad-4faa-a51b-c611bc3d96b1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae9e33df-4ff7-4538-a759-a4416f192b3b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "dc58669d-7c03-4482-a2da-b18b35901ff3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b736d2b3-74d0-4260-ae70-0dd112e7e1a2",
      "resourceInvariantUUID": "fcc6f6fe-eaa8-4e3e-ae4e-ff909e7e1993",
      "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": "232afdf1-67b0-4b0a-8677-5cd01fe1a87e",
          "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": "fb114283-92cc-4b3f-ae53-f8cd09ae9d9f",
          "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": "ZTcwY2NiN2Q2NzlhYTRmYzY3YzA2MGIzMTlhNDg0NzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aef07b48-9d34-4c0c-ad7d-80f7d24f933a",
          "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": "d77bdcab-2d6c-491a-9e61-08b644dce2a6",
          "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": "0a13ca0d-0d5c-4f86-8aa4-d5073342952f",
            "generatedFromUUID": "d77bdcab-2d6c-491a-9e61-08b644dce2a6"
          },
          "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": "0a13ca0d-0d5c-4f86-8aa4-d5073342952f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmUwMDM4OWYxNzQ3OWM0MDE0M2I4NDBkOWIzNDExMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f47f90f-4e18-465c-bab4-7b8547b587d4"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:03:24.769Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:03:24.769Z|2cff725e-e91a-4948-ba07-06d43afdcd5e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6196ebbd-14ad-4faa-a51b-c611bc3d96b1 ASDC
2022-01-15T05:03:24.770Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6e6d326a-50f4-4c41-ad43-271344359062
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6196ebbd-14ad-4faa-a51b-c611bc3d96b1
ServiceInvariantUUID:ae9e33df-4ff7-4538-a759-a4416f192b3b
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:8f47f90f-4e18-465c-bab4-7b8547b587d4
ArtifactChecksum:NmUwMDM4OWYxNzQ3OWM0MDE0M2I4NDBkOWIzNDExMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:dc58669d-7c03-4482-a2da-b18b35901ff3
ResourceInvariantUUID:fcc6f6fe-eaa8-4e3e-ae4e-ff909e7e1993
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b736d2b3-74d0-4260-ae70-0dd112e7e1a2
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:232afdf1-67b0-4b0a-8677-5cd01fe1a87e
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:fb114283-92cc-4b3f-ae53-f8cd09ae9d9f
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:aef07b48-9d34-4c0c-ad7d-80f7d24f933a
ArtifactChecksum:ZTcwY2NiN2Q2NzlhYTRmYzY3YzA2MGIzMTlhNDg0NzE=
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:d77bdcab-2d6c-491a-9e61-08b644dce2a6
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:0a13ca0d-0d5c-4f86-8aa4-d5073342952f
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:0a13ca0d-0d5c-4f86-8aa4-d5073342952f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T05:03:24.770Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6196ebbd-14ad-4faa-a51b-c611bc3d96b1 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-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f47f90f-4e18-465c-bab4-7b8547b587d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:24.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T05:03:24.902Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:24.905Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8f47f90f-4e18-465c-bab4-7b8547b587d4 68930
2022-01-15T05:03:24.905Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-15T05:03:24.905Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T05:03:24.905Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:24.906Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:24.907Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:24.907Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223004905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:25.008Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T05:03:25.008Z||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-01-15T05:03:25.008Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:25.022Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:25.022Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:25.908Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:03:25.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:03:25.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8f47f90f-4e18-465c-bab4-7b8547b587d4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T05:03:25.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-15T05:03:25.910Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T05:03:25.910Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T05:03:26.038Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4877885628759098300/Definitions/service-BasicCnf-template.yml
2022-01-15T05:03:26.802Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:03:26.802Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:03:26.802Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T05:03:26.802Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.803Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T05:03:26.804Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:26.805Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb6355dc-a607-469c-8957-92962d960a8a
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.806Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:26.807Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:26.807Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6196ebbd-14ad-4faa-a51b-c611bc3d96b1
Model Version:NULL
Model InvariantUuid:ae9e33df-4ff7-4538-a759-a4416f192b3b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d814ed54-7be0-4b32-afe0-e8607a7c0c75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcc6f6fe-eaa8-4e3e-ae4e-ff909e7e1993
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc58669d-7c03-4482-a2da-b18b35901ff3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6e5516db-947c-4b90-8a0a-4c9f7091040d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:84051b99-3ee8-4d63-8bf5-2442c87aa5e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb6355dc-a607-469c-8957-92962d960a8a
ModelInvariantUuid:4838af21-5237-4497-b2fc-1937f570eb58
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d6af7021-139e-4a7c-8012-b01167b919dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:83037dad-cd0c-45f9-813f-391174f02186
ModelInvariantUuid:617a47cb-bbfb-444c-a3ef-2979a5e56e30
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:61f4aae9-eb97-4680-a9f0-ed572131f1a1
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-01-15T05:03:26.812Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b736d2b3-74d0-4260-ae70-0dd112e7e1a2
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-01-15T05:03:26.814Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-01-15T05:03:26.814Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b736d2b3-74d0-4260-ae70-0dd112e7e1a2
2022-01-15T05:03:26.814Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 232afdf1-67b0-4b0a-8677-5cd01fe1a87e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-15T05:03:26.814Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:26.814Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.859Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:26.860Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 232afdf1-67b0-4b0a-8677-5cd01fe1a87e 12
2022-01-15T05:03:26.860Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.860Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:26.860Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:26.860Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:26.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:26.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223006860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:26.962Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:26.963Z||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-01-15T05:03:26.963Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:26.976Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:26.976Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:27.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb114283-92cc-4b3f-ae53-f8cd09ae9d9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-15T05:03:27.863Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:27.863Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:27.908Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:27.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fb114283-92cc-4b3f-ae53-f8cd09ae9d9f 2688
2022-01-15T05:03:27.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:27.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:27.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:27.909Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:27.910Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:27.911Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223007909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:28.011Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:28.011Z||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-01-15T05:03:28.012Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:28.024Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:28.024Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:28.912Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aef07b48-9d34-4c0c-ad7d-80f7d24f933a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-15T05:03:28.912Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:28.912Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aef07b48-9d34-4c0c-ad7d-80f7d24f933a 828
2022-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:28.955Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:28.957Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:28.957Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223008955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:29.057Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:29.058Z||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-01-15T05:03:29.058Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:29.069Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:29.070Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:29.957Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6e5516db-947c-4b90-8a0a-4c9f7091040d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84051b99-3ee8-4d63-8bf5-2442c87aa5e1",
    "vfModuleModelCustomizationUUID": "1ca391c2-643a-4774-83be-e52d5e8a8215",
    "isBase": true,
    "artifacts": [
      "fb114283-92cc-4b3f-ae53-f8cd09ae9d9f",
      "d77bdcab-2d6c-491a-9e61-08b644dce2a6",
      "0a13ca0d-0d5c-4f86-8aa4-d5073342952f"
    ],
    "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-01-15T05:03:29.960Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84051b99-3ee8-4d63-8bf5-2442c87aa5e1
VfModuleModelInvariantUUID:6e5516db-947c-4b90-8a0a-4c9f7091040d
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb114283-92cc-4b3f-ae53-f8cd09ae9d9f
,
d77bdcab-2d6c-491a-9e61-08b644dce2a6
,
0a13ca0d-0d5c-4f86-8aa4-d5073342952f

}
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-01-15T05:03:29.961Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6e5516db-947c-4b90-8a0a-4c9f7091040d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84051b99-3ee8-4d63-8bf5-2442c87aa5e1",
    "vfModuleModelCustomizationUUID": "1ca391c2-643a-4774-83be-e52d5e8a8215",
    "isBase": true,
    "artifacts": [
      "fb114283-92cc-4b3f-ae53-f8cd09ae9d9f",
      "d77bdcab-2d6c-491a-9e61-08b644dce2a6",
      "0a13ca0d-0d5c-4f86-8aa4-d5073342952f"
    ],
    "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-01-15T05:03:29.961Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84051b99-3ee8-4d63-8bf5-2442c87aa5e1
VfModuleModelInvariantUUID:6e5516db-947c-4b90-8a0a-4c9f7091040d
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb114283-92cc-4b3f-ae53-f8cd09ae9d9f
,
d77bdcab-2d6c-491a-9e61-08b644dce2a6
,
0a13ca0d-0d5c-4f86-8aa4-d5073342952f

}
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-01-15T05:03:29.961Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d77bdcab-2d6c-491a-9e61-08b644dce2a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-15T05:03:29.962Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:29.962Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:30.133Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:30.134Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d77bdcab-2d6c-491a-9e61-08b644dce2a6 1164
2022-01-15T05:03:30.134Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:30.134Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:30.134Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:30.134Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:30.135Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:30.136Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223010134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:30.236Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:30.236Z||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-01-15T05:03:30.236Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:30.249Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:30.249Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:31.136Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a13ca0d-0d5c-4f86-8aa4-d5073342952f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-15T05:03:31.137Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:03:31.137Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0a13ca0d-0d5c-4f86-8aa4-d5073342952f 200
2022-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:03:31.252Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:31.254Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:31.254Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223011252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:03:31.354Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:31.355Z||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-01-15T05:03:31.355Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:31.367Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:31.367Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:32.254Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6196ebbd-14ad-4faa-a51b-c611bc3d96b1
2022-01-15T05:03:32.255Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b736d2b3-74d0-4260-ae70-0dd112e7e1a2 ASDC
2022-01-15T05:03:32.262Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-01-15T05:03:32.269Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78cfa90e, org.onap.sdc.toscaparser.api.parameters.Input@4c859512, org.onap.sdc.toscaparser.api.parameters.Input@6e08859b, org.onap.sdc.toscaparser.api.parameters.Input@422c7291, org.onap.sdc.toscaparser.api.parameters.Input@47ae2403]
2022-01-15T05:03:32.270Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.271Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.271Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T05:03:32.271Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= dc58669d-7c03-4482-a2da-b18b35901ff3
2022-01-15T05:03:32.271Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc58669d-7c03-4482-a2da-b18b35901ff3 matches Tosca VF Customization UUID: dc58669d-7c03-4482-a2da-b18b35901ff3
2022-01-15T05:03:32.271Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: dc58669d-7c03-4482-a2da-b18b35901ff3  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-01-15T05:03:32.272Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.273Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.273Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id dc58669d-7c03-4482-a2da-b18b35901ff3: {\"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-01-15T05:03:32.273Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cf43a0d
2022-01-15T05:03:32.273Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.273Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T05:03:32.274Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ca391c2-643a-4774-83be-e52d5e8a8215
2022-01-15T05:03:32.274Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ca391c2-643a-4774-83be-e52d5e8a8215
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-01-15T05:03:32.275Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.276Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T05:03:32.277Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-15T05:03:32.277Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb6355dc-a607-469c-8957-92962d960a8a
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-01-15T05:03:32.278Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.278Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:32.278Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T05:03:32.278Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.279Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T05:03:32.279Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dc58669d-7c03-4482-a2da-b18b35901ff3
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-01-15T05:03:32.280Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.280Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.280Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6196ebbd-14ad-4faa-a51b-c611bc3d96b1: basic_cnf
2022-01-15T05:03:32.280Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.280Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:03:32.281Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:32.335Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b736d2b3-74d0-4260-ae70-0dd112e7e1a2 1 ASDC deployResourceStructure
2022-01-15T05:03:32.336Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:32.336Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:32.336Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-15T05:03:32.336Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:32.338Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:32.338Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223012335,
  "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-01-15T05:03:32.438Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:32.439Z||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-01-15T05:03:32.439Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:32.453Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:32.453Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:33.339Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:33.339Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:33.339Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-15T05:03:33.339Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:33.340Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:33.341Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223013338,
  "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-01-15T05:03:33.441Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:33.441Z||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-01-15T05:03:33.441Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:33.454Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:33.454Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:34.341Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:34.342Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:34.342Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:03:34.342Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:34.343Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:34.343Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223014341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:34.444Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:34.444Z||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-01-15T05:03:34.444Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:34.460Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:34.460Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:35.345Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:35.345Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:35.345Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:03:35.345Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:35.346Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:35.347Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223015344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:35.447Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:35.448Z||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-01-15T05:03:35.448Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:35.462Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:35.462Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:03:36.348Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:36.348Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||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-01-15T05:03:36.348Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:03:36.348Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:36.350Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:36.350Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223016348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:36.450Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:36.451Z||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-01-15T05:03:36.451Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:36.465Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:36.466Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:03:37.350Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-15T05:03:37.351Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T05:03:37.351Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:03:37.351Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:03:37.353Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:03:37.353Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223017350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:03:37.453Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:03:37.453Z||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-01-15T05:03:37.453Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:03:37.464Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:03:37.464Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:03:38.354Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:03:38.361Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:03:38.364Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:03:38.364Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:03:38.364Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:04:08.364Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:04:08.375Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:04:08.376Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:04:08.376Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:04:08.376Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:04:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:04:15.627Z||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-01-15T05:04:15.627Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:04:15.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:04:15.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d2646d-d7f9-4474-85a6-4728c5ded5cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222899207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:04:15.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:04:15.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222797552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222907518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222909687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222910901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222912093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222913185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222914188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222915191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222916194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:04:15.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:04:38.376Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:04:38.383Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:04:38.384Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:04:38.384Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:04:38.384Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:05:08.385Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:05:08.394Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:05:08.395Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:05:08.395Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:05:08.395Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:05:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:05:15.626Z||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-01-15T05:05:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:05:15.651Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:05:15.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:05:15.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cff725e-e91a-4948-ba07-06d43afdcd5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222947386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:05:15.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:05:38.395Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:05:38.403Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:05:38.404Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:05:38.405Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:05:38.405Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:06:08.405Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:06:08.415Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:06:08.417Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:06:08.417Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:06:08.417Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:06:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:06:15.626Z||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-01-15T05:06:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:06:15.645Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:06:15.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642222986020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642222989887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642222988436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642222987603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "dcae-sch",
  "timestamp": 1642222989052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642222987521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642222990996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223004898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642223004902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223004905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223004905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642223004932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "cds",
  "timestamp": 1642223005906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:06:15.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223005948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223006860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223006998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223007007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642222998991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223007909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223008011,
  "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-01-15T05:06:15.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.689Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:15.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223008048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223008955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223009084,
  "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-01-15T05:06:15.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223010086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223010134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642223011140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223011252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223002735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:06:15.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "aai-ml",
  "timestamp": 1642223012144,
  "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-01-15T05:06:15.713Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.713Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223012335,
  "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-01-15T05:06:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223012454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223013338,
  "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-01-15T05:06:15.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223013459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223014341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "policy-id",
  "timestamp": 1642223014461,
  "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-01-15T05:06:15.726Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:15.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223015344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642223016083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223016348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223017350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642223017416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:06:15.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "clamp",
  "timestamp": 1642223018419,
  "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-01-15T05:06:15.736Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e6d326a-50f4-4c41-ad43-271344359062
2022-01-15T05:06:15.736Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:06:38.417Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:06:38.426Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:06:38.428Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:06:38.428Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:06:38.428Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:06:38.429Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:06:38.433Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:07:08.433Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e6d326a-50f4-4c41-ad43-271344359062 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-01-15T05:07:08.441Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e6d326a-50f4-4c41-ad43-271344359062 and serviceModelVersionId: 6196ebbd-14ad-4faa-a51b-c611bc3d96b1
2022-01-15T05:07:08.441Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae9e33df-4ff7-4538-a759-a4416f192b3b
2022-01-15T05:07:08.441Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0
2022-01-15T05:07:08.446Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:07:08.480Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0|INFO|500||Invoke
2022-01-15T05:07:08.480Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e6d326a-50f4-4c41-ad43-271344359062], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d4c3600-6284-4482-a579-b13d8accf68c], X-ECOMP-RequestID=[6e6d326a-50f4-4c41-ad43-271344359062], X-TransactionId=[], X-ONAP-RequestID=[6e6d326a-50f4-4c41-ad43-271344359062], Content-Type=[application/merge-patch+json]}
2022-01-15T05:07:08.497Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:07:08.857Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?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/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220115-05:07:08:504-80162], vertex-id=[237584], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:07:08 GMT], Content-Type=[application/json]}
2022-01-15T05:07:08.857Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:07:08.857Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9e33df-4ff7-4538-a759-a4416f192b3b/model-vers/model-ver/6196ebbd-14ad-4faa-a51b-c611bc3d96b1?depth=0|INFO|500||InvokeReturn
2022-01-15T05:07:08.858Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:07:08.858Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:07:08.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:07:08.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e6d326a-50f4-4c41-ad43-271344359062 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:07:08.862Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:07:08.863Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:08.865Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:08.865Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223228862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:07:08.965Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:08.966Z||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-01-15T05:07:08.966Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:08.987Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:08.987Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 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-01-15T05:07:09.874Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:07:09.874Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:07:09.874Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:14.426Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:14.426Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:07:14.426Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7608a82-aceb-4711-9525-50bb055eeb35","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3aac9c58-26d1-4080-a098-5bb0f700a73e","serviceDescription":"service","serviceInvariantUUID":"9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bf389b83-2bdb-4a2b-bf29-f30590b4b409","resourceInvariantUUID":"b33becb7-78c6-48f5-8968-8f2e2b181d09","resourceCustomizationUUID":"9f5b2b8f-fcd3-4d8e-b8d3-0001c6299b7c","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":"ZWM5ZjVjZDc5OThiOTlkM2E1ODIzNWZkZGE0YTIwZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec5c92c7-d409-48db-a3fc-8d8c8293938c","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":"5f17204a-c610-498c-91d5-557b8aea8656","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":"b11fbf09-9949-48b9-80b3-745f10d9ef68","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":"M2ExOGJlNzY4Y2E1MDhjN2Q2NDFmZjliZjk0MDA5OGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"50d4654d-463b-4080-acd8-e66cb0ccda9b","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":"b4f0384a-469a-44d5-ab25-9cc6049b08e9","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":"5e1a815a-95d2-46a5-a4b6-c3fba0e3549a","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":"6b7dd394-2d9f-42eb-873b-7b3da251a9ef","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":"ZWYzNTJkMDIyZDY5ZDlkNTczODJkMzVmMDIxMjI2NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b713b92f-7c43-49e1-b7f2-4e915aabc20a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWYwY2NmYjY3YmI2ZThkYjQwZDY5ODIwYmJlNDlkOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d10594f-7cef-41c7-b6c7-e7f08d4260af","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:07:14.428Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:14.428Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:14.430Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:14.430Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:14.530Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:14.531Z||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-01-15T05:07:14.531Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:14.543Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:14.546Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:15.430Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:15.431Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:15.432Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:15.433Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.533Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:15.533Z||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-01-15T05:07:15.534Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:15.546Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:15.546Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:07:15.626Z||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-01-15T05:07:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:07:15.646Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:15.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223151020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223149887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "dcae-sch",
  "timestamp": 1642223149052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223166099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "cds",
  "timestamp": 1642223167302,
  "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-01-15T05:07:15.674Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:07:15.674Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:07:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223158991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223169137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223170161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223171163,
  "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-01-15T05:07:15.689Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:07:15.689Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:07:15.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223162735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:07:15.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223172457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223173461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "policy-id",
  "timestamp": 1642223174463,
  "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-01-15T05:07:15.705Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:07:15.706Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:15.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:07:16.434Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:16.434Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:16.436Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:16.436Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:16.536Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:16.537Z||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-01-15T05:07:16.537Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:16.550Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:16.550Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:17.437Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:17.437Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:17.439Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:17.439Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:17.539Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:17.540Z||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-01-15T05:07:17.540Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:17.551Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:17.551Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:18.439Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:18.440Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:18.442Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:18.442Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:18.542Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:18.543Z||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-01-15T05:07:18.543Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:18.556Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:18.557Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:19.443Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:19.443Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:19.445Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:19.445Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:19.545Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:19.546Z||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-01-15T05:07:19.546Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:19.557Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:19.557Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:20.445Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:20.446Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:20.448Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:20.448Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:20.548Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:20.549Z||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-01-15T05:07:20.549Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:20.562Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:20.563Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:07:21.448Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:21.449Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:21.450Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:21.450Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:07:21.550Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:21.551Z||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-01-15T05:07:21.551Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:21.563Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:21.563Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:22.451Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:07:22.451Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:22.452Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:22.453Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:07:22.553Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:22.553Z||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-01-15T05:07:22.553Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:22.563Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:22.563Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:23.453Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3aac9c58-26d1-4080-a098-5bb0f700a73e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9f5b2b8f-fcd3-4d8e-b8d3-0001c6299b7c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bf389b83-2bdb-4a2b-bf29-f30590b4b409",
      "resourceInvariantUUID": "b33becb7-78c6-48f5-8968-8f2e2b181d09",
      "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": "OWYwY2NmYjY3YmI2ZThkYjQwZDY5ODIwYmJlNDlkOGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d10594f-7cef-41c7-b6c7-e7f08d4260af"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:07:23.454Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:07:23.454Z|6e6d326a-50f4-4c41-ad43-271344359062|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3aac9c58-26d1-4080-a098-5bb0f700a73e ASDC
2022-01-15T05:07:23.454Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e7608a82-aceb-4711-9525-50bb055eeb35
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3aac9c58-26d1-4080-a098-5bb0f700a73e
ServiceInvariantUUID:9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf
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:1d10594f-7cef-41c7-b6c7-e7f08d4260af
ArtifactChecksum:OWYwY2NmYjY3YmI2ZThkYjQwZDY5ODIwYmJlNDlkOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9f5b2b8f-fcd3-4d8e-b8d3-0001c6299b7c
ResourceInvariantUUID:b33becb7-78c6-48f5-8968-8f2e2b181d09
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bf389b83-2bdb-4a2b-bf29-f30590b4b409
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T05:07:23.454Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3aac9c58-26d1-4080-a098-5bb0f700a73e 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-01-15T05:07:23.472Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:07:23.472Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:07:23.472Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:07:23.472Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d10594f-7cef-41c7-b6c7-e7f08d4260af from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T05:07:23.473Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:07:23.473Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T05:07:23.538Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:07:23.544Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1d10594f-7cef-41c7-b6c7-e7f08d4260af 105639
2022-01-15T05:07:23.545Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-15T05:07:23.545Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T05:07:23.545Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:07:23.545Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:23.547Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:23.547Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223243545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:07:23.647Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:23.648Z||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-01-15T05:07:23.648Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:23.659Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:23.660Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:07:24.547Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:07:24.548Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:07:24.548Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1d10594f-7cef-41c7-b6c7-e7f08d4260af, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:24.549Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-15T05:07:24.549Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:24.549Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:24.627Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11882433268300425461/Definitions/service-TestPnfMacro-template.yml
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.148Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:07:25.149Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.150Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3aac9c58-26d1-4080-a098-5bb0f700a73e
Model Version:NULL
Model InvariantUuid:9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf
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-01-15T05:07:25.155Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: bf389b83-2bdb-4a2b-bf29-f30590b4b409
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-01-15T05:07:25.157Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-01-15T05:07:25.157Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bf389b83-2bdb-4a2b-bf29-f30590b4b409
2022-01-15T05:07:25.157Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3aac9c58-26d1-4080-a098-5bb0f700a73e
2022-01-15T05:07:25.157Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3aac9c58-26d1-4080-a098-5bb0f700a73e
2022-01-15T05:07:25.157Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bf389b83-2bdb-4a2b-bf29-f30590b4b409 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-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d515f7d, org.onap.sdc.toscaparser.api.parameters.Input@219624a8, org.onap.sdc.toscaparser.api.parameters.Input@e331c18, org.onap.sdc.toscaparser.api.parameters.Input@241c8457, org.onap.sdc.toscaparser.api.parameters.Input@43d18d1e]
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3aac9c58-26d1-4080-a098-5bb0f700a73e: test-pnf
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Processing PNF resource: bf389b83-2bdb-4a2b-bf29-f30590b4b409
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:07:25.161Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||Resource customization UUID: 9f5b2b8f-fcd3-4d8e-b8d3-0001c6299b7c is the same as notified resource customizationUUID: 9f5b2b8f-fcd3-4d8e-b8d3-0001c6299b7c
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-01-15T05:07:25.186Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bf389b83-2bdb-4a2b-bf29-f30590b4b409 0 ASDC deployResourceStructure
2022-01-15T05:07:25.186Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-15T05:07:25.186Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T05:07:25.186Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:07:25.187Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:07:25.188Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:07:25.188Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223245186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:07:25.288Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:07:25.289Z||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-01-15T05:07:25.289Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:07:25.301Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:07:25.301Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:07:26.189Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:07:26.409Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:07:26.411Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:07:26.411Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:07:26.411Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:07:56.411Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:07:56.421Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:07:56.423Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:07:56.423Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:07:56.424Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:08:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:08:15.626Z||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-01-15T05:08:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:08:15.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:08:15.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:08:15.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:08:15.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:08:26.424Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:08:26.432Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:08:26.434Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:08:26.434Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:08:26.434Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:08:56.434Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:08:56.454Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:08:56.457Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:08:56.457Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T05:08:56.457Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T05:09:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:09:15.626Z||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-01-15T05:09:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:09:15.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223167520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223168436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223177319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223178996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223170996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223179999,
  "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-01-15T05:09:15.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:09:15.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:09:15.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223180428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223180790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223181442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "clamp",
  "timestamp": 1642223182443,
  "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-01-15T05:09:15.678Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:09:15.678Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:09:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223184915,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223168305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223169887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "dcae-sch",
  "timestamp": 1642223169052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "aai-ml",
  "timestamp": 1642223185919,
  "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-01-15T05:09:15.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7608a82-aceb-4711-9525-50bb055eeb35
2022-01-15T05:09:15.692Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223186242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223178991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "cds",
  "timestamp": 1642223187246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-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-01-15T05:09:15.708Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223187690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223188706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223189708,
  "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-01-15T05:09:15.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223182735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223191468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223192471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "policy-id",
  "timestamp": 1642223193473,
  "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-01-15T05:09:15.730Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.731Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223197520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223198436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223206231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223208011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223200996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223209014,
  "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-01-15T05:09:15.745Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.745Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223209713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223210432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223211446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "clamp",
  "timestamp": 1642223212448,
  "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-01-15T05:09:15.756Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.756Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223214341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:09:15.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "aai-ml",
  "timestamp": 1642223215345,
  "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-01-15T05:09:15.766Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
2022-01-15T05:09:15.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:09:15.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e6d326a-50f4-4c41-ad43-271344359062",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223228862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:09:15.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:15.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:09:26.457Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:09:26.468Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.470Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.471Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.471Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.471Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.471Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:09:26.471Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:09:26.475Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:09:56.475Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7608a82-aceb-4711-9525-50bb055eeb35 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-01-15T05:09:56.479Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7608a82-aceb-4711-9525-50bb055eeb35 and serviceModelVersionId: 3aac9c58-26d1-4080-a098-5bb0f700a73e
2022-01-15T05:09:56.479Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf
2022-01-15T05:09:56.479Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?depth=0
2022-01-15T05:09:56.483Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:09:56.505Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?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-01-15T05:09:56.506Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?depth=0|INFO|500||Invoke
2022-01-15T05:09:56.520Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:09:56.591Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?depth=0|INFO|500||InvokeReturn
2022-01-15T05:09:56.591Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b71c08b-fd7b-4aec-8a11-9ff9cf9d17bf/model-vers/model-ver/3aac9c58-26d1-4080-a098-5bb0f700a73e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220115-05:09:56:527-38288], vertex-id=[229600], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:09:56 GMT], Content-Type=[application/json]}
2022-01-15T05:09:56.591Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:09:56.591Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:09:56.591Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:09:56.595Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:09:56.595Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7608a82-aceb-4711-9525-50bb055eeb35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:09:56.595Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:09:56.595Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:09:56.597Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:09:56.597Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223396595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:09:56.697Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:09:56.697Z||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-01-15T05:09:56.698Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:09:56.713Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:09:56.713Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 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-01-15T05:09:57.608Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T05:09:57.608Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"61c657a4-5ca2-47c8-8dc3-f7931e69fccd","serviceName":"Demo_pNF_L0f7FakKztkCDqnmVHbk","serviceVersion":"1.0","serviceUUID":"1adcb23a-8806-432d-a930-422a9e16dc5c","serviceDescription":"catalog service description","serviceInvariantUUID":"3d3bdb6d-1124-4083-94e1-dd271e4d4ba5","resources":[{"resourceInstanceName":"pNF 06f24751-8303 0","resourceName":"pNF 06f24751-8303","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"da64ec27-621e-4c30-a48a-41389a478fe6","resourceInvariantUUID":"c7315119-91c4-48f1-b4c3-ba15d36a550b","resourceCustomizationUUID":"f8eb6bbc-49d9-4f70-b014-a3bd12d31754","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml","artifactChecksum":"ODJlNTBhZDEyMmYxN2RiZDJlYzk1MjdlMTY1MzYwMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07028e86-ae9d-4801-9fdd-acf7a72cd1ab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar","artifactChecksum":"YWM4ZGUyOTM0ZTdhMzg4OGFhNzNmZWUwYzBmYTBiZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c27ced6d-51d9-4286-84bd-6584979a998e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06953553-fa16-41da-bf4e-305b84e2b044","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ0ZGZiYmZjNDkxY2ZkYzJhMDY5OGZiYWE2YmFiMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc558305-6741-43a0-ae31-af7cc4c36095","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bb20a39-768e-40ee-9f27-908d87ff2c13","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3325800a-c24e-479c-aa00-9f1913ab205e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml","artifactChecksum":"NWU0NTkxMTdjN2RkOGU2NjZhMDA4ZTA0M2EyOGI1Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13009046-b88e-4d62-89ed-99d900073731","artifactVersion":"1"},{"artifactName":"service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar","artifactChecksum":"NzllYjc0YWVjYjI5MTM5ZjlkMzhjMGQ4NGJkNDA5MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a318f77-799f-4cea-9d61-e18ffcd20f18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:09:57.609Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:09:57.609Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:09:57.611Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:09:57.611Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:57.712Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:09:57.712Z||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-01-15T05:09:57.712Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:09:57.726Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:09:57.726Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:09:58.612Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:09:58.613Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:09:58.614Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:09:58.614Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:58.714Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:09:58.715Z||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-01-15T05:09:58.715Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:09:58.729Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:09:58.729Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:09:59.615Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:09:59.616Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:09:59.618Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:09:59.618Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:09:59.718Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:09:59.718Z||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-01-15T05:09:59.719Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:09:59.733Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:09:59.733Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:00.618Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:10:00.619Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:00.621Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:00.621Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:00.721Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:00.721Z||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-01-15T05:10:00.721Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:00.735Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:00.735Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:01.621Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:10:01.622Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:01.623Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:01.623Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:01.723Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:01.724Z||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-01-15T05:10:01.724Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:01.739Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:01.739Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:02.623Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:10:02.625Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:02.626Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:02.627Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:02.727Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:02.727Z||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-01-15T05:10:02.727Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:02.741Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:02.741Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:03.627Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:10:03.628Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:03.629Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:03.629Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:03.730Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:03.730Z||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-01-15T05:10:03.730Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:03.744Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:03.744Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:04.630Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:10:04.630Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:04.632Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:04.632Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:10:04.732Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:04.732Z||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-01-15T05:10:04.732Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:04.744Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:04.745Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:05.633Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "serviceName": "Demo_pNF_L0f7FakKztkCDqnmVHbk",
  "serviceVersion": "1.0",
  "serviceUUID": "1adcb23a-8806-432d-a930-422a9e16dc5c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3d3bdb6d-1124-4083-94e1-dd271e4d4ba5",
  "resources": [
    {
      "resourceInstanceName": "pNF 06f24751-8303 0",
      "resourceCustomizationUUID": "f8eb6bbc-49d9-4f70-b014-a3bd12d31754",
      "resourceName": "pNF 06f24751-8303",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "da64ec27-621e-4c30-a48a-41389a478fe6",
      "resourceInvariantUUID": "c7315119-91c4-48f1-b4c3-ba15d36a550b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
      "artifactChecksum": "NzllYjc0YWVjYjI5MTM5ZjlkMzhjMGQ4NGJkNDA5MDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a318f77-799f-4cea-9d61-e18ffcd20f18"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:10:05.633Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:10:05.633Z|e7608a82-aceb-4711-9525-50bb055eeb35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1adcb23a-8806-432d-a930-422a9e16dc5c ASDC
2022-01-15T05:10:05.633Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:61c657a4-5ca2-47c8-8dc3-f7931e69fccd
ServiceName:Demo_pNF_L0f7FakKztkCDqnmVHbk
ServiceVersion:1.0
ServiceUUID:1adcb23a-8806-432d-a930-422a9e16dc5c
ServiceInvariantUUID:3d3bdb6d-1124-4083-94e1-dd271e4d4ba5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
ArtifactUUID:1a318f77-799f-4cea-9d61-e18ffcd20f18
ArtifactChecksum:NzllYjc0YWVjYjI5MTM5ZjlkMzhjMGQ4NGJkNDA5MDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 06f24751-8303 0
ResourceCustomizationUUID:f8eb6bbc-49d9-4f70-b014-a3bd12d31754
ResourceInvariantUUID:c7315119-91c4-48f1-b4c3-ba15d36a550b
ResourceName:pNF 06f24751-8303
ResourceType:PNF
ResourceUUID:da64ec27-621e-4c30-a48a-41389a478fe6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T05:10:05.633Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1adcb23a-8806-432d-a930-422a9e16dc5c 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-01-15T05:10:05.650Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:10:05.651Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:10:05.651Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:10:05.651Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1a318f77-799f-4cea-9d61-e18ffcd20f18 from URL: /sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:05.651Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T05:10:05.651Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:05.904Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T05:10:05.908Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar 1a318f77-799f-4cea-9d61-e18ffcd20f18 82631
2022-01-15T05:10:05.908Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar ASDC sendASDCNotification
2022-01-15T05:10:05.908Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:05.908Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:10:05.908Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:05.909Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:05.909Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223405908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:10:06.010Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T05:10:06.010Z||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-01-15T05:10:06.010Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:06.023Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:06.023Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:10:06.910Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:10:06.911Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T05:10:06.911Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1a318f77-799f-4cea-9d61-e18ffcd20f18, URL: /sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar to file: /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:06.911Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:06.911Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:06.912Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.000Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1368393989639765228/Definitions/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml
2022-01-15T05:10:07.534Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 06f24751-8303 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-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.535Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Node template pNF 06f24751-8303 0 is matching search criteria
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 06f24751-8303 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Node template pNF 06f24751-8303 0 is matching search criteria
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 06f24751-8303 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.536Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.537Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.537Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.537Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.537Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.537Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_L0f7FakKztkCDqnmVHbk
Description:catalog service description
Model UUID:1adcb23a-8806-432d-a930-422a9e16dc5c
Model Version:NULL
Model InvariantUuid:3d3bdb6d-1124-4083-94e1-dd271e4d4ba5
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-01-15T05:10:07.542Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: da64ec27-621e-4c30-a48a-41389a478fe6
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-01-15T05:10:07.544Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||pNF 06f24751-8303 0
2022-01-15T05:10:07.544Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: da64ec27-621e-4c30-a48a-41389a478fe6
2022-01-15T05:10:07.544Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1adcb23a-8806-432d-a930-422a9e16dc5c
2022-01-15T05:10:07.544Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1adcb23a-8806-432d-a930-422a9e16dc5c
2022-01-15T05:10:07.544Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 06f24751-8303 0 da64ec27-621e-4c30-a48a-41389a478fe6 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-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77aeb220, org.onap.sdc.toscaparser.api.parameters.Input@261046ff, org.onap.sdc.toscaparser.api.parameters.Input@3bff6697, org.onap.sdc.toscaparser.api.parameters.Input@f41d1c, org.onap.sdc.toscaparser.api.parameters.Input@2c98090]
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1adcb23a-8806-432d-a930-422a9e16dc5c: pNF 06f24751-8303
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Processing PNF resource: da64ec27-621e-4c30-a48a-41389a478fe6
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:10:07.548Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_L0f7FakKztkCDqnmVHbk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:10:07.549Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||Resource customization UUID: f8eb6bbc-49d9-4f70-b014-a3bd12d31754 is the same as notified resource customizationUUID: f8eb6bbc-49d9-4f70-b014-a3bd12d31754
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-01-15T05:10:07.575Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 06f24751-8303 da64ec27-621e-4c30-a48a-41389a478fe6 0 ASDC deployResourceStructure
2022-01-15T05:10:07.575Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar ASDC sendASDCNotification
2022-01-15T05:10:07.575Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar
2022-01-15T05:10:07.575Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:10:07.575Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:07.577Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:07.577Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223407575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:10:07.677Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:07.677Z||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-01-15T05:10:07.677Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:07.692Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:07.692Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:10:08.577Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:10:08.586Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c657a4-5ca2-47c8-8dc3-f7931e69fccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:10:08.587Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:10:08.587Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:10:08.587Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:10:08.587Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:10:08.588Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-15T05:10:08.592Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:10:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:10:15.626Z||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-01-15T05:10:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:10:15.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:15.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223243545,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:10:15.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:10:15.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223245186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:10:15.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:10:38.592Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61c657a4-5ca2-47c8-8dc3-f7931e69fccd 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-01-15T05:10:38.597Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61c657a4-5ca2-47c8-8dc3-f7931e69fccd and serviceModelVersionId: 1adcb23a-8806-432d-a930-422a9e16dc5c
2022-01-15T05:10:38.597Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d3bdb6d-1124-4083-94e1-dd271e4d4ba5
2022-01-15T05:10:38.598Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0
2022-01-15T05:10:38.602Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:10:38.629Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0|INFO|500||Invoke
2022-01-15T05:10:38.629Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61c657a4-5ca2-47c8-8dc3-f7931e69fccd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afbfb70f-3839-43f4-9ebd-e7dc918e10b5], X-ECOMP-RequestID=[61c657a4-5ca2-47c8-8dc3-f7931e69fccd], X-TransactionId=[], X-ONAP-RequestID=[61c657a4-5ca2-47c8-8dc3-f7931e69fccd], Content-Type=[application/merge-patch+json]}
2022-01-15T05:10:38.644Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:10:39.102Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?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/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-05:10:38:651-73755], vertex-id=[499768], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:10:38 GMT], Content-Type=[application/json]}
2022-01-15T05:10:39.102Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:10:39.103Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3bdb6d-1124-4083-94e1-dd271e4d4ba5/model-vers/model-ver/1adcb23a-8806-432d-a930-422a9e16dc5c?depth=0|INFO|500||InvokeReturn
2022-01-15T05:10:39.103Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:10:39.103Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-15T05:10:39.106Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15T05:10:39.106Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61c657a4-5ca2-47c8-8dc3-f7931e69fccd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:10:39.106Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:10:39.106Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:10:39.107Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:10:39.107Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223439106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:10:39.207Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:10:39.208Z||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-01-15T05:10:39.208Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:39.224Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:39.224Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 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-01-15T05:10:40.115Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:10:40.115Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:10:40.115Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:50.362Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:50.363Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:10:50.363Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:10:50.363Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:10:59.907Z|61c657a4-5ca2-47c8-8dc3-f7931e69fccd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:10:59.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:10:59.908Z||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-01-15T05:10:59.908Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:09.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:09.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:09.453Z||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-01-15T05:11:09.453Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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-01-15T05:11:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:15.652Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7608a82-aceb-4711-9525-50bb055eeb35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223396595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.653Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/resourceInstances/pnf06f2475183030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223229874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223405908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:11:15.654Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223407575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL0f7fakkztkcdqnmvhbk/1.0/artifacts/service-DemoPnfL0f7fakkztkcdqnmvhbk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:11:15.655Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:11:18.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:18.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:18.993Z||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-01-15T05:11:18.993Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:28.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:28.535Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:28.535Z||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-01-15T05:11:28.535Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:38.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:38.074Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:38.074Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-15T05:11:38.075Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cJe7shfEtfjQuscL) ...
2022-01-15T05:11:47.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:47.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:47.613Z||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-01-15T05:11:47.613Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:11:57.154Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:11:57.155Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:11:57.155Z||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-01-15T05:11:57.155Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:12:06.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:12:06.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:12:06.694Z||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-01-15T05:12:06.694Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:12:15.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:12:15.625Z||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-01-15T05:12:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:12:16.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:12:16.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T05:12:16.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61c657a4-5ca2-47c8-8dc3-f7931e69fccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223439106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:12:16.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:12:16.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:12:16.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:12:16.232Z||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-01-15T05:12:16.232Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:12:25.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:13:15.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:13:15.624Z||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-01-15T05:13:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:13:15.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:13:15.625Z||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-01-15T05:13:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:13:25.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:13:25.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:14:15.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:14:15.624Z||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-01-15T05:14:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:14:15.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:14:15.625Z||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-01-15T05:14:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:14:25.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:14:25.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:15.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:15:15.624Z||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-01-15T05:15:15.624Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:15:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:15:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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-01-15T05:15:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:15:16.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:16.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"14d3dc5f-f112-4c3c-bb6a-d022b6709775","serviceName":"Demo_pNF_ocw3ceK1MHgfI2m4bmyP","serviceVersion":"1.0","serviceUUID":"6528386a-cabc-4cb7-9935-c1737c3bce53","serviceDescription":"catalog service description","serviceInvariantUUID":"483f35e6-278f-4825-8762-0eb63978fc61","resources":[{"resourceInstanceName":"pNF 876219da-6641 0","resourceName":"pNF 876219da-6641","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ed51cc0f-8361-4e94-b63f-1e48f8bd758e","resourceInvariantUUID":"afd09250-9a0e-43f9-bef4-543df5e7ecdf","resourceCustomizationUUID":"a227641f-4ae3-43c4-80f9-37a714d100b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml","artifactChecksum":"ZDllOTk0M2NkMDdmNDY3OGIwYTMzNmE4N2ZiNDVmNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"639ea616-a433-4ff9-98ea-daf9e9ad1a40","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar","artifactChecksum":"YWM4ZGUyOTM0ZTdhMzg4OGFhNzNmZWUwYzBmYTBiZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"489da044-240f-4ad3-a4af-3831d3c13bde","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2f091b3-863e-46d3-81b3-22bc8ab9e8d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml","artifactChecksum":"MjAxNmNiYjRlZTU5M2ExNmNmNmQ2M2VlMTVjOWYwYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e570588-f7d9-4255-9374-7b9f89cae434","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45c28290-6fbb-4721-916d-908c311e4142","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a66ea657-7878-41d4-8ade-d0a56fdd45bb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml","artifactChecksum":"MzY0NTU3MzRiNGYzNWUwMzI2ZWYzMzVkMzQwMjA0OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a746649-c86e-4cdc-a353-cad12e45998a","artifactVersion":"1"},{"artifactName":"service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar","artifactChecksum":"YmJhOGIxZjJlNjFkZDNkODkzYjc5MDgwNWY3OWFmMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95d3527a-7531-4421-a248-bcafcc27bc8b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T05:15:16.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:16.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:16.257Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:16.257Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.260Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:16.261Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.261Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.262Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.263Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.264Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.265Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.266Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223661020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.267Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223658991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223662735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "dcae-sch",
  "timestamp": 1642223669052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223677286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223677338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.268Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223677483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642223669887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223678290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223678359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.269Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "cds",
  "timestamp": 1642223678487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-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-01-15T05:15:16.284Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.284Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.292Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.292Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.292Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.293Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.293Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.293Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.293Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.293Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "policy-id",
  "timestamp": 1642223679292,
  "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-01-15T05:15:16.297Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.297Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.306Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.306Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642223679361,
  "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-01-15T05:15:16.310Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.310Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.317Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.318Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223677521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223678436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.319Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223686323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223687990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223680996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.320Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642223688993,
  "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-01-15T05:15:16.325Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.325Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223689796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223693487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.332Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223693596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:16.333Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.333Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.333Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "aai-ml",
  "timestamp": 1642223694600,
  "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-01-15T05:15:16.337Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.337Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.343Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.343Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223695494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:16.343Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:15:16.343Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T05:15:16.343Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "clamp",
  "timestamp": 1642223696498,
  "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-01-15T05:15:16.347Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14d3dc5f-f112-4c3c-bb6a-d022b6709775
2022-01-15T05:15:16.347Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:16.357Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:16.357Z||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-01-15T05:15:16.357Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:16.369Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:16.369Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:17.257Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:17.258Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:17.259Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:17.260Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:17.360Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:17.360Z||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-01-15T05:15:17.360Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:17.371Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:17.371Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:15:18.260Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:18.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:18.262Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:18.262Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:18.363Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T05:15:18.363Z||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-01-15T05:15:18.363Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:18.373Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:18.373Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:19.263Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:19.263Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:19.265Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:19.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:19.365Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:19.366Z||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-01-15T05:15:19.366Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:19.377Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:19.378Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:20.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:20.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:20.268Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:20.268Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:20.368Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:20.368Z||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-01-15T05:15:20.369Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:20.388Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:20.389Z||pool-150-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-01-15T05:15:21.268Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:21.269Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:21.270Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:21.271Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:21.371Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:21.371Z||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-01-15T05:15:21.371Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:21.382Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:21.382Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:22.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:22.272Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:22.273Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:22.273Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:15:22.373Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:22.374Z||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-01-15T05:15:22.374Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:22.385Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:22.385Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:23.273Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T05:15:23.274Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:23.276Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:23.276Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:15:23.376Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:23.377Z||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-01-15T05:15:23.377Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:23.388Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:23.389Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:24.277Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "serviceName": "Demo_pNF_ocw3ceK1MHgfI2m4bmyP",
  "serviceVersion": "1.0",
  "serviceUUID": "6528386a-cabc-4cb7-9935-c1737c3bce53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "483f35e6-278f-4825-8762-0eb63978fc61",
  "resources": [
    {
      "resourceInstanceName": "pNF 876219da-6641 0",
      "resourceCustomizationUUID": "a227641f-4ae3-43c4-80f9-37a714d100b6",
      "resourceName": "pNF 876219da-6641",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ed51cc0f-8361-4e94-b63f-1e48f8bd758e",
      "resourceInvariantUUID": "afd09250-9a0e-43f9-bef4-543df5e7ecdf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
      "artifactChecksum": "YmJhOGIxZjJlNjFkZDNkODkzYjc5MDgwNWY3OWFmMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95d3527a-7531-4421-a248-bcafcc27bc8b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T05:15:24.277Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T05:15:24.277Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6528386a-cabc-4cb7-9935-c1737c3bce53 ASDC
2022-01-15T05:15:24.278Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:14d3dc5f-f112-4c3c-bb6a-d022b6709775
ServiceName:Demo_pNF_ocw3ceK1MHgfI2m4bmyP
ServiceVersion:1.0
ServiceUUID:6528386a-cabc-4cb7-9935-c1737c3bce53
ServiceInvariantUUID:483f35e6-278f-4825-8762-0eb63978fc61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
ArtifactUUID:95d3527a-7531-4421-a248-bcafcc27bc8b
ArtifactChecksum:YmJhOGIxZjJlNjFkZDNkODkzYjc5MDgwNWY3OWFmMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 876219da-6641 0
ResourceCustomizationUUID:a227641f-4ae3-43c4-80f9-37a714d100b6
ResourceInvariantUUID:afd09250-9a0e-43f9-bef4-543df5e7ecdf
ResourceName:pNF 876219da-6641
ResourceType:PNF
ResourceUUID:ed51cc0f-8361-4e94-b63f-1e48f8bd758e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T05:15:24.278Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6528386a-cabc-4cb7-9935-c1737c3bce53 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-01-15T05:15:24.295Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:15:24.295Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-15T05:15:24.295Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-15T05:15:24.296Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95d3527a-7531-4421-a248-bcafcc27bc8b from URL: /sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:24.296Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-15T05:15:24.296Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:24.358Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-15T05:15:24.361Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar 95d3527a-7531-4421-a248-bcafcc27bc8b 82622
2022-01-15T05:15:24.361Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar ASDC sendASDCNotification
2022-01-15T05:15:24.361Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:24.361Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T05:15:24.361Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:24.363Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:24.363Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223724361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:15:24.463Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:24.464Z||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-01-15T05:15:24.464Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:24.476Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:24.476Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:25.363Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T05:15:25.364Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-15T05:15:25.364Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 95d3527a-7531-4421-a248-bcafcc27bc8b, URL: /sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar to file: /app/ASDC/1/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:25.365Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:25.365Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:25.365Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:25.590Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13016209593947011080/Definitions/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml
2022-01-15T05:15:26.111Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T05:15:26.111Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-15T05:15:26.111Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.111Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T05:15:26.111Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 876219da-6641 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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Node template pNF 876219da-6641 0 is matching search criteria
2022-01-15T05:15:26.112Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 876219da-6641 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Node template pNF 876219da-6641 0 is matching search criteria
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 876219da-6641 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.113Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.114Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ocw3ceK1MHgfI2m4bmyP
Description:catalog service description
Model UUID:6528386a-cabc-4cb7-9935-c1737c3bce53
Model Version:NULL
Model InvariantUuid:483f35e6-278f-4825-8762-0eb63978fc61
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-01-15T05:15:26.119Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: ed51cc0f-8361-4e94-b63f-1e48f8bd758e
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-01-15T05:15:26.121Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||pNF 876219da-6641 0
2022-01-15T05:15:26.122Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ed51cc0f-8361-4e94-b63f-1e48f8bd758e
2022-01-15T05:15:26.122Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6528386a-cabc-4cb7-9935-c1737c3bce53
2022-01-15T05:15:26.122Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6528386a-cabc-4cb7-9935-c1737c3bce53
2022-01-15T05:15:26.122Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 876219da-6641 0 ed51cc0f-8361-4e94-b63f-1e48f8bd758e 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-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27c1d6a0, org.onap.sdc.toscaparser.api.parameters.Input@1cbdf017, org.onap.sdc.toscaparser.api.parameters.Input@5f079800, org.onap.sdc.toscaparser.api.parameters.Input@515cf7fe, org.onap.sdc.toscaparser.api.parameters.Input@78015fa3]
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6528386a-cabc-4cb7-9935-c1737c3bce53: pNF 876219da-6641
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Processing PNF resource: ed51cc0f-8361-4e94-b63f-1e48f8bd758e
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T05:15:26.125Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ocw3ceK1MHgfI2m4bmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T05:15:26.126Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||Resource customization UUID: a227641f-4ae3-43c4-80f9-37a714d100b6 is the same as notified resource customizationUUID: a227641f-4ae3-43c4-80f9-37a714d100b6
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-01-15T05:15:26.148Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 876219da-6641 ed51cc0f-8361-4e94-b63f-1e48f8bd758e 0 ASDC deployResourceStructure
2022-01-15T05:15:26.148Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar ASDC sendASDCNotification
2022-01-15T05:15:26.149Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar
2022-01-15T05:15:26.149Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T05:15:26.149Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:26.151Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:26.151Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223726148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:15:26.250Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T05:15:26.251Z||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-01-15T05:15:26.251Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:26.262Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:26.263Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T05:15:27.151Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14d3dc5f-f112-4c3c-bb6a-d022b6709775
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-15T05:15:27.158Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14d3dc5f-f112-4c3c-bb6a-d022b6709775
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-15T05:15:27.159Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T05:15:27.159Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T05:15:27.160Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:15:27.164Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T05:15:57.164Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14d3dc5f-f112-4c3c-bb6a-d022b6709775 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-01-15T05:15:57.167Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14d3dc5f-f112-4c3c-bb6a-d022b6709775 and serviceModelVersionId: 6528386a-cabc-4cb7-9935-c1737c3bce53
2022-01-15T05:15:57.167Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 483f35e6-278f-4825-8762-0eb63978fc61
2022-01-15T05:15:57.168Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0
2022-01-15T05:15:57.171Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T05:15:57.194Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0|INFO|500||Invoke
2022-01-15T05:15:57.194Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[14d3dc5f-f112-4c3c-bb6a-d022b6709775], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83b890ee-0b35-49b0-a89d-ab29fbeed756], X-ECOMP-RequestID=[14d3dc5f-f112-4c3c-bb6a-d022b6709775], X-TransactionId=[], X-ONAP-RequestID=[14d3dc5f-f112-4c3c-bb6a-d022b6709775], Content-Type=[application/merge-patch+json]}
2022-01-15T05:15:57.208Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T05:15:57.354Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?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/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220115-05:15:57:216-91529], vertex-id=[229544], Content-Length=[0], Date=[Sat, 15 Jan 2022 05:15:57 GMT], Content-Type=[application/json]}
2022-01-15T05:15:57.354Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T05:15:57.355Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/483f35e6-278f-4825-8762-0eb63978fc61/model-vers/model-ver/6528386a-cabc-4cb7-9935-c1737c3bce53?depth=0|INFO|500||InvokeReturn
2022-01-15T05:15:57.355Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T05:15:57.355Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:15:57.357Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:15:57.358Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14d3dc5f-f112-4c3c-bb6a-d022b6709775 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T05:15:57.358Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T05:15:57.358Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-15T05:15:57.359Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T05:15:57.359Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223757358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:15:57.459Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T05:15:57.460Z||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-01-15T05:15:57.460Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cJe7shfEtfjQuscL) ...
2022-01-15T05:15:57.474Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:15:57.474Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 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-01-15T05:16:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:16:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:16:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:16:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:16:15.625Z||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-01-15T05:16:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:16:15.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:16:15.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:16:15.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:16:15.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:16:25.164Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:17:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:17:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:17:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:17:15.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:17:15.625Z||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-01-15T05:17:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:17:16.150Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/resourceInstances/pnf876219da66410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223715623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223724361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223726148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOcw3cek1mhgfi2m4bmyp/1.0/artifacts/service-DemoPnfOcw3cek1mhgfi2m4bmyp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14d3dc5f-f112-4c3c-bb6a-d022b6709775",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642223757358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T05:17:16.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T05:17:25.174Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:18:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:18:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:18:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:18:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:18:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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-01-15T05:18:15.625Z|e77a4293-9b61-4fce-ad07-918f2e875d70|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:18:25.167Z|e77a4293-9b61-4fce-ad07-918f2e875d70|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:18:25.169Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:19:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:19:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:19:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:19:15.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:19:15.625Z||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-01-15T05:19:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:19:25.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:19:25.177Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:20:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:20:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:20:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:20:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:20:15.625Z||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-01-15T05:20:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:20:25.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:20:25.169Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:21:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:21:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:21:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:21:15.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:21:15.625Z||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-01-15T05:21:15.625Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:21:25.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:21:25.173Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:22:15.623Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:22:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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-01-15T05:22:15.624Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|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 cJe7shfEtfjQuscL) ...
2022-01-15T05:22:15.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T05:22:15.625Z||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-01-15T05:22:15.626Z||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 cJe7shfEtfjQuscL) ...
2022-01-15T05:22:25.170Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T05:22:25.171Z|14d3dc5f-f112-4c3c-bb6a-d022b6709775|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK