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-11T05:32:32.739Z||main|||||INFO|500||The following profiles are active: basic
2022-01-11T05:32:42.266Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-11T05:32:42.267Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-11T05:32:42.351Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-11T05:32:44.687Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-11T05:32:44.845Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-11T05:32:45.234Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-11T05:32:45.240Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-11T05:32:45.316Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-11T05:32:45.450Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-11T05:32:45.777Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-11T05:32:46.638Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-11T05:32:48.399Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-11T05:32:48.442Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-11T05:32:48.875Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-11T05:32:49.151Z||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-11T05:32:50.230Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-11T05:32:51.144Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-11T05:32:51.159Z||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$$1a53e449.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-11T05:32:51.160Z||main|||||WARN|500||The sdc end point is not alive
2022-01-11T05:32:53.717Z||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-11T05:32:56.372Z||main|||||WARN|500||---
2022-01-11T05:32:56.372Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-11T05:32:56.372Z||main|||||WARN|500||---
2022-01-11T05:32:56.798Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-11T05:33:01.023Z||main|||||INFO|500||Started Application in 32.79 seconds (JVM running for 33.971)
2022-01-11T05:33:01.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:33:01.041Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:33:01.049Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:33:01.115Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:33:01.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6289489-3d09-489f-9436-811da8bee81a url= /sdc/v1/artifactTypes
2022-01-11T05:33:01.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:33:02.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.53.98] 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$$76595e7.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-11T05:33:02.271Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16f43149
2022-01-11T05:33:02.271Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:33:02.284Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:33:02.286Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:33:02.288Z||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$$76595e7.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-11T05:33:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:33:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:33:51.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:33:51.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:33:51.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84e9b7c5-3622-4682-9c9c-fe5c70a37edd url= /sdc/v1/artifactTypes
2022-01-11T05:33:51.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:33:52.057Z||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.53.98] 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$$76595e7.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-11T05:33:52.058Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fa418e6
2022-01-11T05:33:52.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:33:52.059Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:33:52.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:33:52.060Z||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$$76595e7.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-11T05:34:41.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:34:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:34:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:34:41.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:34:41.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a237ce8-e10b-48ec-8c43-497384de4bbf url= /sdc/v1/artifactTypes
2022-01-11T05:34:41.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:34:42.074Z||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.53.98] 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$$76595e7.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-11T05:34:42.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40e5e218
2022-01-11T05:34:42.076Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:34:42.076Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:34:42.076Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:34:42.077Z||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$$76595e7.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-11T05:35:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:35:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:35:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:35:31.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:35:31.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61a28b1c-6e87-4bdc-b6d9-3c177423d9f3 url= /sdc/v1/artifactTypes
2022-01-11T05:35:31.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:35:32.056Z||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.53.98] 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$$76595e7.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-11T05:35:32.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10f874c0
2022-01-11T05:35:32.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:35:32.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:35:32.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:35:32.060Z||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$$76595e7.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-11T05:36:21.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:36:21.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:36:21.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:36:21.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:36:21.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= daeea2f8-7dd6-45bd-b2ee-f39728e8837d url= /sdc/v1/artifactTypes
2022-01-11T05:36:21.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:36:22.071Z||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.53.98] 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$$76595e7.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-11T05:36:22.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1249d9c5
2022-01-11T05:36:22.071Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:36:22.072Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:36:22.072Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:36:22.073Z||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$$76595e7.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-11T05:37:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:37:11.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:37:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:37:11.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:37:11.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 941d2894-1f5c-42cc-bfce-4d6279381369 url= /sdc/v1/artifactTypes
2022-01-11T05:37:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:37:12.056Z||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.53.98] 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$$76595e7.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-11T05:37:12.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9d6b799
2022-01-11T05:37:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:37:12.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:37:12.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:37:12.058Z||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$$76595e7.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-11T05:38:01.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:38:01.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:38:01.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:38:01.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:38:01.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aaafa7b9-e733-4564-8152-ae6c457ecc0b url= /sdc/v1/artifactTypes
2022-01-11T05:38:01.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:38:02.073Z||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.53.98] 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$$76595e7.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-11T05:38:02.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1df0e6c4
2022-01-11T05:38:02.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:38:02.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:38:02.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:38:02.075Z||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$$76595e7.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-11T05:38:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:38:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:38:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:38:51.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:38:51.030Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93bc54b5-3510-4b71-a5cb-19616d145a78 url= /sdc/v1/artifactTypes
2022-01-11T05:38:51.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:38:52.056Z||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.53.98] 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$$76595e7.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-11T05:38:52.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7926af84
2022-01-11T05:38:52.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:38:52.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:38:52.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:38:52.059Z||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$$76595e7.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-11T05:39:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:39:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:39:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:39:41.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:39:41.030Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a1466d0-d19f-4d24-9d3a-14bad6bb5772 url= /sdc/v1/artifactTypes
2022-01-11T05:39:41.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:39:42.076Z||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.53.98] 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$$76595e7.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-11T05:39:42.077Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@381d1b6f
2022-01-11T05:39:42.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:39:42.077Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:39:42.078Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:39:42.078Z||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$$76595e7.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-11T05:40:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:40:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:40:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:40:31.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:40:31.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba13e2cf-830d-4a3e-860e-dfcfdc0b9563 url= /sdc/v1/artifactTypes
2022-01-11T05:40:31.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:40:32.055Z||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.53.98] 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$$76595e7.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-11T05:40:32.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46f55d6b
2022-01-11T05:40:32.056Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:40:32.056Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:40:32.056Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:40:32.057Z||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$$76595e7.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-11T05:41:21.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:41:21.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:41:21.017Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:41:21.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:41:21.025Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f48d0a75-b941-4177-8592-b6d6599c4cf2 url= /sdc/v1/artifactTypes
2022-01-11T05:41:21.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:41:22.039Z||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.53.98] 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$$76595e7.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-11T05:41:22.039Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ea620ee
2022-01-11T05:41:22.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:41:22.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:41:22.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:41:22.041Z||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$$76595e7.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-11T05:42:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:42:11.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:42:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:42:11.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:42:11.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 835ca7fb-9ab6-416b-9caf-a1f57f4bddb4 url= /sdc/v1/artifactTypes
2022-01-11T05:42:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:42:12.056Z||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.53.98] 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$$76595e7.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-11T05:42:12.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fd3113e
2022-01-11T05:42:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:42:12.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:42:12.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:42:12.059Z||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$$76595e7.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-11T05:42:45.925Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-11T05:43:01.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:43:01.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:43:01.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:43:01.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:43:01.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00234c4b-c09d-41c4-9ea0-e1f473dea4a9 url= /sdc/v1/artifactTypes
2022-01-11T05:43:01.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:43:02.073Z||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.53.98] 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$$76595e7.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-11T05:43:02.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a81f90
2022-01-11T05:43:02.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:43:02.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:43:02.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:43:02.074Z||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$$76595e7.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-11T05:43:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:43:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:43:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:43:51.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:43:51.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6aba041d-4524-4b3d-8977-07fff836f06e url= /sdc/v1/artifactTypes
2022-01-11T05:43:51.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:43:52.056Z||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.53.98] 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$$76595e7.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-11T05:43:52.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cdef0fb
2022-01-11T05:43:52.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:43:52.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:43:52.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:43:52.058Z||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$$76595e7.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-11T05:44:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:44:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:44:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:44:41.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:44:41.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d48c3b0d-041c-47de-8be3-f23640b7047f url= /sdc/v1/artifactTypes
2022-01-11T05:44:41.030Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:44:42.072Z||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.53.98] 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$$76595e7.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-11T05:44:42.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13602afa
2022-01-11T05:44:42.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:44:42.073Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:44:42.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:44:42.074Z||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$$76595e7.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-11T05:45:31.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:45:31.019Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:45:31.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:45:31.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:45:31.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a61e591-8822-4cb4-979e-6bc3bc08cab2 url= /sdc/v1/artifactTypes
2022-01-11T05:45:31.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:45:32.057Z||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.53.98] 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$$76595e7.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-11T05:45:32.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bf2856b
2022-01-11T05:45:32.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:45:32.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:45:32.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:45:32.059Z||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$$76595e7.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-11T05:46:21.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:46:21.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:46:21.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:46:21.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:46:21.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cd29836-9638-4353-a382-39f13d3693e7 url= /sdc/v1/artifactTypes
2022-01-11T05:46:21.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:46:22.073Z||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.53.98] 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$$76595e7.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-11T05:46:22.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b3e3307
2022-01-11T05:46:22.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:46:22.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:46:22.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:46:22.075Z||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$$76595e7.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-11T05:47:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:47:11.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:47:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:47:11.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:47:11.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 217c2a47-968e-4784-98cd-161b5a7aa077 url= /sdc/v1/artifactTypes
2022-01-11T05:47:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:47:12.056Z||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.53.98] 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$$76595e7.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-11T05:47:12.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bf957f5
2022-01-11T05:47:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:47:12.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:47:12.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:47:12.058Z||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$$76595e7.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-11T05:48:01.020Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:48:01.021Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:48:01.021Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:48:01.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:48:01.032Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e11c03c-c075-4611-947a-4440d9b121ea url= /sdc/v1/artifactTypes
2022-01-11T05:48:01.033Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:48:02.083Z||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.53.98] 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$$76595e7.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-11T05:48:02.084Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42e53bae
2022-01-11T05:48:02.084Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:48:02.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:48:02.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:48:02.086Z||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$$76595e7.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-11T05:48:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:48:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:48:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:48:51.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:48:51.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1458c5e9-62ff-49da-a673-00701fa40a94 url= /sdc/v1/artifactTypes
2022-01-11T05:48:51.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:48:52.055Z||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.53.98] 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$$76595e7.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-11T05:48:52.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ac25cc5
2022-01-11T05:48:52.056Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:48:52.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:48:52.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:48:52.057Z||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$$76595e7.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-11T05:49:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:49:41.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:49:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:49:41.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:49:41.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a9a2117-cae8-4e17-acc3-6a07489aacfd url= /sdc/v1/artifactTypes
2022-01-11T05:49:41.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:49:42.073Z||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.53.98] 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$$76595e7.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-11T05:49:42.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cc7af80
2022-01-11T05:49:42.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:49:42.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:49:42.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:49:42.075Z||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$$76595e7.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-11T05:50:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:50:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:50:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:50:31.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:50:31.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df2297bb-d8cf-4e7b-af5f-0a2ffab6e72a url= /sdc/v1/artifactTypes
2022-01-11T05:50:31.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:50:31.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-11T05:50:31.562Z||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-11T05:50:31.593Z||scheduling-1|||||DEBUG|500||create keys
2022-01-11T05:50:31.601Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-11T05:50:31.637Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:50:31.654Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5989fc7d-f58b-477e-bcc0-cadef9376348 url= /sdc/v1/registerForDistribution
2022-01-11T05:50:32.089Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5989fc7d-f58b-477e-bcc0-cadef9376348 url= /sdc/v1/registerForDistribution
2022-01-11T05:50:32.089Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-11T05:50:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:50:32.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:50:32.105Z||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-11T05:50:32.105Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:50:32.105Z||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-11T05:50:32.105Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:50:32.106Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-11T05:50:42.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:50:42.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:51:32.098Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:51:32.099Z||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-11T05:51:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:51:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:51:32.102Z||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-11T05:51:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:51:41.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:51:41.651Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:52:32.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:52:32.099Z||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-11T05:52:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:52:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:52:32.102Z||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-11T05:52:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:52:41.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:52:41.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:53:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:53:32.099Z||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-11T05:53:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:53:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:53:32.101Z||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-11T05:53:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:53:41.649Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:53:41.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:54:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:54:32.099Z||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-11T05:54:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:54:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:54:32.102Z||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-11T05:54:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:54:41.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:54:41.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:55:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:55:32.099Z||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-11T05:55:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:55:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:55:32.101Z||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-11T05:55:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:55:41.646Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:55:41.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:56:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:56:32.099Z||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-11T05:56:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:56:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:56:32.101Z||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-11T05:56:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:56:41.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:56:41.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:57:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:57:32.098Z||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-11T05:57:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:57:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:57:32.101Z||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-11T05:57:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:57:41.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:57:41.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:58:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:58:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:58:32.100Z||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-11T05:58:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:58:32.101Z||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-11T05:58:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:58:41.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:58:41.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:59:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:59:32.098Z||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-11T05:59:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:59:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:59:32.102Z||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-11T05:59:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:59:41.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T05:59:41.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:00:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:00:32.099Z||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-11T06:00:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:00:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:00:32.101Z||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-11T06:00:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:00:41.647Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:00:41.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:01:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:01:32.098Z||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-11T06:01:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:01:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:01:32.101Z||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-11T06:01:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:01:41.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:01:41.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:02:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:02:32.098Z||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-11T06:02:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:02:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:02:32.101Z||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-11T06:02:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:02:41.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:02:41.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:03:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:03:32.098Z||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-11T06:03:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:03:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:03:32.101Z||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-11T06:03:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:03:41.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:03:41.648Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:04:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:04:32.098Z||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-11T06:04:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:04:32.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:04:32.101Z||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-11T06:04:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:04:41.649Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:04:41.651Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:05:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:05:32.098Z||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-11T06:05:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:05:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:05:32.101Z||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-11T06:05:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:05:41.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:05:41.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:06:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:06:32.099Z||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-11T06:06:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:06:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:06:32.101Z||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-11T06:06:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:06:41.647Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:06:41.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:07:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:07:32.098Z||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-11T06:07:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:07:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:07:32.101Z||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-11T06:07:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:07:41.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:07:41.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:08:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:08:32.098Z||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-11T06:08:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:08:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:08:32.101Z||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-11T06:08:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:08:41.647Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:08:41.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:09:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:09:32.099Z||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-11T06:09:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:09:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:09:32.101Z||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-11T06:09:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:09:41.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:09:41.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:10:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:10:32.099Z||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-11T06:10:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:10:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:10:32.101Z||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-11T06:10:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:10:41.645Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:10:41.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:11:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:11:32.099Z||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-11T06:11:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:11:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:11:32.101Z||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-11T06:11:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:11:41.660Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:11:41.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:12:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:12:32.099Z||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-11T06:12:32.100Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:12:32.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:12:32.103Z||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-11T06:12:32.103Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:12:41.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:12:41.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:13:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:13:32.098Z||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-11T06:13:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:13:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:13:32.101Z||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-11T06:13:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:13:41.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:13:41.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:14:32.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:14:32.099Z||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-11T06:14:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:14:32.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:14:32.101Z||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-11T06:14:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:14:41.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:14:41.654Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:15:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:15:32.098Z||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-11T06:15:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:15:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:15:32.101Z||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-11T06:15:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:15:41.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:15:41.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:16:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:16:32.098Z||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-11T06:16:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:16:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:16:32.101Z||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-11T06:16:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:16:41.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:16:41.649Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:17:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:17:32.098Z||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-11T06:17:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:17:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:17:32.101Z||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-11T06:17:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:17:41.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:17:41.648Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:18:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:18:32.098Z||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-11T06:18:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:18:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:18:32.101Z||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-11T06:18:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:18:41.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:18:41.650Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:19:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:19:32.098Z||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-11T06:19:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:19:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:19:32.101Z||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-11T06:19:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:19:41.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:19:41.647Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:20:32.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:20:32.098Z||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-11T06:20:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:20:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:20:32.101Z||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-11T06:20:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:20:41.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:20:41.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:21:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:21:32.098Z||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-11T06:21:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:21:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:21:32.101Z||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-11T06:21:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:21:41.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:21:41.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:32.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:22:32.098Z||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-11T06:22:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:22:32.101Z||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-11T06:22:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:32.730Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:32.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"224d5d06-eee8-4707-8ae1-93e2a60261d1","serviceName":"vFW 2022-01-11 06-20-08","serviceVersion":"1.0","serviceUUID":"d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","serviceDescription":"catalog service description","serviceInvariantUUID":"18b981a1-36e9-4579-9cc0-a9a92c298fc6","resources":[{"resourceInstanceName":"vFW b9dba1bf-3908 0","resourceName":"vFW b9dba1bf-3908","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b552a1c1-805b-4126-ae94-6ca2fa3ba3e3","resourceInvariantUUID":"f4e7f93c-095a-4382-96b2-e53053c4f31b","resourceCustomizationUUID":"63b4e185-393f-4956-8113-97ee5fd86fc5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml","artifactChecksum":"OWJhMTBlZjU3ODdhZDc0MmI5NmMwZmI4NmI3ZDEyZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebada519-ae7a-44ff-a9ae-64721e4335e4","artifactVersion":"1"},{"artifactName":"vfwb9dba1bf39080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json","artifactChecksum":"NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb79b4fb-2a0a-4b49-8c99-286e34ef632e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f7f3668-f51b-4e88-977c-d272c50a3ba8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVlYzZjZDAwMjExZjEyZTRlNjFjNGVhYmRmMjQ1OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0634ea0-9ab0-4a87-a50a-b04559d91a10","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbcd3bf5-7a70-471c-ba69-29a9dc67a255","artifactVersion":"2","generatedFromUUID":"5f7f3668-f51b-4e88-977c-d272c50a3ba8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220111062008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml","artifactChecksum":"ZjExZDUxOGI3ZWM1YzliNjYzYWVjN2NjNzc1ZDBiY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6936d6df-8a45-4ee8-a52c-7d915b270730","artifactVersion":"1"},{"artifactName":"service-Vfw20220111062008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar","artifactChecksum":"MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdc16b0b-bc7d-4eac-9452-d6908538b32b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:22:32.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:32.751Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:32.751Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882124447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882121282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882119377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882118376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882134716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882134804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882134900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882135810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "cds",
  "timestamp": 1641882135917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-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-11T06:22:32.851Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2022-01-11T06:22:32.855Z||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-11T06:22:32.855Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.870Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:32.871Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:22:32.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:32.952Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882135985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "policy-id",
  "timestamp": 1641882136814,
  "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-11T06:22:32.987Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:32.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:32.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882137107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882138172,
  "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-11T06:22:33.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882131812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882132395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882139176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882132894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882139628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "dcae-sch",
  "timestamp": 1641882133570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882140719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882141604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882143610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "clamp",
  "timestamp": 1641882144614,
  "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-11T06:22:33.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.022Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882144919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882145925,
  "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-11T06:22:33.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882150062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "aai-ml",
  "timestamp": 1641882151066,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:22:33.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.048Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:33.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:33.798Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:33.798Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:22:33.898Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:33.899Z||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-11T06:22:33.899Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:33.913Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:33.914Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:34.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:34.800Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:34.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:34.802Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:22:34.902Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:34.903Z||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-11T06:22:34.903Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:34.917Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:34.918Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:35.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:35.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:35.806Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:35.806Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:35.906Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:35.907Z||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-11T06:22:35.907Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:35.923Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:35.924Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:36.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:36.807Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:36.809Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:36.810Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-11T06:22:36.910Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:36.911Z||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-11T06:22:36.911Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:36.925Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:36.925Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:37.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:37.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:37.814Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:37.814Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:22:37.914Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:37.915Z||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-11T06:22:37.915Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:37.928Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:37.928Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:38.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:38.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:38.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:38.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:22:38.918Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:38.919Z||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-11T06:22:38.919Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:38.939Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:38.939Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:39.820Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "serviceName": "vFW 2022-01-11 06-20-08",
  "serviceVersion": "1.0",
  "serviceUUID": "d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18b981a1-36e9-4579-9cc0-a9a92c298fc6",
  "resources": [
    {
      "resourceInstanceName": "vFW b9dba1bf-3908 0",
      "resourceCustomizationUUID": "63b4e185-393f-4956-8113-97ee5fd86fc5",
      "resourceName": "vFW b9dba1bf-3908",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b552a1c1-805b-4126-ae94-6ca2fa3ba3e3",
      "resourceInvariantUUID": "f4e7f93c-095a-4382-96b2-e53053c4f31b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb9dba1bf39080_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
          "artifactChecksum": "NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb79b4fb-2a0a-4b49-8c99-286e34ef632e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5f7f3668-f51b-4e88-977c-d272c50a3ba8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bbcd3bf5-7a70-471c-ba69-29a9dc67a255",
            "generatedFromUUID": "5f7f3668-f51b-4e88-977c-d272c50a3ba8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bbcd3bf5-7a70-471c-ba69-29a9dc67a255",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220111062008-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
      "artifactChecksum": "MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdc16b0b-bc7d-4eac-9452-d6908538b32b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:22:39.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:22:39.821Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb ASDC
2022-01-11T06:22:39.912Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:224d5d06-eee8-4707-8ae1-93e2a60261d1
ServiceName:vFW 2022-01-11 06-20-08
ServiceVersion:1.0
ServiceUUID:d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
ServiceInvariantUUID:18b981a1-36e9-4579-9cc0-a9a92c298fc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220111062008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
ArtifactUUID:bdc16b0b-bc7d-4eac-9452-d6908538b32b
ArtifactChecksum:MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b9dba1bf-3908 0
ResourceCustomizationUUID:63b4e185-393f-4956-8113-97ee5fd86fc5
ResourceInvariantUUID:f4e7f93c-095a-4382-96b2-e53053c4f31b
ResourceName:vFW b9dba1bf-3908
ResourceType:VF
ResourceUUID:b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb9dba1bf39080_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
ArtifactUUID:eb79b4fb-2a0a-4b49-8c99-286e34ef632e
ArtifactChecksum:NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI=
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
ArtifactUUID:5f7f3668-f51b-4e88-977c-d272c50a3ba8
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
ArtifactUUID:bbcd3bf5-7a70-471c-ba69-29a9dc67a255
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
ArtifactUUID:bbcd3bf5-7a70-471c-ba69-29a9dc67a255
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-11T06:22:39.913Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb 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-11T06:22:39.954Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:22:39.955Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bdc16b0b-bc7d-4eac-9452-d6908538b32b from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:39.957Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:40.278Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar bdc16b0b-bc7d-4eac-9452-d6908538b32b 98923
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar ASDC sendASDCNotification
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:40.292Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:40.293Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:40.294Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:40.294Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882160291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:40.395Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:40.395Z||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-11T06:22:40.396Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:40.410Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:40.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:41.295Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:22:41.296Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:41.297Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bdc16b0b-bc7d-4eac-9452-d6908538b32b, URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar to file: /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.298Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.347Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.348Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17064670255083993588/Definitions/service-Vfw20220111062008-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-11T06:22:44.606Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b9dba1bf-3908 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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:22:44.617Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.618Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.621Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.621Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:22:44.622Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:22:44.624Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.624Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8946691-2eb9-4b7c-8a43-a228151ddd73
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43711ae1-a4ca-4447-a520-16ee98ff87e1
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72417653-f677-4081-80dc-ab5286fbd946
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-11 06-20-08
Description:catalog service description
Model UUID:d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
Model Version:NULL
Model InvariantUuid:18b981a1-36e9-4579-9cc0-a9a92c298fc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b9dba1bf-3908
Model UUID:e04b113f-6277-4911-9a83-a33cc7b7f4ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4e7f93c-095a-4382-96b2-e53053c4f31b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:63b4e185-393f-4956-8113-97ee5fd86fc5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e057994d-096a-4f0c-8708-9a58fe287863
ModelName:VfwB9dba1bf3908..base_vfw..module-0
ModelUuid:4071d106-b9ae-47be-aa29-4841cae611f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8946691-2eb9-4b7c-8a43-a228151ddd73
ModelInvariantUuid:2a869278-e72e-4e8d-8a20-11a4936a5a1e
ModelName:vFW b9dba1bf-3908-nodes.vfwCvfc
ModelUuid:2c45b67e-7415-49a6-ae4d-3faad8d9b918
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:17ffa56d-69fe-4977-a32d-546dd553dda8
ModelInvariantUuid:07e47d21-ee2e-41f7-b3d3-e6fa2a1a8d0c
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vfw
ModelUuid:a4b3d2ee-326e-4e83-8362-c8f348e8b4f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:43711ae1-a4ca-4447-a520-16ee98ff87e1
ModelInvariantUuid:57765837-7416-4aec-8d55-6cab581e32a9
ModelName:vFW b9dba1bf-3908-nodes.vsnCvfc
ModelUuid:4fbac553-ba13-4d60-806d-f9c20760c53d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4c1245be-0cdf-419d-93e3-eff2cf5e58e1
ModelInvariantUuid:bb55c939-1288-4ced-bf12-5dcfcb102de1
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vsn
ModelUuid:a3703256-d97f-49de-9afb-6d2a1190dfa4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72417653-f677-4081-80dc-ab5286fbd946
ModelInvariantUuid:d8db0c92-1ab2-49f5-a82e-aa95cbd00b56
ModelName:vFW b9dba1bf-3908-nodes.vpgCvfc
ModelUuid:8770c326-40f7-4757-afb5-5b64cb2105ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c35ca3ed-8a4a-4b71-91cd-e53c227e5bbb
ModelInvariantUuid:1304c345-24a2-4e27-b4c5-bc525ca86572
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vpg
ModelUuid:050106be-b6a3-49ce-9d54-adf0b6755f41
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-11T06:22:44.644Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
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-11T06:22:44.709Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||vFW b9dba1bf-3908 0
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb79b4fb-2a0a-4b49-8c99-286e34ef632e from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json eb79b4fb-2a0a-4b49-8c99-286e34ef632e 785
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json ASDC sendASDCNotification
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.809Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:44.809Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:44.811Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:44.811Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882164808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:44.911Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:44.912Z||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-11T06:22:44.912Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:44.926Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:44.927Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:45.813Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB9dba1bf3908..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e057994d-096a-4f0c-8708-9a58fe287863",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4071d106-b9ae-47be-aa29-4841cae611f8",
    "vfModuleModelCustomizationUUID": "9b35af21-da2a-4f55-9cf6-bddfd9bea6bc",
    "isBase": true,
    "artifacts": [
      "5f7f3668-f51b-4e88-977c-d272c50a3ba8",
      "bbcd3bf5-7a70-471c-ba69-29a9dc67a255"
    ],
    "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-11T06:22:45.827Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9dba1bf3908..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4071d106-b9ae-47be-aa29-4841cae611f8
VfModuleModelInvariantUUID:e057994d-096a-4f0c-8708-9a58fe287863
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f7f3668-f51b-4e88-977c-d272c50a3ba8
,
bbcd3bf5-7a70-471c-ba69-29a9dc67a255

}
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-11T06:22:45.829Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB9dba1bf3908..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e057994d-096a-4f0c-8708-9a58fe287863",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4071d106-b9ae-47be-aa29-4841cae611f8",
    "vfModuleModelCustomizationUUID": "9b35af21-da2a-4f55-9cf6-bddfd9bea6bc",
    "isBase": true,
    "artifacts": [
      "5f7f3668-f51b-4e88-977c-d272c50a3ba8",
      "bbcd3bf5-7a70-471c-ba69-29a9dc67a255"
    ],
    "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-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9dba1bf3908..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4071d106-b9ae-47be-aa29-4841cae611f8
VfModuleModelInvariantUUID:e057994d-096a-4f0c-8708-9a58fe287863
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f7f3668-f51b-4e88-977c-d272c50a3ba8
,
bbcd3bf5-7a70-471c-ba69-29a9dc67a255

}
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-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f7f3668-f51b-4e88-977c-d272c50a3ba8 from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.983Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml 5f7f3668-f51b-4e88-977c-d272c50a3ba8 20368
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.985Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:45.985Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:45.986Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:45.986Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882165984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:46.087Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:22:46.087Z||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-11T06:22:46.087Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:46.102Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:46.102Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:46.987Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbcd3bf5-7a70-471c-ba69-29a9dc67a255 from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:46.988Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:46.988Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:47.043Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:47.043Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env bbcd3bf5-7a70-471c-ba69-29a9dc67a255 2098
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:47.046Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:47.046Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882167044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:22:47.146Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:47.147Z||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-11T06:22:47.147Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:47.163Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:47.163Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:48.047Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
2022-01-11T06:22:48.047Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b9dba1bf-3908 0 b552a1c1-805b-4126-ae94-6ca2fa3ba3e3 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-11T06:22:48.076Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3058ca55, org.onap.sdc.toscaparser.api.parameters.Input@5d6554c5, org.onap.sdc.toscaparser.api.parameters.Input@756277d4, org.onap.sdc.toscaparser.api.parameters.Input@7456c37e, org.onap.sdc.toscaparser.api.parameters.Input@2aaa5c3]
2022-01-11T06:22:48.082Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.082Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 63b4e185-393f-4956-8113-97ee5fd86fc5
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63b4e185-393f-4956-8113-97ee5fd86fc5 matches Tosca VF Customization UUID: 63b4e185-393f-4956-8113-97ee5fd86fc5
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 63b4e185-393f-4956-8113-97ee5fd86fc5  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-11T06:22:48.090Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.090Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 63b4e185-393f-4956-8113-97ee5fd86fc5: {\"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-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f953c6a
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:22:48.092Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b35af21-da2a-4f55-9cf6-bddfd9bea6bc
2022-01-11T06:22:48.092Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b35af21-da2a-4f55-9cf6-bddfd9bea6bc
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-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8946691-2eb9-4b7c-8a43-a228151ddd73
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-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43711ae1-a4ca-4447-a520-16ee98ff87e1
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-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72417653-f677-4081-80dc-ab5286fbd946
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-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=63b4e185-393f-4956-8113-97ee5fd86fc5
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-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb: vFW b9dba1bf-3908
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-11 06-20-08 
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-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b9dba1bf-3908 b552a1c1-805b-4126-ae94-6ca2fa3ba3e3 1 ASDC deployResourceStructure
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json ASDC sendASDCNotification
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:48.338Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:48.339Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:48.339Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882168337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:48.440Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:48.441Z||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-11T06:22:48.441Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:48.457Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:48.457Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:49.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:49.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882169340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:49.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:49.445Z||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-11T06:22:49.445Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:49.461Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:49.461Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:50.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:50.347Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:50.348Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882170344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:50.448Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:50.449Z||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-11T06:22:50.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:50.466Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:50.466Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:51.349Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar ASDC sendASDCNotification
2022-01-11T06:22:51.349Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:51.350Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:51.350Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:51.353Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:51.353Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882171349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:22:51.453Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:51.454Z||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-11T06:22:51.454Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:51.469Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:22:51.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:52.354Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:22:52.373Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:22:52.383Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:23:22.384Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:23:22.393Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1 and serviceModelVersionId: d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
2022-01-11T06:23:22.393Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18b981a1-36e9-4579-9cc0-a9a92c298fc6
2022-01-11T06:23:32.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:23:32.136Z||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-11T06:23:32.136Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:32.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:23:32.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:23:32.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:23:32.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:23:34.460Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0
2022-01-11T06:23:34.547Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:23:34.969Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|INFO|500||Invoke
2022-01-11T06:23:34.976Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c466042-2b3d-49ac-b26e-bd763f5df8ff], X-ECOMP-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], X-TransactionId=[], X-ONAP-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], Content-Type=[application/merge-patch+json]}
2022-01-11T06:23:35.140Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:23:35.219Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?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/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:23:35:152-957], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:23:35 GMT], Content-Type=[application/json]}
2022-01-11T06:23:35.223Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","ERR.5.4.6114"]}}}

2022-01-11T06:23:35.223Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:23:35.240Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.240Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:23:35.241Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.241Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
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-11T06:23:35.246Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:23:35.247Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 224d5d06-eee8-4707-8ae1-93e2a60261d1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.248Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:23:35.248Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:23:35.249Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:23:35.250Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882215247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:23:35.405Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 155 ms
2022-01-11T06:23:35.407Z||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-11T06:23:35.407Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:35.423Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:23:35.423Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-11T06:23:36.263Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:23:36.263Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:23:36.264Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:45.807Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:24:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:24:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:24:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:24:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:24:32.101Z||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-11T06:24:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:24:32.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:24:32.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:24:32.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882152097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882160291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882164808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882165984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882167044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882168337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882169340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882170344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882171349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:41.644Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:25:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:25:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:25:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:25:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:25:32.101Z||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-11T06:25:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:25:32.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:25:32.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:25:32.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882215247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:25:32.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:25:41.647Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:26:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:26:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:26:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:26:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:26:32.101Z||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-11T06:26:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:26:41.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:26:41.649Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:27:32.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:27:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:27:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:27:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:27:32.100Z||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-11T06:27:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:27:41.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:27:41.645Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:28:32.101Z||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-11T06:28:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.730Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:32.731Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.731Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328","serviceName":"Demo_pNF_ZEwnYn2w4gTq51i86nQF","serviceVersion":"1.0","serviceUUID":"e8dda4ac-58bf-4059-a023-cad8194503ca","serviceDescription":"catalog service description","serviceInvariantUUID":"6aba9b5a-0d97-42f3-a313-0b26c62203a0","resources":[{"resourceInstanceName":"pNF 9eae9c90-484c 0","resourceName":"pNF 9eae9c90-484c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b3ca540-90b5-4134-ba10-85f38218696d","resourceInvariantUUID":"8df660bb-b226-4473-8a8e-770f02c7d59c","resourceCustomizationUUID":"67ab5431-6f16-4694-991c-5a23fc2e1061","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml","artifactChecksum":"NzlhYzM3MTZiNzQxYzViNzBjNTEyMGJkYmUwZGE0ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57347e54-8671-4c1f-8768-2d74842bd384","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar","artifactChecksum":"YzI1NzRkZGJjZGI3YzdkMDlmNDY0MjczYTM2OWNlZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66c07b1a-71f7-4c2c-9022-dd59cf3b5676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13bb3479-46c2-408e-8551-1e942cf5308c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzA4MGJjNTA5ZGY0OTQxZWZjMGQxMTIwMDBkZmFjZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c116656-f641-425a-a7ad-dbe61f50cfe0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1337cb2a-c1c8-47c6-b629-36dd45f26565","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"869eca72-6f2e-4afd-acfe-c7aabd0400d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml","artifactChecksum":"YmNmYTRkMzZiZjM3NzRiOWM1NGMwNGUxZGJiNTE1MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a9e9705-b603-4a28-9407-c7791788f37e","artifactVersion":"1"},{"artifactName":"service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar","artifactChecksum":"MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8580e09a-13a9-4fbd-a891-9279f77506c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:28:32.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:32.735Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:32.735Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:32.738Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:32.739Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882464377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882461282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882461812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882462896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882458376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882473314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882473323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882473321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882473317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "cds",
  "timestamp": 1641882474319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-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-11T06:28:32.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882474321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:28:32.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882475095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "policy-id",
  "timestamp": 1641882475323,
  "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-11T06:28:32.782Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.782Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882476098,
  "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-11T06:28:32.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882476666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "aai-ml",
  "timestamp": 1641882477670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:28:32.815Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.815Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882472395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882481197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "dcae-sch",
  "timestamp": 1641882473570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882482377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882483380,
  "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-11T06:28:32.831Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.832Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.839Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:32.839Z||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-11T06:28:32.839Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882484447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882503631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882505636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "clamp",
  "timestamp": 1641882506639,
  "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-11T06:28:32.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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=?
2022-01-11T06:28:32.852Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:28:32.853Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:33.739Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:33.740Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:33.742Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:33.742Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:33.843Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:28:33.844Z||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-11T06:28:33.844Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:33.861Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:33.861Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:34.743Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:34.744Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:34.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:34.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:34.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:34.847Z||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-11T06:28:34.847Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:34.862Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:34.863Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:35.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:35.748Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:35.750Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:35.750Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:35.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:35.852Z||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-11T06:28:35.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:35.867Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:35.868Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:36.752Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:36.753Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:36.755Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:36.755Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:36.855Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:28:36.856Z||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-11T06:28:36.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:36.871Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:36.872Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:37.756Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:37.757Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:37.760Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:37.760Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:37.860Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:37.861Z||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-11T06:28:37.861Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:37.875Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:37.875Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:38.761Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:38.762Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:38.764Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:38.764Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:28:38.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:38.865Z||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-11T06:28:38.865Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:38.878Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:38.878Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:39.765Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:39.766Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:39.768Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:39.768Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:28:39.868Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:39.869Z||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-11T06:28:39.869Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:39.883Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:39.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "serviceName": "Demo_pNF_ZEwnYn2w4gTq51i86nQF",
  "serviceVersion": "1.0",
  "serviceUUID": "e8dda4ac-58bf-4059-a023-cad8194503ca",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6aba9b5a-0d97-42f3-a313-0b26c62203a0",
  "resources": [
    {
      "resourceInstanceName": "pNF 9eae9c90-484c 0",
      "resourceCustomizationUUID": "67ab5431-6f16-4694-991c-5a23fc2e1061",
      "resourceName": "pNF 9eae9c90-484c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8b3ca540-90b5-4134-ba10-85f38218696d",
      "resourceInvariantUUID": "8df660bb-b226-4473-8a8e-770f02c7d59c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
      "artifactChecksum": "MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8580e09a-13a9-4fbd-a891-9279f77506c4"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8dda4ac-58bf-4059-a023-cad8194503ca ASDC
2022-01-11T06:28:40.774Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
ServiceName:Demo_pNF_ZEwnYn2w4gTq51i86nQF
ServiceVersion:1.0
ServiceUUID:e8dda4ac-58bf-4059-a023-cad8194503ca
ServiceInvariantUUID:6aba9b5a-0d97-42f3-a313-0b26c62203a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
ArtifactUUID:8580e09a-13a9-4fbd-a891-9279f77506c4
ArtifactChecksum:MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9eae9c90-484c 0
ResourceCustomizationUUID:67ab5431-6f16-4694-991c-5a23fc2e1061
ResourceInvariantUUID:8df660bb-b226-4473-8a8e-770f02c7d59c
ResourceName:pNF 9eae9c90-484c
ResourceType:PNF
ResourceUUID:8b3ca540-90b5-4134-ba10-85f38218696d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-11T06:28:40.774Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8dda4ac-58bf-4059-a023-cad8194503ca 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-11T06:28:40.798Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8580e09a-13a9-4fbd-a891-9279f77506c4 from URL: /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:41.077Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:28:41.083Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar 8580e09a-13a9-4fbd-a891-9279f77506c4 82613
2022-01-11T06:28:41.083Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar ASDC sendASDCNotification
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:41.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:41.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882521083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:28:41.186Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:41.187Z||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-11T06:28:41.187Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:41.201Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:41.202Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:42.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:28:42.087Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:42.087Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8580e09a-13a9-4fbd-a891-9279f77506c4, URL: /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar to file: /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.393Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3120393795742346386/Definitions/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9eae9c90-484c 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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Node template pNF 9eae9c90-484c 0 is matching search criteria
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9eae9c90-484c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Node template pNF 9eae9c90-484c 0 is matching search criteria
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9eae9c90-484c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZEwnYn2w4gTq51i86nQF
Description:catalog service description
Model UUID:e8dda4ac-58bf-4059-a023-cad8194503ca
Model Version:NULL
Model InvariantUuid:6aba9b5a-0d97-42f3-a313-0b26c62203a0
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-11T06:28:43.166Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b3ca540-90b5-4134-ba10-85f38218696d
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-11T06:28:43.168Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||pNF 9eae9c90-484c 0
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b3ca540-90b5-4134-ba10-85f38218696d
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9eae9c90-484c 0 8b3ca540-90b5-4134-ba10-85f38218696d 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-11T06:28:43.173Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ebe748d, org.onap.sdc.toscaparser.api.parameters.Input@2855bcb8, org.onap.sdc.toscaparser.api.parameters.Input@5f07cd75, org.onap.sdc.toscaparser.api.parameters.Input@62194369, org.onap.sdc.toscaparser.api.parameters.Input@1ffe59bb]
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8dda4ac-58bf-4059-a023-cad8194503ca: pNF 9eae9c90-484c
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8b3ca540-90b5-4134-ba10-85f38218696d
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.176Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Resource customization UUID: 67ab5431-6f16-4694-991c-5a23fc2e1061 is the same as notified resource customizationUUID: 67ab5431-6f16-4694-991c-5a23fc2e1061
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-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9eae9c90-484c 8b3ca540-90b5-4134-ba10-85f38218696d 0 ASDC deployResourceStructure
2022-01-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar ASDC sendASDCNotification
2022-01-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.226Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:28:43.226Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:43.228Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:43.228Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882523225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:28:43.329Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:28:43.329Z||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-11T06:28:43.329Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:43.343Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:28:43.344Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:44.229Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:28:44.244Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:28:44.254Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:29:14.255Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:29:14.260Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 and serviceModelVersionId: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:29:14.260Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6aba9b5a-0d97-42f3-a313-0b26c62203a0
2022-01-11T06:29:14.261Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0
2022-01-11T06:29:14.266Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:29:14.302Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|INFO|500||Invoke
2022-01-11T06:29:14.303Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2692064f-78a7-49e0-a4c2-979ea420c10b], X-ECOMP-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], X-TransactionId=[], X-ONAP-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], Content-Type=[application/merge-patch+json]}
2022-01-11T06:29:14.326Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:29:14.354Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?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/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:29:14:332-35551], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:29:14 GMT], Content-Type=[application/json]}
2022-01-11T06:29:14.356Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca","ERR.5.4.6114"]}}}

2022-01-11T06:29:14.356Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
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-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:29:14.366Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:29:14.368Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:29:14.368Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882554365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:29:14.469Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:29:14.469Z||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-11T06:29:14.470Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:14.485Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:29:14.486Z||pool-29-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-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:29:32.101Z||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-11T06:29:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:32.222Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:29:32.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:29:32.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:29:32.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:29:41.642Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:30:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:30:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:30:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:30:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:30:32.101Z||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-11T06:30:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:30:32.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:30:32.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882512098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882521083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882523225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882554365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:41.651Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:31:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:31:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:31:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:31:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:31:32.101Z||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-11T06:31:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:31:41.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:31:41.650Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:32:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:32:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:32:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:32:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:32:32.101Z||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-11T06:32:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:32:41.652Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:32:41.656Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:33:32.097Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:33:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:33:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:33:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:33:32.101Z||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-11T06:33:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:33:41.642Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:33:41.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:34:32.101Z||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-11T06:34:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.729Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:32.729Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:32.729Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.730Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a4a679d-beea-4cd6-bf57-d367c2a9ed09","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"660b8697-7973-45e7-a06f-c76babd68b80","serviceDescription":"service","serviceInvariantUUID":"94dd71a9-d569-4401-89c5-da5009844a0a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b4943101-06bc-490c-a65c-739a09a2d145","resourceInvariantUUID":"dea548e3-8e29-4d11-b86b-3dbd7ac0a293","resourceCustomizationUUID":"4ad9d099-47e6-4d84-93be-654b84afc133","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":"ZTdmMmQ2MjA3ZDVlYmVjOTExNWY4NGRhODcyYmY2ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b4e5ab1-c616-4f7d-99b2-04fc0f0b09bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:34:32.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882841282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "cds",
  "timestamp": 1641882839377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "clamp",
  "timestamp": 1641882844447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "policy-id",
  "timestamp": 1641882838376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882841282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "cds",
  "timestamp": 1641882839377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "clamp",
  "timestamp": 1641882844447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "policy-id",
  "timestamp": 1641882838376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "policy-id",
  "timestamp": 1641882849048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "cds",
  "timestamp": 1641882849143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "policy-id",
  "timestamp": 1641882850052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "cds",
  "timestamp": 1641882850148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-01-11T06:34:32.734Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:34:32.735Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:34:32.738Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:32.738Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882872097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:34:32.747Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.747Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "policy-id",
  "timestamp": 1641882851054,
  "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-11T06:34:32.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "aai-ml",
  "timestamp": 1641882851812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882852395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "aai-ml",
  "timestamp": 1641882851812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882852894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882852395,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "dcae-sch",
  "timestamp": 1641882853570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882852894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "clamp",
  "timestamp": 1641882854663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "aai-ml",
  "timestamp": 1641882854680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "dcae-sch",
  "timestamp": 1641882853570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "clamp",
  "timestamp": 1641882855680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882855774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "clamp",
  "timestamp": 1641882856682,
  "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-11T06:34:32.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.774Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882857192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "aai-ml",
  "timestamp": 1641882857489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882858196,
  "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-11T06:34:32.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "aai-ml",
  "timestamp": 1641882858494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:34:32.797Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.797Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.838Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:32.839Z||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-11T06:34:32.839Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.852Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:32.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:34:33.739Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:34:33.740Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:34:33.742Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:33.742Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882872097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:34:33.842Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:33.843Z||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-11T06:34:33.843Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:33.858Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:33.859Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:34:34.743Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "660b8697-7973-45e7-a06f-c76babd68b80",
  "serviceDescription": "service",
  "serviceInvariantUUID": "94dd71a9-d569-4401-89c5-da5009844a0a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4ad9d099-47e6-4d84-93be-654b84afc133",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b4943101-06bc-490c-a65c-739a09a2d145",
      "resourceInvariantUUID": "dea548e3-8e29-4d11-b86b-3dbd7ac0a293",
      "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": "ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:34:34.744Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:34:34.744Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 660b8697-7973-45e7-a06f-c76babd68b80 ASDC
2022-01-11T06:34:34.744Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4a4a679d-beea-4cd6-bf57-d367c2a9ed09
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:660b8697-7973-45e7-a06f-c76babd68b80
ServiceInvariantUUID:94dd71a9-d569-4401-89c5-da5009844a0a
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:86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b
ArtifactChecksum:ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4ad9d099-47e6-4d84-93be-654b84afc133
ResourceInvariantUUID:dea548e3-8e29-4d11-b86b-3dbd7ac0a293
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b4943101-06bc-490c-a65c-739a09a2d145
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-11T06:34:34.744Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 660b8697-7973-45e7-a06f-c76babd68b80 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-11T06:34:34.768Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-11T06:34:34.859Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b 52487
2022-01-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:34.864Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:34:34.864Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:34:34.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:34.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882874863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:34:34.967Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:34.968Z||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-11T06:34:34.968Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:34.982Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:34.982Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:34:35.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:34:35.868Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:35.868Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.946Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15889324928339879276/Definitions/service-BasicNetwork-template.yml
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:660b8697-7973-45e7-a06f-c76babd68b80
Model Version:NULL
Model InvariantUuid:94dd71a9-d569-4401-89c5-da5009844a0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dea548e3-8e29-4d11-b86b-3dbd7ac0a293
Model UUID:0cec8692-70cd-4239-ae8b-2dc5b9ec4f1e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4ad9d099-47e6-4d84-93be-654b84afc133
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-11T06:34:36.273Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b4943101-06bc-490c-a65c-739a09a2d145
2022-01-11T06:34:36.273Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||No resources found for Service: 660b8697-7973-45e7-a06f-c76babd68b80
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-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 660b8697-7973-45e7-a06f-c76babd68b80
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 660b8697-7973-45e7-a06f-c76babd68b80
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.280Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c815e31, org.onap.sdc.toscaparser.api.parameters.Input@15ce560b, org.onap.sdc.toscaparser.api.parameters.Input@2785758, org.onap.sdc.toscaparser.api.parameters.Input@4438f7dd, org.onap.sdc.toscaparser.api.parameters.Input@121e49bd]
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 660b8697-7973-45e7-a06f-c76babd68b80: Generic NeutronNet
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.282Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.282Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:34:36.300Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.300Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.339Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-11T06:34:36.339Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.339Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||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-11T06:34:36.339Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:34:36.339Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:34:36.341Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:36.341Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882876339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:34:36.442Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:36.443Z||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-11T06:34:36.443Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:36.458Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:34:36.458Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:34:37.342Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:34:37.354Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:34:37.357Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:34:37.357Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:34:37.357Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:34:37.357Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:34:37.358Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:34:37.358Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:34:37.362Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:35:07.363Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:35:07.368Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 and serviceModelVersionId: 660b8697-7973-45e7-a06f-c76babd68b80
2022-01-11T06:35:07.368Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94dd71a9-d569-4401-89c5-da5009844a0a
2022-01-11T06:35:07.369Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?depth=0
2022-01-11T06:35:07.375Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:35:07.413Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?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-11T06:35:07.413Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?depth=0|INFO|500||Invoke
2022-01-11T06:35:07.458Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:35:07.546Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:35:07.547Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220111-06:35:07:464-99475], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:35:07 GMT], Content-Type=[application/json]}
2022-01-11T06:35:07.548Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80","ERR.5.4.6114"]}}}

2022-01-11T06:35:07.552Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec=ERR.5.4.6114)
2022-01-11T06:35:07.552Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:35:07.552Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec=ERR.5.4.6114)
2022-01-11T06:35:07.552Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec=ERR.5.4.6114)
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-11T06:35:07.556Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:35:07.556Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec=ERR.5.4.6114)
2022-01-11T06:35:07.556Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:35:07.556Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:07.557Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:07.558Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882907556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:35:07.658Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:07.659Z||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-11T06:35:07.659Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:07.677Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:07.678Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-11T06:35:32.098Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:35:32.098Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|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-11T06:35:32.098Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:35:32.101Z||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-11T06:35:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:32.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:32.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:35:32.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882872097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:35:32.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:35:32.724Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:32.726Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:35:32.726Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"db551539-44c1-4bbf-97a1-93f722cdf1b3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c0fb626b-d4a5-4e36-b34b-c64db90559ca","serviceDescription":"service","serviceInvariantUUID":"b143b8f3-4256-41b3-aa61-d5bfa80c0137","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b9e6c60-e566-4c46-af66-7a60adb8b802","resourceInvariantUUID":"dbc191bf-52b3-438e-b32d-6f42a58a49a3","resourceCustomizationUUID":"9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb","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":"MDhlZTA0ODE1NzUzNGE1NDBiNzE0MjRjYTA2YjEwZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"758fd8aa-6036-496a-97fe-928bc1d12605","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":"MDRjNWZkNzU5NmE1MWQ5YmNjODIzMmJkNDczMzZkYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"daef105b-6644-4090-8f69-8feb941fc501","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":"28bba306-4451-430a-8234-198b6f5c5829","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":"91aa397e-edf2-4c72-8614-8bae487c7985","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":"f8579313-cad0-4c0a-8d41-7ca46b93ec65","artifactVersion":"2","generatedFromUUID":"28bba306-4451-430a-8234-198b6f5c5829"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Yzg5ZDcxNzc0OTAyYTM3ODM3Y2M0OTc3ODRjN2Q0Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6308356f-2306-4b73-b75c-b9d05cca12d5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGY1MmE1NjhhZDIxODc1MjQ5MGU4ZGNkYzkyNjY5ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2bb8f11-b200-45a9-9d52-4453e9e31aad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:35:32.728Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:32.728Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:32.730Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:32.730Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:35:32.831Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:35:32.831Z||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-11T06:35:32.831Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:32.845Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:32.846Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:33.731Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:33.732Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:33.734Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:33.734Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:35:33.834Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:33.835Z||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-11T06:35:33.835Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:33.850Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:33.850Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:34.735Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:34.736Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:34.738Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:34.738Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:35:34.839Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:34.839Z||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-11T06:35:34.840Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:34.856Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:34.856Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:35.739Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:35.740Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:35.742Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:35.742Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:35:35.842Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:35.843Z||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-11T06:35:35.843Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:35.857Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:35.857Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:36.743Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:36.744Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:36.746Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:36.746Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:35:36.846Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:36.847Z||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-11T06:35:36.847Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:36.859Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:36.860Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:37.746Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:37.747Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:37.749Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:37.749Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:35:37.849Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:37.850Z||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-11T06:35:37.850Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:37.869Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:37.869Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:38.750Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:35:38.751Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:38.753Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:38.753Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:35:38.854Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:38.855Z||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-11T06:35:38.855Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:38.870Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:38.870Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:39.755Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c0fb626b-d4a5-4e36-b34b-c64db90559ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b143b8f3-4256-41b3-aa61-d5bfa80c0137",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b9e6c60-e566-4c46-af66-7a60adb8b802",
      "resourceInvariantUUID": "dbc191bf-52b3-438e-b32d-6f42a58a49a3",
      "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": "MDRjNWZkNzU5NmE1MWQ5YmNjODIzMmJkNDczMzZkYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "daef105b-6644-4090-8f69-8feb941fc501",
          "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": "28bba306-4451-430a-8234-198b6f5c5829",
          "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": "f8579313-cad0-4c0a-8d41-7ca46b93ec65",
            "generatedFromUUID": "28bba306-4451-430a-8234-198b6f5c5829"
          },
          "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": "f8579313-cad0-4c0a-8d41-7ca46b93ec65",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGY1MmE1NjhhZDIxODc1MjQ5MGU4ZGNkYzkyNjY5ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2bb8f11-b200-45a9-9d52-4453e9e31aad"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:35:39.755Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:35:39.755Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0fb626b-d4a5-4e36-b34b-c64db90559ca ASDC
2022-01-11T06:35:39.756Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:db551539-44c1-4bbf-97a1-93f722cdf1b3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c0fb626b-d4a5-4e36-b34b-c64db90559ca
ServiceInvariantUUID:b143b8f3-4256-41b3-aa61-d5bfa80c0137
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:b2bb8f11-b200-45a9-9d52-4453e9e31aad
ArtifactChecksum:NGY1MmE1NjhhZDIxODc1MjQ5MGU4ZGNkYzkyNjY5ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb
ResourceInvariantUUID:dbc191bf-52b3-438e-b32d-6f42a58a49a3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3b9e6c60-e566-4c46-af66-7a60adb8b802
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:daef105b-6644-4090-8f69-8feb941fc501
ArtifactChecksum:MDRjNWZkNzU5NmE1MWQ5YmNjODIzMmJkNDczMzZkYjE=
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:28bba306-4451-430a-8234-198b6f5c5829
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:f8579313-cad0-4c0a-8d41-7ca46b93ec65
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:f8579313-cad0-4c0a-8d41-7ca46b93ec65
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-11T06:35:39.756Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0fb626b-d4a5-4e36-b34b-c64db90559ca 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-11T06:35:39.780Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:35:39.781Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:35:39.781Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:35:39.781Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b2bb8f11-b200-45a9-9d52-4453e9e31aad from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-11T06:35:39.781Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:35:39.781Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-11T06:35:39.981Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:35:39.985Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b2bb8f11-b200-45a9-9d52-4453e9e31aad 71034
2022-01-11T06:35:39.986Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-11T06:35:39.986Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-11T06:35:39.986Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:35:39.986Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:39.987Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:39.987Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882939986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:35:40.088Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:40.089Z||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-11T06:35:40.089Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:40.103Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:40.103Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:35:40.988Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:35:40.989Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:35:40.989Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b2bb8f11-b200-45a9-9d52-4453e9e31aad, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:40.989Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-11T06:35:40.990Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:40.990Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.112Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14347669970264472466/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-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.969Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.970Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.971Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:41.972Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ce5f487d-9cd0-4e7d-95d8-1f80a367efd3
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:41.973Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c0fb626b-d4a5-4e36-b34b-c64db90559ca
Model Version:NULL
Model InvariantUuid:b143b8f3-4256-41b3-aa61-d5bfa80c0137
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:65650ae9-ecea-45e4-91cc-e5b034b45e8e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dbc191bf-52b3-438e-b32d-6f42a58a49a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f29b952-69c7-4b8e-9fce-870e9a5360c1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:07d7f10d-b9f9-4a7d-a9ff-b9952cb71f3b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce5f487d-9cd0-4e7d-95d8-1f80a367efd3
ModelInvariantUuid:3c978b9c-e547-4846-a78e-7d613bec8ba3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:89db7c59-f2a8-4198-8740-e92407b0e5fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a62423e7-cd32-47c0-86c8-44dae2df15fd
ModelInvariantUuid:bb709dec-5309-480d-9e50-a59b832a6c1f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:627b1894-d37e-4435-b948-c6323cd9646b
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-11T06:35:41.979Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b9e6c60-e566-4c46-af66-7a60adb8b802
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-11T06:35:41.982Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-01-11T06:35:41.982Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b9e6c60-e566-4c46-af66-7a60adb8b802
2022-01-11T06:35:41.982Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daef105b-6644-4090-8f69-8feb941fc501 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-11T06:35:41.982Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:35:41.982Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-11T06:35:42.370Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:35:42.371Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json daef105b-6644-4090-8f69-8feb941fc501 787
2022-01-11T06:35:42.371Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-11T06:35:42.371Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-11T06:35:42.371Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:35:42.371Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:42.373Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:42.374Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882942371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:35:42.474Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:42.475Z||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-11T06:35:42.475Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:42.489Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:42.490Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:43.374Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4f29b952-69c7-4b8e-9fce-870e9a5360c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07d7f10d-b9f9-4a7d-a9ff-b9952cb71f3b",
    "vfModuleModelCustomizationUUID": "4d02f7e5-af1f-46d2-b5aa-7b1476561d82",
    "isBase": true,
    "artifacts": [
      "28bba306-4451-430a-8234-198b6f5c5829",
      "f8579313-cad0-4c0a-8d41-7ca46b93ec65"
    ],
    "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-11T06:35:43.379Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07d7f10d-b9f9-4a7d-a9ff-b9952cb71f3b
VfModuleModelInvariantUUID:4f29b952-69c7-4b8e-9fce-870e9a5360c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
28bba306-4451-430a-8234-198b6f5c5829
,
f8579313-cad0-4c0a-8d41-7ca46b93ec65

}
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-11T06:35:43.381Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4f29b952-69c7-4b8e-9fce-870e9a5360c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07d7f10d-b9f9-4a7d-a9ff-b9952cb71f3b",
    "vfModuleModelCustomizationUUID": "4d02f7e5-af1f-46d2-b5aa-7b1476561d82",
    "isBase": true,
    "artifacts": [
      "28bba306-4451-430a-8234-198b6f5c5829",
      "f8579313-cad0-4c0a-8d41-7ca46b93ec65"
    ],
    "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-11T06:35:43.382Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07d7f10d-b9f9-4a7d-a9ff-b9952cb71f3b
VfModuleModelInvariantUUID:4f29b952-69c7-4b8e-9fce-870e9a5360c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
28bba306-4451-430a-8234-198b6f5c5829
,
f8579313-cad0-4c0a-8d41-7ca46b93ec65

}
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-11T06:35:43.382Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28bba306-4451-430a-8234-198b6f5c5829 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-11T06:35:43.382Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:35:43.382Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-11T06:35:43.568Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:35:43.569Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 28bba306-4451-430a-8234-198b6f5c5829 5033
2022-01-11T06:35:43.569Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-11T06:35:43.569Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-11T06:35:43.569Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:35:43.569Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:43.571Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:43.571Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882943569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:35:43.672Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:43.673Z||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-11T06:35:43.673Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:43.688Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:43.688Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:44.573Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8579313-cad0-4c0a-8d41-7ca46b93ec65 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-11T06:35:44.573Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:35:44.573Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-11T06:35:44.691Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:35:44.691Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f8579313-cad0-4c0a-8d41-7ca46b93ec65 903
2022-01-11T06:35:44.691Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-11T06:35:44.692Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-11T06:35:44.692Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:35:44.692Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:44.694Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:44.695Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882944691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:35:44.795Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:44.796Z||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-11T06:35:44.796Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:44.810Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:44.810Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:45.695Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c0fb626b-d4a5-4e36-b34b-c64db90559ca
2022-01-11T06:35:45.697Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3b9e6c60-e566-4c46-af66-7a60adb8b802 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-11T06:35:45.708Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38473c1c, org.onap.sdc.toscaparser.api.parameters.Input@325b191e, org.onap.sdc.toscaparser.api.parameters.Input@1f50c816, org.onap.sdc.toscaparser.api.parameters.Input@34cd219, org.onap.sdc.toscaparser.api.parameters.Input@2eab9b0]
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb matches Tosca VF Customization UUID: 9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb
2022-01-11T06:35:45.709Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb  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-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb: {\"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-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1efdd641
2022-01-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.711Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:35:45.712Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d02f7e5-af1f-46d2-b5aa-7b1476561d82
2022-01-11T06:35:45.712Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d02f7e5-af1f-46d2-b5aa-7b1476561d82
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-11T06:35:45.713Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.713Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:45.713Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:45.713Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:35:45.714Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ce5f487d-9cd0-4e7d-95d8-1f80a367efd3
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-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-11T06:35:45.716Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9f8c9a2e-7cad-4f2d-91ce-0601ea6a17cb
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-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c0fb626b-d4a5-4e36-b34b-c64db90559ca: basic_vm
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.718Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.719Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.719Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.719Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:35:45.719Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:35:45.719Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:35:45.783Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3b9e6c60-e566-4c46-af66-7a60adb8b802 1 ASDC deployResourceStructure
2022-01-11T06:35:45.783Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-11T06:35:45.783Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-11T06:35:45.783Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:35:45.783Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:45.785Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:45.785Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882945783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:35:45.886Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:35:45.887Z||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-11T06:35:45.887Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:45.900Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:45.901Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:46.786Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-11T06:35:46.787Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-11T06:35:46.787Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:35:46.787Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:46.789Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:46.789Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882946786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:35:46.890Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:46.890Z||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-11T06:35:46.890Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:46.904Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:46.904Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:47.790Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-11T06:35:47.791Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-11T06:35:47.791Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:35:47.791Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:47.793Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:47.794Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882947790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:35:47.894Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:35:47.895Z||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-11T06:35:47.895Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:47.908Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:47.908Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:48.796Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-11T06:35:48.796Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-11T06:35:48.796Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:35:48.797Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:35:48.799Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:35:48.799Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882948795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:35:48.899Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:35:48.900Z||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-11T06:35:48.900Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:35:48.913Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:35:48.913Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:35:49.800Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:35:49.810Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:35:49.812Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:35:49.812Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:35:49.812Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:36:19.812Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:36:19.820Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:36:19.822Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:36:19.822Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:36:19.822Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:36:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:36:32.101Z||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-11T06:36:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:36:32.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:36:32.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882872097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882874863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882876339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882907556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4a4a679d-beea-4cd6-bf57-d367c2a9ed09 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/94dd71a9-d569-4401-89c5-da5009844a0a/model-vers/model-ver/660b8697-7973-45e7-a06f-c76babd68b80) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882901282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882899377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882898376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882904447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882915475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882915482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882915479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "cds",
  "timestamp": 1641882916486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:36:32.151Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.151Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882916482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882916671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "policy-id",
  "timestamp": 1641882917485,
  "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-11T06:36:32.162Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.162Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882917723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882911812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882918743,
  "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-11T06:36:32.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.175Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882912395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882912894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882919550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882919747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "dcae-sch",
  "timestamp": 1641882913570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882920612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882922503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882923508,
  "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-11T06:36:32.191Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.191Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882923918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "aai-ml",
  "timestamp": 1641882924922,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:36:32.202Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.202Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882917488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882918487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882926257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882926265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882927252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882927678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:36:32.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "cds",
  "timestamp": 1641882928267,
  "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-11T06:36:32.220Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:36:32.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:36:32.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882928255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:36:32.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "clamp",
  "timestamp": 1641882928681,
  "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-11T06:36:32.231Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db551539-44c1-4bbf-97a1-93f722cdf1b3
2022-01-11T06:36:32.231Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:36:32.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882921282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:36:32.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:36:32.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "policy-id",
  "timestamp": 1641882929257,
  "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-11T06:36:32.242Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:36:32.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:36:32.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882930166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:32.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:36:32.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882931282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:36:32.250Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:36:49.822Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:36:49.833Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:36:49.837Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:36:49.838Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:36:49.838Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:36:49.838Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:36:49.838Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:36:49.839Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:36:49.843Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:37:19.843Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db551539-44c1-4bbf-97a1-93f722cdf1b3 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-11T06:37:19.848Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db551539-44c1-4bbf-97a1-93f722cdf1b3 and serviceModelVersionId: c0fb626b-d4a5-4e36-b34b-c64db90559ca
2022-01-11T06:37:19.848Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b143b8f3-4256-41b3-aa61-d5bfa80c0137
2022-01-11T06:37:19.849Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?depth=0
2022-01-11T06:37:19.854Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:37:19.882Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?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-11T06:37:19.883Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?depth=0|INFO|500||Invoke
2022-01-11T06:37:19.900Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:37:19.926Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:37:19.927Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:37:19:906-88169], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:37:19 GMT], Content-Type=[application/json]}
2022-01-11T06:37:19.927Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca","ERR.5.4.6114"]}}}

2022-01-11T06:37:19.930Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=db551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec=ERR.5.4.6114)
2022-01-11T06:37:19.931Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:37:19.931Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec=ERR.5.4.6114)
2022-01-11T06:37:19.931Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=db551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec=ERR.5.4.6114)
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-11T06:37:20.535Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:37:20.535Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db551539-44c1-4bbf-97a1-93f722cdf1b3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=db551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec=ERR.5.4.6114)
2022-01-11T06:37:20.535Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:37:20.535Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:20.537Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:20.538Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883040535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddb551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:37:20.638Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:20.639Z||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-11T06:37:20.639Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:20.658Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:20.659Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-11T06:37:21.550Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:37:21.550Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46844198-91a3-4075-a69e-feb7dff7c8ab","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b96e9e8b-8584-4e8a-9e61-1bae952e218f","serviceDescription":"service","serviceInvariantUUID":"9d3cc37a-9fe8-44b1-abef-85271eeac9ad","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c43ff505-f38e-47cd-a3e2-f4cf6abde1fe","resourceInvariantUUID":"56a3b22f-e620-4377-a8cf-9bde31b56cc8","resourceCustomizationUUID":"d62549a0-2a52-48d1-a549-fc94ed62ac09","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":"ZGJhN2ZkYzhhMDQ5NzY2Zjc2YTk5MjIzZjc2MTZjYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5317f5f-053a-4764-b60c-c82438dce9e2","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":"YzYzMTI4YjA2ODI3OGE1NWIzZDE0ZTVkMmQ0MGE4OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"675650d9-d8ce-4b2f-ab06-50a036e59377","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":"213aeeda-2631-446d-985a-1faf2774ca50","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":"a5e40555-e6c6-4ece-a910-afa5c485e1f9","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":"ee909a6b-2427-4908-86ce-591479221073","artifactVersion":"2","generatedFromUUID":"213aeeda-2631-446d-985a-1faf2774ca50"},{"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":"ODI3ZDMwNzZjMmQ0ZTNhYTlhY2Q5NzEzNTg3ZWM3MTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"71e51a9f-dd74-4b45-856c-aa2c27bb5847","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":"N2E0NTdkYjViM2JlZjMxNDM2MmE3NjM4NGYyZmI2ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10b7a75f-9c6a-44ca-b96c-710857fd80d7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmQ1M2JjMTIxNjQyZWNiMDA0ZWFiNzA2N2IwOWIwYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e289c969-5476-4e53-a533-eaca08bb161e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:37:21.550Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:21.551Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:21.552Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:21.553Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:37:21.653Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:21.654Z||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-11T06:37:21.654Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:21.668Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:21.668Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:22.553Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:22.554Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:22.555Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:22.555Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:37:22.656Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:37:22.656Z||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-11T06:37:22.656Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:22.671Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:22.672Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:23.556Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:23.556Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:23.558Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:23.558Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:37:23.659Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:23.659Z||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-11T06:37:23.660Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:23.674Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:23.674Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:24.559Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:24.560Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:24.562Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:24.563Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:37:24.663Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:24.663Z||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-11T06:37:24.664Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:24.679Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:24.679Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:25.563Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:25.564Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:25.566Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:25.567Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:37:25.667Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:25.668Z||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-11T06:37:25.668Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:25.679Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:25.679Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:26.567Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:26.568Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:26.571Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:26.571Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:37:26.671Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:26.672Z||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-11T06:37:26.672Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:26.687Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:26.688Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:27.571Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:27.572Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:27.574Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:27.575Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:37:27.675Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:27.675Z||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-11T06:37:27.676Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:27.690Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:27.690Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:28.575Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:37:28.575Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:28.578Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:28.578Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:37:28.678Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:28.679Z||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-11T06:37:28.679Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:28.694Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:28.694Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:29.579Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b96e9e8b-8584-4e8a-9e61-1bae952e218f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9d3cc37a-9fe8-44b1-abef-85271eeac9ad",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d62549a0-2a52-48d1-a549-fc94ed62ac09",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c43ff505-f38e-47cd-a3e2-f4cf6abde1fe",
      "resourceInvariantUUID": "56a3b22f-e620-4377-a8cf-9bde31b56cc8",
      "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": "YzYzMTI4YjA2ODI3OGE1NWIzZDE0ZTVkMmQ0MGE4OGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "675650d9-d8ce-4b2f-ab06-50a036e59377",
          "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": "213aeeda-2631-446d-985a-1faf2774ca50",
          "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": "ee909a6b-2427-4908-86ce-591479221073",
            "generatedFromUUID": "213aeeda-2631-446d-985a-1faf2774ca50"
          },
          "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": "ee909a6b-2427-4908-86ce-591479221073",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmQ1M2JjMTIxNjQyZWNiMDA0ZWFiNzA2N2IwOWIwYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e289c969-5476-4e53-a533-eaca08bb161e"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:37:29.579Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:37:29.580Z|db551539-44c1-4bbf-97a1-93f722cdf1b3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b96e9e8b-8584-4e8a-9e61-1bae952e218f ASDC
2022-01-11T06:37:29.580Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46844198-91a3-4075-a69e-feb7dff7c8ab
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b96e9e8b-8584-4e8a-9e61-1bae952e218f
ServiceInvariantUUID:9d3cc37a-9fe8-44b1-abef-85271eeac9ad
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:e289c969-5476-4e53-a533-eaca08bb161e
ArtifactChecksum:YmQ1M2JjMTIxNjQyZWNiMDA0ZWFiNzA2N2IwOWIwYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d62549a0-2a52-48d1-a549-fc94ed62ac09
ResourceInvariantUUID:56a3b22f-e620-4377-a8cf-9bde31b56cc8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c43ff505-f38e-47cd-a3e2-f4cf6abde1fe
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:675650d9-d8ce-4b2f-ab06-50a036e59377
ArtifactChecksum:YzYzMTI4YjA2ODI3OGE1NWIzZDE0ZTVkMmQ0MGE4OGM=
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:213aeeda-2631-446d-985a-1faf2774ca50
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:ee909a6b-2427-4908-86ce-591479221073
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:ee909a6b-2427-4908-86ce-591479221073
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-11T06:37:29.581Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b96e9e8b-8584-4e8a-9e61-1bae952e218f 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-11T06:37:29.608Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:37:29.609Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:37:29.609Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:37:29.610Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e289c969-5476-4e53-a533-eaca08bb161e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-11T06:37:29.610Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:37:29.610Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-11T06:37:29.691Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:37:29.694Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e289c969-5476-4e53-a533-eaca08bb161e 78780
2022-01-11T06:37:29.695Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:29.695Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:29.695Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:37:29.695Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:29.697Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:29.697Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883049695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:37:29.797Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:29.798Z||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-11T06:37:29.798Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:29.812Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:29.812Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:37:30.697Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:37:30.699Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:37:30.700Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e289c969-5476-4e53-a533-eaca08bb161e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:30.700Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-11T06:37:30.701Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:30.701Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:30.806Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7547241010578020824/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-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:31.652Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:31.653Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-11T06:37:31.655Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f51a56d-4afa-46b9-9081-420adb4aa61d
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:31.656Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b96e9e8b-8584-4e8a-9e61-1bae952e218f
Model Version:NULL
Model InvariantUuid:9d3cc37a-9fe8-44b1-abef-85271eeac9ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:375df91b-c931-48b0-a146-3e169961b3d2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56a3b22f-e620-4377-a8cf-9bde31b56cc8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d62549a0-2a52-48d1-a549-fc94ed62ac09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ddd9f2b2-27f2-445e-a44c-c234f717fbd4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:620af755-1496-4a43-8e3d-35367b8adcaf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f51a56d-4afa-46b9-9081-420adb4aa61d
ModelInvariantUuid:4016c8b7-2f67-478f-95cf-b19cea2e994a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:41e7077c-008d-4e3b-bdb3-799811ceb73c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:af7159b4-9a55-4a14-af42-68ed30ab4554
ModelInvariantUuid:14540570-d768-4ab5-88dc-fcab0616af58
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:059356f1-5301-4c46-a116-5a7c1ca6de98
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-11T06:37:31.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c43ff505-f38e-47cd-a3e2-f4cf6abde1fe
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-11T06:37:31.663Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-01-11T06:37:31.663Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c43ff505-f38e-47cd-a3e2-f4cf6abde1fe
2022-01-11T06:37:31.663Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 675650d9-d8ce-4b2f-ab06-50a036e59377 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-11T06:37:31.663Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:37:31.663Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:31.708Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:37:31.708Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 675650d9-d8ce-4b2f-ab06-50a036e59377 792
2022-01-11T06:37:31.708Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:31.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:31.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:37:31.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:31.711Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:31.711Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883051708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:37:31.812Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:37:31.813Z||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-11T06:37:31.813Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:31.827Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:31.828Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:37:32.101Z||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-11T06:37:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:32.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:32.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T06:37:32.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882932476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:37:32.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:37:32.712Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ddd9f2b2-27f2-445e-a44c-c234f717fbd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "620af755-1496-4a43-8e3d-35367b8adcaf",
    "vfModuleModelCustomizationUUID": "66c9cfec-330f-4997-be0e-c5f6059407be",
    "isBase": true,
    "artifacts": [
      "213aeeda-2631-446d-985a-1faf2774ca50",
      "ee909a6b-2427-4908-86ce-591479221073"
    ],
    "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-11T06:37:32.716Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:620af755-1496-4a43-8e3d-35367b8adcaf
VfModuleModelInvariantUUID:ddd9f2b2-27f2-445e-a44c-c234f717fbd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
213aeeda-2631-446d-985a-1faf2774ca50
,
ee909a6b-2427-4908-86ce-591479221073

}
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-11T06:37:32.719Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ddd9f2b2-27f2-445e-a44c-c234f717fbd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "620af755-1496-4a43-8e3d-35367b8adcaf",
    "vfModuleModelCustomizationUUID": "66c9cfec-330f-4997-be0e-c5f6059407be",
    "isBase": true,
    "artifacts": [
      "213aeeda-2631-446d-985a-1faf2774ca50",
      "ee909a6b-2427-4908-86ce-591479221073"
    ],
    "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-11T06:37:32.719Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:620af755-1496-4a43-8e3d-35367b8adcaf
VfModuleModelInvariantUUID:ddd9f2b2-27f2-445e-a44c-c234f717fbd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
213aeeda-2631-446d-985a-1faf2774ca50
,
ee909a6b-2427-4908-86ce-591479221073

}
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-11T06:37:32.719Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 213aeeda-2631-446d-985a-1faf2774ca50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-11T06:37:32.719Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:37:32.719Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:32.790Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:37:32.791Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 213aeeda-2631-446d-985a-1faf2774ca50 5033
2022-01-11T06:37:32.791Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:32.791Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:32.791Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:37:32.791Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:32.793Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:32.793Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883052791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:37:32.894Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:32.894Z||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-11T06:37:32.895Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:32.906Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:32.906Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:33.794Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee909a6b-2427-4908-86ce-591479221073 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-11T06:37:33.794Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:37:33.795Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:33.842Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:37:33.842Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ee909a6b-2427-4908-86ce-591479221073 903
2022-01-11T06:37:33.842Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:33.842Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:33.842Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:37:33.843Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:33.845Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:33.845Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883053842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:37:33.945Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:33.946Z||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-11T06:37:33.947Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:33.960Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:33.961Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:34.845Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b96e9e8b-8584-4e8a-9e61-1bae952e218f
2022-01-11T06:37:34.846Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c43ff505-f38e-47cd-a3e2-f4cf6abde1fe 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-11T06:37:34.858Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42a3037c, org.onap.sdc.toscaparser.api.parameters.Input@5dd5e057, org.onap.sdc.toscaparser.api.parameters.Input@63fd6623, org.onap.sdc.toscaparser.api.parameters.Input@646cb143, org.onap.sdc.toscaparser.api.parameters.Input@3e8ee651]
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d62549a0-2a52-48d1-a549-fc94ed62ac09
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d62549a0-2a52-48d1-a549-fc94ed62ac09 matches Tosca VF Customization UUID: d62549a0-2a52-48d1-a549-fc94ed62ac09
2022-01-11T06:37:34.859Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d62549a0-2a52-48d1-a549-fc94ed62ac09  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-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d62549a0-2a52-48d1-a549-fc94ed62ac09: {\"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-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45889220
2022-01-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:37:34.861Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66c9cfec-330f-4997-be0e-c5f6059407be
2022-01-11T06:37:34.862Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66c9cfec-330f-4997-be0e-c5f6059407be
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-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:34.863Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:34.864Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.864Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-11T06:37:34.864Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-11T06:37:34.864Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-11T06:37:34.864Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f51a56d-4afa-46b9-9081-420adb4aa61d
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-11T06:37:34.865Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.865Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:34.866Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:37:34.866Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.866Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-11T06:37:34.866Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d62549a0-2a52-48d1-a549-fc94ed62ac09
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-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b96e9e8b-8584-4e8a-9e61-1bae952e218f: basic_vm_macro
2022-01-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.867Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:37:34.868Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:34.928Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c43ff505-f38e-47cd-a3e2-f4cf6abde1fe 1 ASDC deployResourceStructure
2022-01-11T06:37:34.929Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:34.929Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:34.929Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:37:34.929Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:34.931Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:34.931Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883054929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:37:35.031Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:35.032Z||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-11T06:37:35.032Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:35.047Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:35.047Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:35.931Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:35.932Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:35.932Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:37:35.932Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:35.934Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:35.934Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883055931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:37:36.035Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:37:36.036Z||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-11T06:37:36.036Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:36.049Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:36.050Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:36.935Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:36.936Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:36.936Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:37:36.936Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:36.938Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:36.938Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883056935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:37:37.039Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:37.039Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-11T06:37:37.039Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:37.053Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:37.054Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:37.939Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:37.939Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||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-11T06:37:37.939Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:37:37.940Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:37:37.941Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:37:37.941Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883057939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:37:38.042Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:37:38.043Z||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-11T06:37:38.043Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:37:38.056Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:37:38.056Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:37:38.942Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:37:38.951Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:37:38.954Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:37:38.954Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:37:38.954Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:38:08.955Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:38:08.965Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:38:08.969Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:38:08.969Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:38:08.969Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:38:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:38:32.101Z||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-11T06:38:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:38:32.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:38:32.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882933496,
  "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-11T06:38:32.146Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:38:32.146Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882934500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882939986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "dcae-sch",
  "timestamp": 1641882933570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882942371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882943569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882944691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882945783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882946786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882947790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882948795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882941812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882942894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882950554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882951636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882951675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882953597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882954600,
  "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-11T06:38:32.168Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:38:32.169Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:38:32.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882954678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882954754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "clamp",
  "timestamp": 1641882955681,
  "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-11T06:38:32.179Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:38:32.179Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:38:32.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "aai-ml",
  "timestamp": 1641882955760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:38:32.188Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 46844198-91a3-4075-a69e-feb7dff7c8ab
2022-01-11T06:38:32.188Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882944377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641882952395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882960585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882953570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "cds",
  "timestamp": 1641882961590,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:38:32.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.206Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882963090,
  "artifactURL": "/sdc/v1/catalog/services/28e3ec89-1c80-4edc-aecb-9a1875fe8466/resourceInstances/basicclamp0/artifacts/464877dc-5706-48e7-9172-a6b9b2840320",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882964383,
  "artifactURL": "/sdc/v1/catalog/services/28e3ec89-1c80-4edc-aecb-9a1875fe8466/resourceInstances/basicclamp0/artifacts/464877dc-5706-48e7-9172-a6b9b2840320",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "dcae-sch",
  "timestamp": 1641882965386,
  "artifactURL": "/sdc/v1/catalog/services/28e3ec89-1c80-4edc-aecb-9a1875fe8466/resourceInstances/basicclamp0/artifacts/464877dc-5706-48e7-9172-a6b9b2840320",
  "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=?
2022-01-11T06:38:32.217Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.217Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882958376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882967157,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882968161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882961282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "policy-id",
  "timestamp": 1641882969163,
  "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-11T06:38:32.227Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.227Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882970080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882971369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882964447,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882972582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882973606,
  "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-11T06:38:32.238Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.238Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641882974609,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882978679,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882971812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882979682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882980535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882972894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882981604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882983453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882983775,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641882984456,
  "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-11T06:38:32.251Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.251Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882984628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882984779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "aai-ml",
  "timestamp": 1641882985631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:38:32.261Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.261Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:32.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:38:32.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "clamp",
  "timestamp": 1641882985781,
  "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-11T06:38:32.269Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7234277e-960a-4ac6-9f73-2cb02dd9c50e
2022-01-11T06:38:32.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:38:38.969Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:38:38.982Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:38:38.984Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:38:38.989Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:39:08.989Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46844198-91a3-4075-a69e-feb7dff7c8ab 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-11T06:39:08.994Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46844198-91a3-4075-a69e-feb7dff7c8ab and serviceModelVersionId: b96e9e8b-8584-4e8a-9e61-1bae952e218f
2022-01-11T06:39:08.994Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d3cc37a-9fe8-44b1-abef-85271eeac9ad
2022-01-11T06:39:08.995Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0
2022-01-11T06:39:09.001Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:39:09.030Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0|INFO|500||Invoke
2022-01-11T06:39:09.030Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46844198-91a3-4075-a69e-feb7dff7c8ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab6a1f2f-1b58-4262-961e-2aa4912e5615], X-ECOMP-RequestID=[46844198-91a3-4075-a69e-feb7dff7c8ab], X-TransactionId=[], X-ONAP-RequestID=[46844198-91a3-4075-a69e-feb7dff7c8ab], Content-Type=[application/merge-patch+json]}
2022-01-11T06:39:09.050Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:39:09.076Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?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/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220111-06:39:09:056-16197], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:39:09 GMT], Content-Type=[application/json]}
2022-01-11T06:39:09.077Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f","ERR.5.4.6114"]}}}

2022-01-11T06:39:09.077Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:39:09.081Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec=ERR.5.4.6114)
2022-01-11T06:39:09.081Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:39:09.081Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec=ERR.5.4.6114)
2022-01-11T06:39:09.081Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec=ERR.5.4.6114)
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-11T06:39:09.085Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:39:09.085Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46844198-91a3-4075-a69e-feb7dff7c8ab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec=ERR.5.4.6114)
2022-01-11T06:39:09.085Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:39:09.086Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:09.087Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:09.088Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883149085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:39:09.188Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:39:09.188Z||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-11T06:39:09.189Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:09.207Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:09.207Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 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-11T06:39:10.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:39:10.102Z||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-11T06:39:10.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:14.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:14.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-11T06:39:14.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7234277e-960a-4ac6-9f73-2cb02dd9c50e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"28e3ec89-1c80-4edc-aecb-9a1875fe8466","serviceDescription":"service","serviceInvariantUUID":"3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be3b2b21-3392-49ab-a607-2f0c2a7eea9f","resourceInvariantUUID":"5ba5bd0d-bc41-4e93-83f4-910757e983b6","resourceCustomizationUUID":"0ced3881-01e9-4abb-8a35-4557291f2ea5","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":"464877dc-5706-48e7-9172-a6b9b2840320","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":"ODVjZmFkZTdkYTZkODk0MTE2MjVlYjE4NTY3ODk0Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"385e6f69-5705-4865-9afa-8bab9e872bfe","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":"ODg0MzA5NDFkNTAzYTBkMTU2NDRkZDljMTI4MDY5MWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a8c557b-7b57-40a7-8ac2-dca70875dbd5","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":"1365713c-bb7b-482c-a5e7-aa87b4332ae3","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":"fa9fe0a3-0403-4689-bd22-26a1b43f6a2f","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":"27f91a04-0477-4f32-aa49-b5a897f467a7","artifactVersion":"2","generatedFromUUID":"1365713c-bb7b-482c-a5e7-aa87b4332ae3"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWI1MzZhZTllNzFiNjAwYTVhMDc5ZWY4NDdmYTBmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1307150-cfce-41de-b5c1-992d1837d29a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmQxZmVjNmNjMWRhMWY2M2IzZDczZDdiZjVkZGUzYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6ff0f04-07c4-4a1d-9b34-d511b99659da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:39:14.938Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:14.938Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:14.941Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:14.941Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:15.041Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:15.041Z||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-11T06:39:15.042Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:15.062Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:15.062Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:39:15.941Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:15.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:15.945Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:15.945Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:16.045Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:16.046Z||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-11T06:39:16.046Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:16.060Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:16.060Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:16.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:16.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:16.948Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:16.949Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:39:17.049Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:17.049Z||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-11T06:39:17.050Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:17.064Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:17.064Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:17.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:17.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:17.952Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:17.952Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:39:18.052Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:18.053Z||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-11T06:39:18.053Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:18.066Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:18.067Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:18.953Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:18.954Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:18.956Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:18.956Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:19.057Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:39:19.057Z||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-11T06:39:19.058Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:19.070Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:19.071Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:19.957Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:19.958Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:19.960Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:19.960Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-11T06:39:20.060Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:20.061Z||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-11T06:39:20.061Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:20.074Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:20.074Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:20.960Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:20.961Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:20.963Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:20.963Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:21.063Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:21.064Z||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-11T06:39:21.064Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:21.078Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:21.079Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:39:21.964Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:39:21.965Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:21.967Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:21.967Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:39:22.067Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:22.068Z||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-11T06:39:22.068Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:22.082Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:22.082Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:22.968Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "28e3ec89-1c80-4edc-aecb-9a1875fe8466",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "0ced3881-01e9-4abb-8a35-4557291f2ea5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be3b2b21-3392-49ab-a607-2f0c2a7eea9f",
      "resourceInvariantUUID": "5ba5bd0d-bc41-4e93-83f4-910757e983b6",
      "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": "ODg0MzA5NDFkNTAzYTBkMTU2NDRkZDljMTI4MDY5MWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a8c557b-7b57-40a7-8ac2-dca70875dbd5",
          "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": "1365713c-bb7b-482c-a5e7-aa87b4332ae3",
          "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": "27f91a04-0477-4f32-aa49-b5a897f467a7",
            "generatedFromUUID": "1365713c-bb7b-482c-a5e7-aa87b4332ae3"
          },
          "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": "27f91a04-0477-4f32-aa49-b5a897f467a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MmQxZmVjNmNjMWRhMWY2M2IzZDczZDdiZjVkZGUzYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6ff0f04-07c4-4a1d-9b34-d511b99659da"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:39:22.968Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:39:22.968Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 28e3ec89-1c80-4edc-aecb-9a1875fe8466 ASDC
2022-01-11T06:39:22.969Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7234277e-960a-4ac6-9f73-2cb02dd9c50e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:28e3ec89-1c80-4edc-aecb-9a1875fe8466
ServiceInvariantUUID:3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f
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:f6ff0f04-07c4-4a1d-9b34-d511b99659da
ArtifactChecksum:MmQxZmVjNmNjMWRhMWY2M2IzZDczZDdiZjVkZGUzYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:0ced3881-01e9-4abb-8a35-4557291f2ea5
ResourceInvariantUUID:5ba5bd0d-bc41-4e93-83f4-910757e983b6
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:be3b2b21-3392-49ab-a607-2f0c2a7eea9f
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:5a8c557b-7b57-40a7-8ac2-dca70875dbd5
ArtifactChecksum:ODg0MzA5NDFkNTAzYTBkMTU2NDRkZDljMTI4MDY5MWI=
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:1365713c-bb7b-482c-a5e7-aa87b4332ae3
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:27f91a04-0477-4f32-aa49-b5a897f467a7
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:27f91a04-0477-4f32-aa49-b5a897f467a7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-11T06:39:22.969Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28e3ec89-1c80-4edc-aecb-9a1875fe8466 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-11T06:39:22.996Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:39:22.997Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:39:22.997Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:39:22.997Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6ff0f04-07c4-4a1d-9b34-d511b99659da from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-11T06:39:22.997Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:39:22.997Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:23.119Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:39:23.124Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f6ff0f04-07c4-4a1d-9b34-d511b99659da 73652
2022-01-11T06:39:23.124Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:23.124Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:23.124Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:39:23.125Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:23.126Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:23.127Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883163124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:23.227Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:23.228Z||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-11T06:39:23.228Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:23.242Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:23.242Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:24.127Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:39:24.128Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:39:24.129Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f6ff0f04-07c4-4a1d-9b34-d511b99659da, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-11T06:39:24.129Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-11T06:39:24.130Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-11T06:39:24.130Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-11T06:39:24.220Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14146343502382829422/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-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.085Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.086Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-11T06:39:25.087Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:25.088Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25ea1295-6865-4ae9-bc61-df4a31793612
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:25.089Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:25.090Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:28e3ec89-1c80-4edc-aecb-9a1875fe8466
Model Version:NULL
Model InvariantUuid:3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4cee2530-de9f-429c-a009-13b60b7dcc9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ba5bd0d-bc41-4e93-83f4-910757e983b6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ced3881-01e9-4abb-8a35-4557291f2ea5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f985e85-d887-4c22-b721-9868f737037b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f7c825da-232b-470e-afc8-160b03092b47
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:25ea1295-6865-4ae9-bc61-df4a31793612
ModelInvariantUuid:0d082349-1c9a-4ea4-8e42-269ec10f315a
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:ac11ee4e-eba3-4286-b9e3-71ba08d516e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:37c9bbcf-8ed8-4009-949d-2485b6d1fb82
ModelInvariantUuid:a2a3548b-1210-4926-ada2-464036c2aa9d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5ec49582-d73a-4a2f-837d-8a7dd0c189cc
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-11T06:39:25.095Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: be3b2b21-3392-49ab-a607-2f0c2a7eea9f
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-11T06:39:25.098Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-01-11T06:39:25.098Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be3b2b21-3392-49ab-a607-2f0c2a7eea9f
2022-01-11T06:39:25.098Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5a8c557b-7b57-40a7-8ac2-dca70875dbd5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-11T06:39:25.099Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:39:25.099Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.143Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:39:25.143Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5a8c557b-7b57-40a7-8ac2-dca70875dbd5 790
2022-01-11T06:39:25.143Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.143Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:25.143Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:39:25.144Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:25.145Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:25.146Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883165143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:25.246Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:25.247Z||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-11T06:39:25.247Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:25.262Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:25.262Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:26.146Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9f985e85-d887-4c22-b721-9868f737037b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7c825da-232b-470e-afc8-160b03092b47",
    "vfModuleModelCustomizationUUID": "6f7b4628-7c98-47ba-877f-2e40a1fff7b5",
    "isBase": true,
    "artifacts": [
      "1365713c-bb7b-482c-a5e7-aa87b4332ae3",
      "27f91a04-0477-4f32-aa49-b5a897f467a7"
    ],
    "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-11T06:39:26.149Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7c825da-232b-470e-afc8-160b03092b47
VfModuleModelInvariantUUID:9f985e85-d887-4c22-b721-9868f737037b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1365713c-bb7b-482c-a5e7-aa87b4332ae3
,
27f91a04-0477-4f32-aa49-b5a897f467a7

}
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-11T06:39:26.151Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9f985e85-d887-4c22-b721-9868f737037b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7c825da-232b-470e-afc8-160b03092b47",
    "vfModuleModelCustomizationUUID": "6f7b4628-7c98-47ba-877f-2e40a1fff7b5",
    "isBase": true,
    "artifacts": [
      "1365713c-bb7b-482c-a5e7-aa87b4332ae3",
      "27f91a04-0477-4f32-aa49-b5a897f467a7"
    ],
    "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-11T06:39:26.152Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7c825da-232b-470e-afc8-160b03092b47
VfModuleModelInvariantUUID:9f985e85-d887-4c22-b721-9868f737037b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1365713c-bb7b-482c-a5e7-aa87b4332ae3
,
27f91a04-0477-4f32-aa49-b5a897f467a7

}
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-11T06:39:26.152Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1365713c-bb7b-482c-a5e7-aa87b4332ae3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-11T06:39:26.152Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:39:26.152Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1365713c-bb7b-482c-a5e7-aa87b4332ae3 5033
2022-01-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:39:26.197Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:26.199Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:26.199Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883166197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:26.299Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:26.300Z||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-11T06:39:26.300Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:26.313Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:26.313Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:27.200Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27f91a04-0477-4f32-aa49-b5a897f467a7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-11T06:39:27.200Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:39:27.201Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:27.350Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:39:27.351Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 27f91a04-0477-4f32-aa49-b5a897f467a7 909
2022-01-11T06:39:27.351Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:27.351Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:27.351Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:39:27.351Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:27.353Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:27.353Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883167351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:27.454Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:27.454Z||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-11T06:39:27.455Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:27.470Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:27.470Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:28.354Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 28e3ec89-1c80-4edc-aecb-9a1875fe8466
2022-01-11T06:39:28.355Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 be3b2b21-3392-49ab-a607-2f0c2a7eea9f 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-11T06:39:28.369Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@302542a5, org.onap.sdc.toscaparser.api.parameters.Input@703bde79, org.onap.sdc.toscaparser.api.parameters.Input@4b7e2a38, org.onap.sdc.toscaparser.api.parameters.Input@45413657, org.onap.sdc.toscaparser.api.parameters.Input@5f6b6430]
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0ced3881-01e9-4abb-8a35-4557291f2ea5
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ced3881-01e9-4abb-8a35-4557291f2ea5 matches Tosca VF Customization UUID: 0ced3881-01e9-4abb-8a35-4557291f2ea5
2022-01-11T06:39:28.370Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0ced3881-01e9-4abb-8a35-4557291f2ea5  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-11T06:39:28.372Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.372Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.373Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0ced3881-01e9-4abb-8a35-4557291f2ea5: {\"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-11T06:39:28.373Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a70efb
2022-01-11T06:39:28.373Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.373Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:28.387Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f7b4628-7c98-47ba-877f-2e40a1fff7b5
2022-01-11T06:39:28.387Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f7b4628-7c98-47ba-877f-2e40a1fff7b5
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-11T06:39:28.390Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.391Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:28.391Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:28.391Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.391Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:28.391Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:28.392Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.392Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-11T06:39:28.392Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-11T06:39:28.392Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-11T06:39:28.392Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25ea1295-6865-4ae9-bc61-df4a31793612
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-11T06:39:28.394Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.394Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:28.394Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:39:28.394Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.395Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-11T06:39:28.395Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0ced3881-01e9-4abb-8a35-4557291f2ea5
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-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 28e3ec89-1c80-4edc-aecb-9a1875fe8466: basicclamp
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.398Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.399Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.399Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:28.399Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:39:28.399Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:39:28.399Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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 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-11T06:39:28.464Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp be3b2b21-3392-49ab-a607-2f0c2a7eea9f 1 ASDC deployResourceStructure
2022-01-11T06:39:28.464Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:28.464Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:28.464Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:39:28.465Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:28.466Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:28.466Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883168464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:39:28.567Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:28.567Z||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-11T06:39:28.567Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:28.582Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:28.582Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:29.467Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:29.467Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:29.467Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:39:29.468Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:29.470Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:29.470Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883169467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:39:29.570Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:29.571Z||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-11T06:39:29.571Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:29.585Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:29.586Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:30.470Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:30.471Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:30.471Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:39:30.472Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:30.473Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:30.474Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883170470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:39:30.574Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:30.575Z||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-11T06:39:30.575Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:30.589Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:30.589Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:31.474Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:31.475Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:39:31.475Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:39:31.475Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:39:31.478Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:39:31.478Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883171474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:39:31.578Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:39:31.578Z||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-11T06:39:31.579Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:31.593Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:31.594Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:39:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:39:32.101Z||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-11T06:39:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:39:32.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:39:32.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db551539-44c1-4bbf-97a1-93f722cdf1b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883040535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddb551539-44c1-4bbf-97a1-93f722cdf1b3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b143b8f3-4256-41b3-aa61-d5bfa80c0137/model-vers/model-ver/c0fb626b-d4a5-4e36-b34b-c64db90559ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:39:32.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:39:32.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:32.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-11T06:39:32.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641882932097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883049695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:39:32.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883051708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:39:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:39:32.478Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7234277e-960a-4ac6-9f73-2cb02dd9c50e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:39:32.491Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7234277e-960a-4ac6-9f73-2cb02dd9c50e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:39:32.494Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:39:32.498Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:40:02.498Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7234277e-960a-4ac6-9f73-2cb02dd9c50e 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-11T06:40:02.505Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7234277e-960a-4ac6-9f73-2cb02dd9c50e and serviceModelVersionId: 28e3ec89-1c80-4edc-aecb-9a1875fe8466
2022-01-11T06:40:02.505Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f
2022-01-11T06:40:02.506Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?depth=0
2022-01-11T06:40:02.511Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:40:02.539Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?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-11T06:40:02.539Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?depth=0|INFO|500||Invoke
2022-01-11T06:40:02.562Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:40:02.585Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:40:02.585Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:40:02:567-99600], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:40:02 GMT], Content-Type=[application/json]}
2022-01-11T06:40:02.586Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466","ERR.5.4.6114"]}}}

2022-01-11T06:40:02.589Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec=ERR.5.4.6114)
2022-01-11T06:40:02.590Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:40:02.590Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec=ERR.5.4.6114)
2022-01-11T06:40:02.590Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec=ERR.5.4.6114)
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-11T06:40:02.595Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|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-11T06:40:02.595Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7234277e-960a-4ac6-9f73-2cb02dd9c50e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec=ERR.5.4.6114)
2022-01-11T06:40:02.595Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:40:02.595Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:02.605Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:02.605Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883202595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:40:02.706Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:02.706Z||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-11T06:40:02.706Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:02.725Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:02.725Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 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-11T06:40:03.616Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-11T06:40:03.616Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"af6f3861-a5ae-491c-a7a4-2e007a54c3da","serviceDescription":"service","serviceInvariantUUID":"03e8822c-b26b-412b-acbd-529207af17f3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52e09e22-28f4-4143-beb8-2ac5592dfb3d","resourceInvariantUUID":"5286190b-e825-4c92-acb8-0624442ed1f6","resourceCustomizationUUID":"8bc0609b-5571-447f-9bf2-522174b6cfde","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":"YmIxMmYyMWUwNGY5NDNkNjcwOTQ4ZmJiOWVmYjkyZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71d07610-cf8b-492f-bf53-d222d967e4b0","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":"87e66c68-427f-4483-afe9-42c4f1bbdd5a","artifactVersion":"2","generatedFromUUID":"b8507059-3b59-42e3-ba17-8afcbb8124b4"},{"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":"b8507059-3b59-42e3-ba17-8afcbb8124b4","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":"N2I5Zjc0NTVlYTkxMmJjOTgyZTc0ZTdmNWEyOGMzMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a424999-3fac-4008-92db-4a791716d078","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":"068b1175-792a-4d07-84b2-1745d6eac3ef","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":"12e146ff-865f-4a3f-a71c-4d5887c7c18a","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":"c1314452-c016-4866-8910-751c139579ab","artifactVersion":"2","generatedFromUUID":"068b1175-792a-4d07-84b2-1745d6eac3ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjY0NjNmZDRlNmM0YWFiN2RiNTJlNTUxYzgwNDY5NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0cc935db-d260-42b5-99ee-c1bbb4c32a62","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y0OTBkOTM4ODNlMDBjYmJiN2YzNDgwNTA4ZWM5ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1d6055c-01e6-4ebc-a2a8-0de238956724","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:40:03.617Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:03.617Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:03.619Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:03.619Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:40:03.719Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:03.720Z||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-11T06:40:03.720Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:03.736Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:03.736Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:04.619Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:04.620Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:04.622Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:04.622Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-11T06:40:04.723Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:04.723Z||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-11T06:40:04.723Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:04.735Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:04.736Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:05.623Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:05.624Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:05.626Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:05.626Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-11T06:40:05.726Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:05.727Z||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-11T06:40:05.727Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:05.742Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:05.743Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:06.627Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:06.628Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:06.630Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:06.630Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:40:06.730Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:06.731Z||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-11T06:40:06.731Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:06.746Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:06.746Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:40:07.631Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:07.631Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:07.633Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:07.633Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:40:07.734Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:40:07.734Z||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-11T06:40:07.735Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:07.748Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:07.748Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:08.634Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:08.635Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:08.637Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:08.637Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:40:08.737Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:08.738Z||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-11T06:40:08.738Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:08.762Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:08.762Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:09.638Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:09.639Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:09.641Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:09.641Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-11T06:40:09.741Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:09.742Z||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-11T06:40:09.742Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:09.754Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:09.755Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:10.642Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:10.642Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:10.644Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:10.645Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:40:10.745Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:40:10.745Z||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-11T06:40:10.745Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:10.760Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:10.760Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:11.645Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:40:11.646Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:11.648Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:11.648Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:40:11.749Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:40:11.749Z||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-11T06:40:11.749Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:11.764Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:11.764Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:12.650Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "af6f3861-a5ae-491c-a7a4-2e007a54c3da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "03e8822c-b26b-412b-acbd-529207af17f3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8bc0609b-5571-447f-9bf2-522174b6cfde",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52e09e22-28f4-4143-beb8-2ac5592dfb3d",
      "resourceInvariantUUID": "5286190b-e825-4c92-acb8-0624442ed1f6",
      "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": "87e66c68-427f-4483-afe9-42c4f1bbdd5a",
          "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": "b8507059-3b59-42e3-ba17-8afcbb8124b4",
          "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": "N2I5Zjc0NTVlYTkxMmJjOTgyZTc0ZTdmNWEyOGMzMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a424999-3fac-4008-92db-4a791716d078",
          "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": "068b1175-792a-4d07-84b2-1745d6eac3ef",
          "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": "c1314452-c016-4866-8910-751c139579ab",
            "generatedFromUUID": "068b1175-792a-4d07-84b2-1745d6eac3ef"
          },
          "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": "c1314452-c016-4866-8910-751c139579ab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2Y0OTBkOTM4ODNlMDBjYmJiN2YzNDgwNTA4ZWM5ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1d6055c-01e6-4ebc-a2a8-0de238956724"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:40:12.650Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:40:12.651Z|7234277e-960a-4ac6-9f73-2cb02dd9c50e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 af6f3861-a5ae-491c-a7a4-2e007a54c3da ASDC
2022-01-11T06:40:12.651Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:af6f3861-a5ae-491c-a7a4-2e007a54c3da
ServiceInvariantUUID:03e8822c-b26b-412b-acbd-529207af17f3
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:d1d6055c-01e6-4ebc-a2a8-0de238956724
ArtifactChecksum:M2Y0OTBkOTM4ODNlMDBjYmJiN2YzNDgwNTA4ZWM5ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8bc0609b-5571-447f-9bf2-522174b6cfde
ResourceInvariantUUID:5286190b-e825-4c92-acb8-0624442ed1f6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:52e09e22-28f4-4143-beb8-2ac5592dfb3d
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:87e66c68-427f-4483-afe9-42c4f1bbdd5a
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:b8507059-3b59-42e3-ba17-8afcbb8124b4
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:9a424999-3fac-4008-92db-4a791716d078
ArtifactChecksum:N2I5Zjc0NTVlYTkxMmJjOTgyZTc0ZTdmNWEyOGMzMjc=
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:068b1175-792a-4d07-84b2-1745d6eac3ef
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:c1314452-c016-4866-8910-751c139579ab
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:c1314452-c016-4866-8910-751c139579ab
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-11T06:40:12.651Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af6f3861-a5ae-491c-a7a4-2e007a54c3da 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-11T06:40:12.677Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:40:12.677Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:40:12.677Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:40:12.677Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1d6055c-01e6-4ebc-a2a8-0de238956724 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-11T06:40:12.677Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:12.678Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:12.790Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:12.795Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d1d6055c-01e6-4ebc-a2a8-0de238956724 68936
2022-01-11T06:40:12.795Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:12.795Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:12.795Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:12.795Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:12.797Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:12.797Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883212795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:12.898Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:12.898Z||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-11T06:40:12.899Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:12.910Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:12.911Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:13.798Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:40:13.799Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:40:13.799Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d1d6055c-01e6-4ebc-a2a8-0de238956724, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-11T06:40:13.800Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-11T06:40:13.800Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-11T06:40:13.800Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-11T06:40:13.939Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7821986147688376581/Definitions/service-BasicCnf-template.yml
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:40:14.803Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:40:14.804Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:14.805Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-11T06:40:14.806Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bdf7730e-5f15-4b13-b9d7-5626aea0e75f
2022-01-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:14.807Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:af6f3861-a5ae-491c-a7a4-2e007a54c3da
Model Version:NULL
Model InvariantUuid:03e8822c-b26b-412b-acbd-529207af17f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bfd95873-6bb4-427d-b0b1-8ddb5fb34973
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5286190b-e825-4c92-acb8-0624442ed1f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8bc0609b-5571-447f-9bf2-522174b6cfde
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be66b72b-0026-4535-9580-54afeb9abbc9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e38c6ddf-8ed2-4818-a954-1c94a774ed05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bdf7730e-5f15-4b13-b9d7-5626aea0e75f
ModelInvariantUuid:02abc282-14bb-46ea-8ddc-63a151dcb59b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f90b6d8c-731c-4145-958d-5656da89433b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7ce9d0ab-5e8a-4b2b-a18a-1b2234cd3535
ModelInvariantUuid:306a5c9e-f774-4786-acb0-521182affd3e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ad62d07e-bbcd-40b2-989f-688ff0eb541b
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-11T06:40:14.812Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 52e09e22-28f4-4143-beb8-2ac5592dfb3d
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-11T06:40:14.813Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-01-11T06:40:14.814Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52e09e22-28f4-4143-beb8-2ac5592dfb3d
2022-01-11T06:40:14.814Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87e66c68-427f-4483-afe9-42c4f1bbdd5a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-11T06:40:14.814Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:14.814Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:15.072Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:15.073Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 87e66c68-427f-4483-afe9-42c4f1bbdd5a 12
2022-01-11T06:40:15.073Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:15.073Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:15.073Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:15.073Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:15.075Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:15.076Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883215073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:15.176Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:15.176Z||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-11T06:40:15.177Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:15.191Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:15.192Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:16.076Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b8507059-3b59-42e3-ba17-8afcbb8124b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-11T06:40:16.077Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:16.077Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:16.195Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:16.196Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 b8507059-3b59-42e3-ba17-8afcbb8124b4 2688
2022-01-11T06:40:16.196Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:16.196Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:16.196Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:16.197Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:16.199Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:16.199Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883216196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:16.299Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:16.300Z||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-11T06:40:16.300Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:16.315Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:16.315Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:17.201Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a424999-3fac-4008-92db-4a791716d078 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-11T06:40:17.201Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:17.201Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:17.249Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:17.249Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 9a424999-3fac-4008-92db-4a791716d078 828
2022-01-11T06:40:17.249Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:17.249Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:17.249Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:17.250Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:17.252Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:17.252Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883217249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:17.352Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:17.353Z||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-11T06:40:17.353Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:17.365Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:17.365Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:18.252Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be66b72b-0026-4535-9580-54afeb9abbc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e38c6ddf-8ed2-4818-a954-1c94a774ed05",
    "vfModuleModelCustomizationUUID": "a3cce3cb-b88f-44de-aff2-c61036f526cf",
    "isBase": true,
    "artifacts": [
      "b8507059-3b59-42e3-ba17-8afcbb8124b4",
      "068b1175-792a-4d07-84b2-1745d6eac3ef",
      "c1314452-c016-4866-8910-751c139579ab"
    ],
    "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-11T06:40:18.256Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e38c6ddf-8ed2-4818-a954-1c94a774ed05
VfModuleModelInvariantUUID:be66b72b-0026-4535-9580-54afeb9abbc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8507059-3b59-42e3-ba17-8afcbb8124b4
,
068b1175-792a-4d07-84b2-1745d6eac3ef
,
c1314452-c016-4866-8910-751c139579ab

}
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-11T06:40:18.258Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be66b72b-0026-4535-9580-54afeb9abbc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e38c6ddf-8ed2-4818-a954-1c94a774ed05",
    "vfModuleModelCustomizationUUID": "a3cce3cb-b88f-44de-aff2-c61036f526cf",
    "isBase": true,
    "artifacts": [
      "b8507059-3b59-42e3-ba17-8afcbb8124b4",
      "068b1175-792a-4d07-84b2-1745d6eac3ef",
      "c1314452-c016-4866-8910-751c139579ab"
    ],
    "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-11T06:40:18.258Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e38c6ddf-8ed2-4818-a954-1c94a774ed05
VfModuleModelInvariantUUID:be66b72b-0026-4535-9580-54afeb9abbc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8507059-3b59-42e3-ba17-8afcbb8124b4
,
068b1175-792a-4d07-84b2-1745d6eac3ef
,
c1314452-c016-4866-8910-751c139579ab

}
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-11T06:40:18.259Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 068b1175-792a-4d07-84b2-1745d6eac3ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-11T06:40:18.259Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:18.259Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:18.308Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:18.309Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 068b1175-792a-4d07-84b2-1745d6eac3ef 1164
2022-01-11T06:40:18.309Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:18.309Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:18.310Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:18.310Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:18.312Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:18.312Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883218309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:18.412Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:18.413Z||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-11T06:40:18.413Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:18.427Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:18.427Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:19.313Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1314452-c016-4866-8910-751c139579ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-11T06:40:19.314Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:40:19.314Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:19.358Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:40:19.359Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c1314452-c016-4866-8910-751c139579ab 200
2022-01-11T06:40:19.359Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:19.359Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:19.359Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:40:19.359Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:19.361Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:19.361Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883219359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:19.462Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:19.462Z||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-11T06:40:19.463Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:19.476Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:19.477Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:20.362Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: af6f3861-a5ae-491c-a7a4-2e007a54c3da
2022-01-11T06:40:20.362Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 52e09e22-28f4-4143-beb8-2ac5592dfb3d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-01-11T06:40:20.376Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 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-11T06:40:20.381Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d505b03, org.onap.sdc.toscaparser.api.parameters.Input@38047c4, org.onap.sdc.toscaparser.api.parameters.Input@342e720, org.onap.sdc.toscaparser.api.parameters.Input@627e60da, org.onap.sdc.toscaparser.api.parameters.Input@7de9a7d5]
2022-01-11T06:40:20.382Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.382Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.382Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-11T06:40:20.383Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8bc0609b-5571-447f-9bf2-522174b6cfde
2022-01-11T06:40:20.383Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bc0609b-5571-447f-9bf2-522174b6cfde matches Tosca VF Customization UUID: 8bc0609b-5571-447f-9bf2-522174b6cfde
2022-01-11T06:40:20.383Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8bc0609b-5571-447f-9bf2-522174b6cfde  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-11T06:40:20.385Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.385Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.385Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8bc0609b-5571-447f-9bf2-522174b6cfde: {\"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-11T06:40:20.386Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@795037fb
2022-01-11T06:40:20.386Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.386Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.386Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3cce3cb-b88f-44de-aff2-c61036f526cf
2022-01-11T06:40:20.386Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3cce3cb-b88f-44de-aff2-c61036f526cf
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-11T06:40:20.388Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.388Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:20.388Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-11T06:40:20.389Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-11T06:40:20.390Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bdf7730e-5f15-4b13-b9d7-5626aea0e75f
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-11T06:40:20.391Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.391Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:20.391Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:40:20.392Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.392Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-11T06:40:20.392Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8bc0609b-5571-447f-9bf2-522174b6cfde
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-11T06:40:20.393Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid af6f3861-a5ae-491c-a7a4-2e007a54c3da: basic_cnf
2022-01-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.394Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.395Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.448Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 52e09e22-28f4-4143-beb8-2ac5592dfb3d 1 ASDC deployResourceStructure
2022-01-11T06:40:20.449Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.449Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:20.449Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-11T06:40:20.449Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:20.451Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:20.451Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883220448,
  "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-11T06:40:20.551Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:20.552Z||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-11T06:40:20.552Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:20.565Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:20.565Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:40:21.452Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:21.453Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:21.453Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-11T06:40:21.453Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:21.455Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:21.455Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883221452,
  "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-11T06:40:21.555Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:40:21.556Z||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-11T06:40:21.557Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:21.570Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:21.570Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:22.456Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:22.457Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:22.457Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:40:22.458Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:22.459Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:22.460Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883222456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:22.560Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:22.560Z||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-11T06:40:22.561Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:22.576Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:22.576Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:23.460Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:23.462Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:23.462Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:40:23.462Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:23.464Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:23.464Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883223460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:23.565Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:40:23.565Z||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-11T06:40:23.565Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:23.577Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:23.577Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:24.465Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:24.466Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:24.466Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:40:24.466Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:24.469Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:24.469Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883224465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:24.569Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:24.570Z||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-11T06:40:24.570Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:24.585Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:24.585Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:40:25.469Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:25.470Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:40:25.470Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:40:25.470Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:40:25.472Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:40:25.472Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883225469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:25.572Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:40:25.573Z||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-11T06:40:25.573Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:25.588Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:25.589Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:40:26.472Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:40:26.482Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:40:26.484Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:40:26.484Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:40:26.484Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:40:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:40:32.101Z||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-11T06:40:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:40:32.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:40:32.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883052791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:32.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:32.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883053842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883054929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883055931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883056935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:32.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-11T06:40:32.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883057939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:40:32.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:40:56.485Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:40:56.494Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:40:56.497Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:40:56.497Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:40:56.497Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:41:26.497Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:41:26.506Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:41:26.508Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:41:26.508Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:41:26.508Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:41:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:41:32.101Z||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-11T06:41:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:41:32.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:41:32.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46844198-91a3-4075-a69e-feb7dff7c8ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883149085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d46844198-91a3-4075-a69e-feb7dff7c8ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9d3cc37a-9fe8-44b1-abef-85271eeac9ad/model-vers/model-ver/b96e9e8b-8584-4e8a-9e61-1bae952e218f) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883144447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883141282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883139377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883158137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883158141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "cds",
  "timestamp": 1641883159145,
  "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-11T06:41:32.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:41:32.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:41:32.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883159191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883160243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.161Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883151812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641883152395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883161300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883161539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883152894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "dcae-sch",
  "timestamp": 1641883153570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883162341,
  "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-11T06:41:32.167Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:41:32.168Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883162627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883163124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641883163347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883164462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883165143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641883165466,
  "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-11T06:41:32.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:41:32.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:41:32.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883165703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883166197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "aai-ml",
  "timestamp": 1641883166707,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T06:41:32.206Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:41:32.207Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883158376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883167351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883168167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883168464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883168701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883169170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883169467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "policy-id",
  "timestamp": 1641883170172,
  "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-11T06:41:32.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:41:32.218Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:41:32.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883170470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883171474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:32.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:41:32.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883171703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:41:32.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:41:56.509Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:41:56.518Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:41:56.520Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:41:56.520Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:41:56.520Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:41:56.521Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:41:56.521Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T06:41:56.521Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T06:41:56.524Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:42:26.525Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:42:26.530Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f and serviceModelVersionId: af6f3861-a5ae-491c-a7a4-2e007a54c3da
2022-01-11T06:42:26.530Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03e8822c-b26b-412b-acbd-529207af17f3
2022-01-11T06:42:26.531Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?depth=0
2022-01-11T06:42:26.537Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:42:26.574Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?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-11T06:42:26.575Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?depth=0|INFO|500||Invoke
2022-01-11T06:42:26.593Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T06:42:26.618Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:42:26.618Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:42:26:600-51162], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:42:26 GMT], Content-Type=[application/json]}
2022-01-11T06:42:26.619Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da","ERR.5.4.6114"]}}}

2022-01-11T06:42:26.623Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec=ERR.5.4.6114)
2022-01-11T06:42:26.624Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T06:42:26.624Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec=ERR.5.4.6114)
2022-01-11T06:42:26.624Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec=ERR.5.4.6114)
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-11T06:42:26.628Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:42:26.629Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec=ERR.5.4.6114)
2022-01-11T06:42:26.629Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:42:26.629Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:42:26.630Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:42:26.630Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883346629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:42:26.731Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:42:26.731Z||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-11T06:42:26.731Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:42:26.745Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:42:26.746Z||pool-106-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-11T06:42:27.642Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:42:27.642Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:42:27.642Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:42:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:42:32.101Z||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-11T06:42:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:42:32.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:42:32.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "clamp",
  "timestamp": 1641883172706,
  "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-11T06:42:32.132Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f
2022-01-11T06:42:32.132Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f 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-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7234277e-960a-4ac6-9f73-2cb02dd9c50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883202595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7234277e-960a-4ac6-9f73-2cb02dd9c50e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3d2fc8c8-b3e1-4e60-96bf-92f9c8bfc28f/model-vers/model-ver/28e3ec89-1c80-4edc-aecb-9a1875fe8466) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883212795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883215073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883216196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883217249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883218309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883219359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883220448,
  "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-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883221452,
  "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-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883222456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883223460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883224465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-11T06:42:32.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:32.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:42:32.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883225469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:42:32.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:42:38.350Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:42:38.351Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:42:38.351Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:42:38.352Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:42:47.890Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:42:47.890Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:42:47.891Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:42:47.891Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:42:57.430Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:42:57.431Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:42:57.431Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:42:57.431Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:43:06.974Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:43:06.974Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:43:06.975Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:43:06.975Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:43:16.514Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:43:16.514Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:43:16.514Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:43:16.514Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:43:26.055Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:43:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:43:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:43:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:43:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:43:32.100Z||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-11T06:43:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:43:32.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:43:32.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:43:32.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641883346629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/03e8822c-b26b-412b-acbd-529207af17f3/model-vers/model-ver/af6f3861-a5ae-491c-a7a4-2e007a54c3da) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:43:32.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:43:41.641Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:44:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:44:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:44:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:44:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:44:32.101Z||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-11T06:44:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:44:41.645Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:44:41.667Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:45:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:45:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:45:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:45:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:45:32.101Z||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-11T06:45:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:45:41.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:45:41.650Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:46:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:46:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:46:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:46:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:46:32.101Z||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-11T06:46:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:46:41.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:46:41.651Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:47:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:47:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:47:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:47:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:47:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T06:47:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:47:41.643Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:47:41.643Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:48:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:48:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:48:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:48:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:48:32.101Z||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-11T06:48:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:48:41.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:48:41.647Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:49:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:49:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:49:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:49:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:49:32.101Z||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-11T06:49:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:49:41.646Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:49:41.662Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:50:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:50:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:50:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:50:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:50:32.101Z||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-11T06:50:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:50:41.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:50:41.649Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:51:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:51:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:51:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:51:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:51:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T06:51:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:51:41.641Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:51:41.648Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:52:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:52:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:52:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:52:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:52:32.101Z||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-11T06:52:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:52:41.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:52:41.644Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:53:32.097Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:53:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:53:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:53:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:53:32.101Z||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-11T06:53:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:53:41.642Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:53:41.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:54:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:54:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:54:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:54:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:54:32.101Z||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-11T06:54:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:54:41.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:54:41.650Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:55:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:55:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:55:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:55:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:55:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T06:55:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:55:41.642Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:55:41.644Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:56:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:56:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:56:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:56:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:56:32.101Z||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-11T06:56:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:56:41.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:56:41.646Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:57:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:57:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:57:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:57:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:57:32.101Z||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-11T06:57:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:57:41.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:57:41.646Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:58:32.098Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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-11T06:58:32.099Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:58:32.101Z||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-11T06:58:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:32.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:32.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:58:32.401Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:32.403Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-11T06:58:32.403Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8abfda00-fba7-4344-9fd8-62ca641ba601","serviceName":"Demo_pNF_CJxul3yrEaEjhamKmfLL","serviceVersion":"1.0","serviceUUID":"7734f03b-d15b-4d52-ba95-6bc23909c631","serviceDescription":"catalog service description","serviceInvariantUUID":"6032c101-27b5-4ad1-b802-913de4e9e756","resources":[{"resourceInstanceName":"pNF 715fb181-e85b 0","resourceName":"pNF 715fb181-e85b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f","resourceInvariantUUID":"cf7ad57e-efb3-4ee2-acef-09ce9cfea764","resourceCustomizationUUID":"1020f0e4-453c-4842-b5de-6b1758a4e22c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml","artifactChecksum":"YjNkN2MxOTk4NTgwNzk0NGUxZGM3YzgwZWY1NTU3MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68fb7993-e983-4811-a475-6971008cef5f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar","artifactChecksum":"YzI1NzRkZGJjZGI3YzdkMDlmNDY0MjczYTM2OWNlZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b27e5154-bb23-4cf9-9591-1b49c79d277d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0105b59-356d-4f11-b5e6-85208b1e491a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml","artifactChecksum":"MjZhMWI0MTM0MjgwODhjM2RjZGU1OThiODJmYzBiYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4820d487-c569-4266-90eb-788355c127f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fc3e2d1-e945-4e55-8da5-f7178d26e563","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4c89e24-d171-430b-886b-5ea0f10cfb48","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCjxul3yreaejhamkmfll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml","artifactChecksum":"MTBlZDhmZjE5ZGFkNjdlNmY3ODQ4NmZkNGU5MmU2NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a0a4d34-14c6-4d6a-aa4b-7cabf40fb4b8","artifactVersion":"1"},{"artifactName":"service-DemoPnfCjxul3yreaejhamkmfll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar","artifactChecksum":"Y2VkOGM2MmQzMGE3YmJjM2RjNDEwNzQzOWQ1YzVhN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61f89005-2ed8-4460-bf15-2c26e6958669","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:58:32.406Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:32.407Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:32.410Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:32.410Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:32.510Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:32.511Z||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-11T06:58:32.511Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:32.524Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:32.525Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:33.411Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:33.412Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:33.414Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:33.414Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:33.514Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:33.515Z||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-11T06:58:33.516Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:33.530Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:33.530Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:34.415Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:34.416Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:34.418Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:34.418Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:34.518Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:34.518Z||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-11T06:58:34.519Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:34.532Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:34.533Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:35.418Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:35.419Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:35.422Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:35.422Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:35.522Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:35.522Z||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-11T06:58:35.523Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:35.537Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:35.537Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:36.422Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:36.423Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:36.425Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:36.425Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:36.525Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:36.526Z||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-11T06:58:36.526Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:36.539Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:36.539Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:37.426Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:37.426Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:37.429Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:37.429Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:37.529Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:37.530Z||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-11T06:58:37.530Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:37.544Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:37.545Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:58:38.430Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:38.431Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:38.433Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:38.433Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:58:38.533Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:38.534Z||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-11T06:58:38.534Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:38.550Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:38.550Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:39.434Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:58:39.434Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:39.436Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:39.437Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T06:58:39.537Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:39.538Z||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-11T06:58:39.538Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:39.553Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:39.553Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:40.437Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "serviceName": "Demo_pNF_CJxul3yrEaEjhamKmfLL",
  "serviceVersion": "1.0",
  "serviceUUID": "7734f03b-d15b-4d52-ba95-6bc23909c631",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6032c101-27b5-4ad1-b802-913de4e9e756",
  "resources": [
    {
      "resourceInstanceName": "pNF 715fb181-e85b 0",
      "resourceCustomizationUUID": "1020f0e4-453c-4842-b5de-6b1758a4e22c",
      "resourceName": "pNF 715fb181-e85b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f",
      "resourceInvariantUUID": "cf7ad57e-efb3-4ee2-acef-09ce9cfea764",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
      "artifactChecksum": "Y2VkOGM2MmQzMGE3YmJjM2RjNDEwNzQzOWQ1YzVhN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "61f89005-2ed8-4460-bf15-2c26e6958669"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T06:58:40.438Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:58:40.438Z|3eb3bebe-5296-4bc3-9d4c-4a16fcd86e0f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7734f03b-d15b-4d52-ba95-6bc23909c631 ASDC
2022-01-11T06:58:40.438Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8abfda00-fba7-4344-9fd8-62ca641ba601
ServiceName:Demo_pNF_CJxul3yrEaEjhamKmfLL
ServiceVersion:1.0
ServiceUUID:7734f03b-d15b-4d52-ba95-6bc23909c631
ServiceInvariantUUID:6032c101-27b5-4ad1-b802-913de4e9e756
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
ArtifactUUID:61f89005-2ed8-4460-bf15-2c26e6958669
ArtifactChecksum:Y2VkOGM2MmQzMGE3YmJjM2RjNDEwNzQzOWQ1YzVhN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 715fb181-e85b 0
ResourceCustomizationUUID:1020f0e4-453c-4842-b5de-6b1758a4e22c
ResourceInvariantUUID:cf7ad57e-efb3-4ee2-acef-09ce9cfea764
ResourceName:pNF 715fb181-e85b
ResourceType:PNF
ResourceUUID:b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-11T06:58:40.439Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7734f03b-d15b-4d52-ba95-6bc23909c631 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-11T06:58:40.469Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:58:40.469Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:58:40.469Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:58:40.469Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61f89005-2ed8-4460-bf15-2c26e6958669 from URL: /sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:40.470Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T06:58:40.470Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:40.685Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T06:58:40.690Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar 61f89005-2ed8-4460-bf15-2c26e6958669 82611
2022-01-11T06:58:40.690Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar ASDC sendASDCNotification
2022-01-11T06:58:40.690Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:40.690Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:58:40.691Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:40.692Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:40.692Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884320690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T06:58:40.793Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:40.793Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-11T06:58:40.793Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:40.806Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:40.807Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:41.693Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:58:41.694Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T06:58:41.695Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 61f89005-2ed8-4460-bf15-2c26e6958669, URL: /sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar to file: /app/ASDC/1/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:41.695Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:41.695Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:41.696Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:41.782Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1957898746151029998/Definitions/service-DemoPnfCjxul3yreaejhamkmfll-template.yml
2022-01-11T06:58:42.392Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:58:42.392Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 715fb181-e85b 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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.393Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Node template pNF 715fb181-e85b 0 is matching search criteria
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 715fb181-e85b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Node template pNF 715fb181-e85b 0 is matching search criteria
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 715fb181-e85b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.395Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.395Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.395Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.395Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CJxul3yrEaEjhamKmfLL
Description:catalog service description
Model UUID:7734f03b-d15b-4d52-ba95-6bc23909c631
Model Version:NULL
Model InvariantUuid:6032c101-27b5-4ad1-b802-913de4e9e756
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-11T06:58:42.404Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f
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-11T06:58:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||pNF 715fb181-e85b 0
2022-01-11T06:58:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f
2022-01-11T06:58:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7734f03b-d15b-4d52-ba95-6bc23909c631
2022-01-11T06:58:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7734f03b-d15b-4d52-ba95-6bc23909c631
2022-01-11T06:58:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 715fb181-e85b 0 b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f 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-11T06:58:42.410Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eefcf1b, org.onap.sdc.toscaparser.api.parameters.Input@34b8c1fc, org.onap.sdc.toscaparser.api.parameters.Input@7d8bfd3c, org.onap.sdc.toscaparser.api.parameters.Input@5c13a641, org.onap.sdc.toscaparser.api.parameters.Input@6c342dcf]
2022-01-11T06:58:42.411Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.411Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.411Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7734f03b-d15b-4d52-ba95-6bc23909c631: pNF 715fb181-e85b
2022-01-11T06:58:42.411Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Processing PNF resource: b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f
2022-01-11T06:58:42.411Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T06:58:42.412Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CJxul3yrEaEjhamKmfLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:58:42.412Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1020f0e4-453c-4842-b5de-6b1758a4e22c is the same as notified resource customizationUUID: 1020f0e4-453c-4842-b5de-6b1758a4e22c
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-11T06:58:42.438Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 715fb181-e85b b01bfaa4-3df0-4fa2-80eb-65cb5fa8b14f 0 ASDC deployResourceStructure
2022-01-11T06:58:42.438Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar ASDC sendASDCNotification
2022-01-11T06:58:42.439Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar
2022-01-11T06:58:42.439Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:58:42.439Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:58:42.441Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:58:42.441Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884322438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T06:58:42.541Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:58:42.542Z||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-11T06:58:42.542Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:58:42.555Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:58:42.556Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:58:43.441Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:58:43.452Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:58:43.454Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:58:43.455Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:58:43.455Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:59:13.455Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:59:13.464Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:59:13.466Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:59:13.466Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:59:13.466Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T06:59:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:59:32.101Z||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-11T06:59:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:59:32.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T06:59:32.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:59:32.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T06:59:32.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T06:59:43.467Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T06:59:43.474Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T06:59:43.475Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:59:43.475Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T06:59:43.475Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:00:13.475Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:00:13.484Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:00:13.485Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:00:13.485Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:00:13.485Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:00:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:00:32.101Z||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-11T07:00:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:00:32.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:00:32.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:00:32.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:00:32.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:00:32.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:00:32.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:00:32.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:00:43.486Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:00:43.494Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:00:43.497Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:00:43.497Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:00:43.497Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:01:13.497Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:01:13.510Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:01:13.512Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:01:13.512Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:01:13.512Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:01:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:01:32.101Z||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-11T07:01:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:01:32.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:01:32.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884301282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884298376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884315191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884316195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884309376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "policy-id",
  "timestamp": 1641884317197,
  "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-11T07:01:32.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.646Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884318241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "cds",
  "timestamp": 1641884319246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-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-11T07:01:32.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.659Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884312098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884320690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884321280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884322298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884322438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884323300,
  "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-11T07:01:32.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884325841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884318376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884327087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884327848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884328090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/resourceInstances/pnf715fb181e85b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "clamp",
  "timestamp": 1641884328851,
  "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-11T07:01:32.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884321282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "policy-id",
  "timestamp": 1641884329093,
  "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-11T07:01:32.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:32.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "dcae-sch",
  "timestamp": 1641884313570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884330556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884312395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884331632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884324376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884332372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884333065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884333219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884333393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884334013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCjxul3yreaejhamkmfll/1.0/artifacts/service-DemoPnfCjxul3yreaejhamkmfll-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "cds",
  "timestamp": 1641884334068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-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-11T07:01:32.723Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.723Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:32.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884334222,
  "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-11T07:01:32.733Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.733Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884334396,
  "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-11T07:01:32.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:32.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "aai-ml",
  "timestamp": 1641884335017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T07:01:32.753Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8abfda00-fba7-4344-9fd8-62ca641ba601
2022-01-11T07:01:32.753Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:01:32.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884314447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/resourceInstances/pnfba6d2660c2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884322894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884321812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884343403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884344106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884345000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884346005,
  "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-11T07:01:32.769Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:32.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884346844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:01:32.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884347457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T07:01:32.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "aai-ml",
  "timestamp": 1641884348461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T07:01:32.780Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.780Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:32.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884348848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl5iir63hmskydjmkw2m/1.0/artifacts/service-DemoPnfFl5iir63hmskydjmkw2m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:01:32.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:01:32.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T07:01:32.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57ed8aea-bbca-4d2d-a95d-2f7f482af72a",
  "consumerID": "clamp",
  "timestamp": 1641884349851,
  "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-11T07:01:32.791Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57ed8aea-bbca-4d2d-a95d-2f7f482af72a
2022-01-11T07:01:32.791Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57ed8aea-bbca-4d2d-a95d-2f7f482af72a 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-11T07:01:43.512Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:01:43.521Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T07:01:43.523Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T07:01:43.527Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T07:02:13.527Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8abfda00-fba7-4344-9fd8-62ca641ba601 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-11T07:02:13.533Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8abfda00-fba7-4344-9fd8-62ca641ba601 and serviceModelVersionId: 7734f03b-d15b-4d52-ba95-6bc23909c631
2022-01-11T07:02:13.533Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6032c101-27b5-4ad1-b802-913de4e9e756
2022-01-11T07:02:13.534Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?depth=0
2022-01-11T07:02:13.540Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T07:02:13.568Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?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-11T07:02:13.568Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?depth=0|INFO|500||Invoke
2022-01-11T07:02:13.587Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T07:02:13.614Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T07:02:13.614Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220111-07:02:13:593-28851], Content-Length=[495], Date=[Tue, 11 Jan 2022 07:02:13 GMT], Content-Type=[application/json]}
2022-01-11T07:02:13.615Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631","ERR.5.4.6114"]}}}

2022-01-11T07:02:13.619Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec=ERR.5.4.6114)
2022-01-11T07:02:13.620Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T07:02:13.620Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec=ERR.5.4.6114)
2022-01-11T07:02:13.620Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec=ERR.5.4.6114)
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-11T07:02:13.625Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:02:13.625Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8abfda00-fba7-4344-9fd8-62ca641ba601 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec=ERR.5.4.6114)
2022-01-11T07:02:13.625Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T07:02:13.625Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:02:13.628Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:02:13.628Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884533625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec\u003dERR.5.4.6114)"
}
2022-01-11T07:02:13.728Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:02:13.729Z||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-11T07:02:13.729Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:13.745Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:02:13.746Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 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-11T07:02:14.637Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:02:14.638Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:02:14.638Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:25.282Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:02:25.282Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:02:25.283Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:02:25.283Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:02:32.101Z||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-11T07:02:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:32.725Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:02:32.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-11T07:02:32.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8abfda00-fba7-4344-9fd8-62ca641ba601",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884533625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8abfda00-fba7-4344-9fd8-62ca641ba601 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6032c101-27b5-4ad1-b802-913de4e9e756/model-vers/model-ver/7734f03b-d15b-4d52-ba95-6bc23909c631) (ec\u003dERR.5.4.6114)"
}
2022-01-11T07:02:32.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:02:34.827Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:02:34.828Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:02:34.828Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:02:34.828Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:44.366Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:02:44.367Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:02:44.367Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:02:44.368Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:02:53.926Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:03:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:03:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:03:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:03:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:03:32.101Z||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-11T07:03:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:03:41.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:03:41.646Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:04:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:04:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:04:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:04:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:04:32.101Z||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-11T07:04:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:04:41.646Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:04:41.647Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:05:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:05:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:05:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:05:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:05:32.101Z||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-11T07:05:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:05:41.643Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:05:41.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:06:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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-11T07:06:32.098Z|8abfda00-fba7-4344-9fd8-62ca641ba601|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:06:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T07:06:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:35.383Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:35.384Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-11T07:06:35.384Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"93265723-3199-4c87-9b1d-b87ccd4b1ba9","serviceName":"Demo_pNF_wq6vYW5IdthKMjQwJU0j","serviceVersion":"1.0","serviceUUID":"3274dad2-21c9-4334-ad50-90080e1b7e31","serviceDescription":"catalog service description","serviceInvariantUUID":"439f0219-ff2a-4212-8014-7ac149e28b22","resources":[{"resourceInstanceName":"pNF 3d1cc327-be3e 0","resourceName":"pNF 3d1cc327-be3e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ec647ae-46de-48e3-b65c-d441c2c03caa","resourceInvariantUUID":"a9b292a3-7e52-4c38-ac72-852081aa979c","resourceCustomizationUUID":"9e30cd10-c32a-49cc-ac8f-7edcf5a570f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc0MzI4NTg3OTNhMTUyMmZhMzJkNDIxOWEzNmRkMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b1ce394-931f-4a96-89a1-1dfc4850b3d7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar","artifactChecksum":"YzI1NzRkZGJjZGI3YzdkMDlmNDY0MjczYTM2OWNlZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55c8f012-68b2-4bda-b296-1222bf4d15da","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"655ca715-07cc-4f61-95b0-95862d005a9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzdhZThjZWYyOWE0Y2Y2Y2Y1N2M4ZmJmYWUwODYwNDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1597588a-a5d6-4abf-8f0b-0eb86c4e33a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d0758a0-6176-4899-8478-512ce598b459","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a09e4062-0ee5-4eaa-87b8-cd23f5b92603","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml","artifactChecksum":"ODI4ZWZkYWVlOTUyMTQ5MTAzMjA2NDA4NTM0MjkxZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77225a10-2932-4bc8-a0c9-3e1d3a021556","artifactVersion":"1"},{"artifactName":"service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar","artifactChecksum":"NmZmYzIxNmY5Mjk3Mjg3MTg4ZmVmYjc2YTVkYjBjZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b606170-0090-4ef7-ad23-3cc63a2ead31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T07:06:35.385Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:35.386Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:35.387Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:35.387Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:35.487Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:35.488Z||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-11T07:06:35.488Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:35.501Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:35.501Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-11T07:06:35.611Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:35.612Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:06:35.612Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:35.612Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:06:36.387Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:36.389Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:36.390Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:36.390Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:36.491Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T07:06:36.492Z||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-11T07:06:36.492Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:36.513Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:36.513Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:37.391Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:37.392Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:37.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:37.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:37.494Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:37.495Z||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-11T07:06:37.495Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:37.509Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:37.509Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:38.394Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:38.395Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:38.397Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:38.397Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:38.497Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:38.498Z||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-11T07:06:38.498Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:38.515Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:38.515Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:39.397Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:39.398Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:39.399Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:39.399Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:39.499Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:39.500Z||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-11T07:06:39.500Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:39.515Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:39.515Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:40.400Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:40.401Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:40.403Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:40.403Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:40.503Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:40.504Z||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-11T07:06:40.504Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:40.517Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:40.518Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:41.404Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:41.404Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:41.406Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:41.406Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:06:41.507Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T07:06:41.507Z||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-11T07:06:41.507Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:41.526Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:41.526Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T07:06:42.407Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:42.409Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:42.410Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:06:42.510Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:42.511Z||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-11T07:06:42.511Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:42.525Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:42.525Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:43.412Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "serviceName": "Demo_pNF_wq6vYW5IdthKMjQwJU0j",
  "serviceVersion": "1.0",
  "serviceUUID": "3274dad2-21c9-4334-ad50-90080e1b7e31",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "439f0219-ff2a-4212-8014-7ac149e28b22",
  "resources": [
    {
      "resourceInstanceName": "pNF 3d1cc327-be3e 0",
      "resourceCustomizationUUID": "9e30cd10-c32a-49cc-ac8f-7edcf5a570f6",
      "resourceName": "pNF 3d1cc327-be3e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5ec647ae-46de-48e3-b65c-d441c2c03caa",
      "resourceInvariantUUID": "a9b292a3-7e52-4c38-ac72-852081aa979c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
      "artifactChecksum": "NmZmYzIxNmY5Mjk3Mjg3MTg4ZmVmYjc2YTVkYjBjZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b606170-0090-4ef7-ad23-3cc63a2ead31"
    }
  ],
  "workloadContext": "Production"
}
2022-01-11T07:06:43.413Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T07:06:43.413Z|8abfda00-fba7-4344-9fd8-62ca641ba601|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3274dad2-21c9-4334-ad50-90080e1b7e31 ASDC
2022-01-11T07:06:43.413Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:93265723-3199-4c87-9b1d-b87ccd4b1ba9
ServiceName:Demo_pNF_wq6vYW5IdthKMjQwJU0j
ServiceVersion:1.0
ServiceUUID:3274dad2-21c9-4334-ad50-90080e1b7e31
ServiceInvariantUUID:439f0219-ff2a-4212-8014-7ac149e28b22
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
ArtifactUUID:9b606170-0090-4ef7-ad23-3cc63a2ead31
ArtifactChecksum:NmZmYzIxNmY5Mjk3Mjg3MTg4ZmVmYjc2YTVkYjBjZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3d1cc327-be3e 0
ResourceCustomizationUUID:9e30cd10-c32a-49cc-ac8f-7edcf5a570f6
ResourceInvariantUUID:a9b292a3-7e52-4c38-ac72-852081aa979c
ResourceName:pNF 3d1cc327-be3e
ResourceType:PNF
ResourceUUID:5ec647ae-46de-48e3-b65c-d441c2c03caa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-11T07:06:43.413Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3274dad2-21c9-4334-ad50-90080e1b7e31 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-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b606170-0090-4ef7-ad23-3cc63a2ead31 from URL: /sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-11T07:06:43.433Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:43.588Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-11T07:06:43.593Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar 9b606170-0090-4ef7-ad23-3cc63a2ead31 82631
2022-01-11T07:06:43.593Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar ASDC sendASDCNotification
2022-01-11T07:06:43.593Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:43.593Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T07:06:43.593Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:43.595Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:43.595Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884803593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:06:43.695Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:43.696Z||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-11T07:06:43.696Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:43.711Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:43.711Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T07:06:44.596Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T07:06:44.597Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-11T07:06:44.597Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9b606170-0090-4ef7-ad23-3cc63a2ead31, URL: /sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar to file: /app/ASDC/1/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:44.598Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:44.598Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:44.598Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:44.679Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9728865948083947179/Definitions/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml
2022-01-11T07:06:45.216Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3d1cc327-be3e 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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.217Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Node template pNF 3d1cc327-be3e 0 is matching search criteria
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3d1cc327-be3e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Node template pNF 3d1cc327-be3e 0 is matching search criteria
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3d1cc327-be3e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.218Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.219Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.219Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.219Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wq6vYW5IdthKMjQwJU0j
Description:catalog service description
Model UUID:3274dad2-21c9-4334-ad50-90080e1b7e31
Model Version:NULL
Model InvariantUuid:439f0219-ff2a-4212-8014-7ac149e28b22
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-11T07:06:45.225Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5ec647ae-46de-48e3-b65c-d441c2c03caa
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-11T07:06:45.227Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||pNF 3d1cc327-be3e 0
2022-01-11T07:06:45.227Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ec647ae-46de-48e3-b65c-d441c2c03caa
2022-01-11T07:06:45.227Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3274dad2-21c9-4334-ad50-90080e1b7e31
2022-01-11T07:06:45.227Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3274dad2-21c9-4334-ad50-90080e1b7e31
2022-01-11T07:06:45.227Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3d1cc327-be3e 0 5ec647ae-46de-48e3-b65c-d441c2c03caa 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-11T07:06:45.230Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14c34139, org.onap.sdc.toscaparser.api.parameters.Input@1c59bcd1, org.onap.sdc.toscaparser.api.parameters.Input@482b715d, org.onap.sdc.toscaparser.api.parameters.Input@722c04b, org.onap.sdc.toscaparser.api.parameters.Input@966831f]
2022-01-11T07:06:45.230Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.230Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.231Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3274dad2-21c9-4334-ad50-90080e1b7e31: pNF 3d1cc327-be3e
2022-01-11T07:06:45.231Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5ec647ae-46de-48e3-b65c-d441c2c03caa
2022-01-11T07:06:45.231Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-11T07:06:45.231Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_wq6vYW5IdthKMjQwJU0j is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T07:06:45.231Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||Resource customization UUID: 9e30cd10-c32a-49cc-ac8f-7edcf5a570f6 is the same as notified resource customizationUUID: 9e30cd10-c32a-49cc-ac8f-7edcf5a570f6
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-11T07:06:45.258Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3d1cc327-be3e 5ec647ae-46de-48e3-b65c-d441c2c03caa 0 ASDC deployResourceStructure
2022-01-11T07:06:45.258Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar ASDC sendASDCNotification
2022-01-11T07:06:45.259Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar
2022-01-11T07:06:45.259Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T07:06:45.259Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:06:45.261Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:06:45.261Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884805258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:06:45.361Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T07:06:45.362Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-11T07:06:45.362Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:06:45.376Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:06:45.376Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T07:06:46.261Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:06:46.271Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:06:46.273Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:06:46.273Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:06:46.273Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:07:16.274Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:07:16.282Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:07:16.283Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:07:16.283Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:07:16.283Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:07:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:07:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T07:07:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:07:32.121Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:07:32.121Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:07:32.122Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:07:32.122Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:07:46.283Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:07:46.291Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:07:46.293Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:07:46.293Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:07:46.293Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:08:16.293Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:08:16.302Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:08:16.303Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:08:16.303Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:08:16.304Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:08:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:08:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T07:08:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:08:32.126Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:08:32.126Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:08:32.126Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:08:32.127Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:08:46.304Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:08:46.311Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:08:46.313Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:08:46.313Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:08:46.313Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:09:16.313Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:09:16.322Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:09:16.324Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:09:16.324Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-11T07:09:16.324Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-11T07:09:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:09:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T07:09:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:09:32.628Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:09:32.630Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.630Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.630Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.630Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.631Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.632Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.633Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.634Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.635Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.636Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.637Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884792097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884794447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "dcae-sch",
  "timestamp": 1641884793570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884789377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.638Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884792395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884803585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884803593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.639Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884803591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.640Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "cds",
  "timestamp": 1641884804595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-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-11T07:09:32.645Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.645Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:32.650Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.650Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884804607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641884805258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.651Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641884805609,
  "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-11T07:09:32.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.654Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884798376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.660Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884807101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.661Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884808104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/resourceInstances/pnf3d1cc327be3e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641884801282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.662Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "policy-id",
  "timestamp": 1641884809107,
  "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-11T07:09:32.666Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.666Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:32.679Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.679Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884801812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.679Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884802894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "NOTIFIED"
}
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884810549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.680Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884811613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884813199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884813712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.681Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641884814201,
  "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-11T07:09:32.686Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.686Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:32.698Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.698Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "aai-ml",
  "timestamp": 1641884814715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-11T07:09:32.702Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.702Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884814899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884815911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWq6vyw5idthkmjqwju0j/1.0/artifacts/service-DemoPnfWq6vyw5idthkmjqwju0j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-11T07:09:32.709Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:09:32.710Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:09:32.710Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "clamp",
  "timestamp": 1641884816914,
  "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-11T07:09:32.718Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93265723-3199-4c87-9b1d-b87ccd4b1ba9
2022-01-11T07:09:32.718Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:09:46.324Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T07:09:46.333Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T07:09:46.335Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T07:09:46.335Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T07:09:46.336Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T07:09:46.336Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T07:09:46.336Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-11T07:09:46.336Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-11T07:09:46.336Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-11T07:09:46.341Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T07:10:16.341Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9 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-11T07:10:16.346Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93265723-3199-4c87-9b1d-b87ccd4b1ba9 and serviceModelVersionId: 3274dad2-21c9-4334-ad50-90080e1b7e31
2022-01-11T07:10:16.346Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 439f0219-ff2a-4212-8014-7ac149e28b22
2022-01-11T07:10:16.347Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?depth=0
2022-01-11T07:10:16.353Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T07:10:16.376Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?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-11T07:10:16.376Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?depth=0|INFO|500||Invoke
2022-01-11T07:10:16.392Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-11T07:10:16.416Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T07:10:16.416Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220111-07:10:16:398-65331], Content-Length=[495], Date=[Tue, 11 Jan 2022 07:10:16 GMT], Content-Type=[application/json]}
2022-01-11T07:10:16.417Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31","ERR.5.4.6114"]}}}

2022-01-11T07:10:16.420Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec=ERR.5.4.6114)
2022-01-11T07:10:16.420Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-11T07:10:16.420Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec=ERR.5.4.6114)
2022-01-11T07:10:16.420Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec=ERR.5.4.6114)
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-11T07:10:16.424Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:10:16.424Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93265723-3199-4c87-9b1d-b87ccd4b1ba9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec=ERR.5.4.6114)
2022-01-11T07:10:16.424Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T07:10:16.425Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-11T07:10:16.426Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T07:10:16.426Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641885016424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec\u003dERR.5.4.6114)"
}
2022-01-11T07:10:16.527Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T07:10:16.527Z||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-11T07:10:16.528Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:16.545Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:10:16.546Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 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-11T07:10:17.437Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:10:17.437Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:10:17.438Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:27.919Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:10:27.919Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:10:27.920Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:10:27.920Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:32.100Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:10:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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-11T07:10:32.101Z|46844198-91a3-4075-a69e-feb7dff7c8ab|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:32.725Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:10:32.725Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T07:10:32.725Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93265723-3199-4c87-9b1d-b87ccd4b1ba9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641885016424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93265723-3199-4c87-9b1d-b87ccd4b1ba9 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/439f0219-ff2a-4212-8014-7ac149e28b22/model-vers/model-ver/3274dad2-21c9-4334-ad50-90080e1b7e31) (ec\u003dERR.5.4.6114)"
}
2022-01-11T07:10:32.726Z|46844198-91a3-4075-a69e-feb7dff7c8ab|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T07:10:37.456Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:10:37.457Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:10:37.457Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:10:37.457Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:46.995Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:10:46.996Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:10:46.996Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:10:46.996Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:10:56.541Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:11:32.097Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:11:32.098Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:11:32.098Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:11:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:11:32.101Z||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-11T07:11:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:11:41.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:11:41.644Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-11T07:12:32.097Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:12:32.098Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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-11T07:12:32.098Z|93265723-3199-4c87-9b1d-b87ccd4b1ba9|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 SYGVaJt88pwf0J8m) ...
2022-01-11T07:12:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T07:12:32.101Z||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-11T07:12:32.101Z||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 SYGVaJt88pwf0J8m) ...