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-20T05:46:48.787Z||main|||||INFO|500||The following profiles are active: basic
2022-01-20T05:46:57.677Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-20T05:46:57.678Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-20T05:46:57.749Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-20T05:46:59.685Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-20T05:46:59.877Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-20T05:47:00.200Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-20T05:47:00.203Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-20T05:47:00.271Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-20T05:47:00.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-20T05:47:00.742Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-20T05:47:01.478Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-20T05:47:03.386Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-20T05:47:03.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-20T05:47:03.816Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-20T05:47:04.019Z||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-20T05:47:05.104Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-20T05:47:05.979Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-20T05:47:05.994Z||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$$8b4e7d66.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-20T05:47:05.995Z||main|||||WARN|500||The sdc end point is not alive
2022-01-20T05:47:08.564Z||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-20T05:47:11.019Z||main|||||WARN|500||---
2022-01-20T05:47:11.020Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-20T05:47:11.020Z||main|||||WARN|500||---
2022-01-20T05:47:11.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-20T05:47:15.649Z||main|||||INFO|500||Started Application in 30.908 seconds (JVM running for 31.978)
2022-01-20T05:47:15.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:47:15.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:47:15.690Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:47:15.712Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:47:15.785Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbd24ab3-0edc-4cfb-8f03-5181b4a1d55a url= /sdc/v1/artifactTypes
2022-01-20T05:47:15.786Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:47:16.869Z||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.34.34] 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$$86968fde.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-20T05:47:16.873Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34c9d60d
2022-01-20T05:47:16.874Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:47:16.888Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:47:16.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:47:16.892Z||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$$86968fde.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-20T05:48:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:48:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:48:05.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:48:05.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:48:05.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ad50592-cecd-40df-bd12-04eea658504c url= /sdc/v1/artifactTypes
2022-01-20T05:48:05.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:48:06.691Z||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.34.34] 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$$86968fde.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-20T05:48:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d5aca22
2022-01-20T05:48:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:48:06.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:48:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:48:06.693Z||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$$86968fde.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-20T05:48:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:48:55.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:48:55.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:48:55.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:48:55.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 571f8ea9-16c1-40c3-a051-a2b20604a33f url= /sdc/v1/artifactTypes
2022-01-20T05:48:55.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:48:56.675Z||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.34.34] 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$$86968fde.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-20T05:48:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34c2f317
2022-01-20T05:48:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:48:56.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:48:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:48:56.678Z||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$$86968fde.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-20T05:49:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:49:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:49:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:49:45.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:49:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29559705-b8ef-4c35-a700-25499d35dace url= /sdc/v1/artifactTypes
2022-01-20T05:49:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:49:46.692Z||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.34.34] 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$$86968fde.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-20T05:49:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66eef5fc
2022-01-20T05:49:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:49:46.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:49:46.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:49:46.694Z||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$$86968fde.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-20T05:50:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:50:35.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:50:35.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:50:35.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:50:35.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2296274-1464-4a1a-965d-dc27d63c731c url= /sdc/v1/artifactTypes
2022-01-20T05:50:35.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:50:36.679Z||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.34.34] 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$$86968fde.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-20T05:50:36.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11ef270f
2022-01-20T05:50:36.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:50:36.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:50:36.681Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:50:36.682Z||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$$86968fde.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-20T05:51:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:51:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:51:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:51:25.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:51:25.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d573e11-cdbd-43fc-af8c-a3347e0278e0 url= /sdc/v1/artifactTypes
2022-01-20T05:51:25.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:51:26.691Z||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.34.34] 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$$86968fde.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-20T05:51:26.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9241fb5
2022-01-20T05:51:26.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:51:26.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:51:26.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:51:26.693Z||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$$86968fde.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-20T05:52:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:52:15.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:52:15.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:52:15.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:52:15.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 237cc2b5-b4af-4050-a8e3-860e1267a17a url= /sdc/v1/artifactTypes
2022-01-20T05:52:15.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:52:16.679Z||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.34.34] 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$$86968fde.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-20T05:52:16.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b065eb7
2022-01-20T05:52:16.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:52:16.680Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:52:16.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:52:16.680Z||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$$86968fde.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-20T05:53:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:53:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:53:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:53:05.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:53:05.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 996c4ad3-0ad1-44cf-b3b0-d5d26d73b1d1 url= /sdc/v1/artifactTypes
2022-01-20T05:53:05.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:53:06.691Z||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.34.34] 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$$86968fde.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-20T05:53:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5340cd52
2022-01-20T05:53:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:53:06.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:53:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:53:06.694Z||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$$86968fde.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-20T05:53:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:53:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:53:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:53:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:53:55.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d122506-812a-47df-acf4-6c9efdcc497d url= /sdc/v1/artifactTypes
2022-01-20T05:53:55.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:53:56.675Z||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.34.34] 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$$86968fde.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-20T05:53:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@547e6af8
2022-01-20T05:53:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:53:56.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:53:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:53:56.677Z||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$$86968fde.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-20T05:54:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:54:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:54:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:54:45.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:54:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38e77314-b010-4b86-a304-eca3f484eac2 url= /sdc/v1/artifactTypes
2022-01-20T05:54:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:54:46.691Z||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.34.34] 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$$86968fde.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-20T05:54:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9de3536
2022-01-20T05:54:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:54:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:54:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:54:46.693Z||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$$86968fde.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-20T05:55:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:55:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:55:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:55:35.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:55:35.650Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3690e411-147c-4774-8a43-ee3ad4f25134 url= /sdc/v1/artifactTypes
2022-01-20T05:55:35.650Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:55:36.676Z||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.34.34] 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$$86968fde.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-20T05:55:36.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67db43a3
2022-01-20T05:55:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:55:36.678Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:55:36.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:55:36.679Z||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$$86968fde.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-20T05:56:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:56:25.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:56:25.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:56:25.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:56:25.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4e02cf0-73ff-42e3-9f8d-e2ad550984d4 url= /sdc/v1/artifactTypes
2022-01-20T05:56:25.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:56:26.694Z||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.34.34] 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$$86968fde.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-20T05:56:26.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21ce8493
2022-01-20T05:56:26.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:56:26.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:56:26.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:56:26.697Z||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$$86968fde.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-20T05:57:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:57:15.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:57:15.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:57:15.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:57:15.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e22f0ce0-95b9-4b75-bbea-13e0939bbe6e url= /sdc/v1/artifactTypes
2022-01-20T05:57:15.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:57:16.675Z||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.34.34] 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$$86968fde.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-20T05:57:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f6cb942
2022-01-20T05:57:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:57:16.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:57:16.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:57:16.677Z||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$$86968fde.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-20T05:57:21.242Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-20T05:58:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:58:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:58:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:58:05.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:58:05.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66c75d2f-da34-4ab2-9510-a27abe69d803 url= /sdc/v1/artifactTypes
2022-01-20T05:58:05.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:58:06.691Z||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.34.34] 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$$86968fde.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-20T05:58:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@228de25
2022-01-20T05:58:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:58:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:58:06.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:58:06.693Z||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$$86968fde.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-20T05:58:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:58:55.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:58:55.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:58:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:58:55.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59cbac71-34c0-4596-9582-a9e05930ec4e url= /sdc/v1/artifactTypes
2022-01-20T05:58:55.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:58:56.675Z||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.34.34] 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$$86968fde.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-20T05:58:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c214406
2022-01-20T05:58:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:58:56.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:58:56.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:58:56.676Z||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$$86968fde.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-20T05:59:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:59:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:59:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:59:45.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:59:45.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86587329-d3b1-4ba1-b2fc-2c4914b196b9 url= /sdc/v1/artifactTypes
2022-01-20T05:59:45.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:59:46.691Z||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.34.34] 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$$86968fde.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-20T05:59:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f492462
2022-01-20T05:59:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:59:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:59:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:59:46.693Z||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$$86968fde.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-20T06:00:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:00:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:00:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:00:35.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:00:35.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a14e67f-f29f-4360-b51f-9543da1b3676 url= /sdc/v1/artifactTypes
2022-01-20T06:00:35.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:00:36.676Z||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.34.34] 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$$86968fde.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-20T06:00:36.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fb8ce7d
2022-01-20T06:00:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:00:36.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:00:36.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:00:36.678Z||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$$86968fde.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-20T06:01:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:01:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:01:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:01:25.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:01:25.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b5ce7ce-63cc-47ff-9e0f-f4d494572ef9 url= /sdc/v1/artifactTypes
2022-01-20T06:01:25.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:01:26.695Z||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.34.34] 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$$86968fde.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-20T06:01:26.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f0c21bc
2022-01-20T06:01:26.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:01:26.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:01:26.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:01:26.696Z||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$$86968fde.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-20T06:02:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:02:15.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:02:15.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:02:15.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:02:15.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ee7302d-7fcf-4fcc-8647-05ddb6fd3ac6 url= /sdc/v1/artifactTypes
2022-01-20T06:02:15.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:02:16.675Z||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.34.34] 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$$86968fde.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-20T06:02:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48f3fcc2
2022-01-20T06:02:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:02:16.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:02:16.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:02:16.677Z||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$$86968fde.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-20T06:03:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:03:05.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:03:05.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:03:05.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:03:05.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56598864-ef05-4d56-8911-e71cd05b3817 url= /sdc/v1/artifactTypes
2022-01-20T06:03:05.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:03:06.691Z||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.34.34] 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$$86968fde.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-20T06:03:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f97d430
2022-01-20T06:03:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:03:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:03:06.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:03:06.693Z||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$$86968fde.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-20T06:03:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:03:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:03:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:03:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:03:55.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db8809e7-95ac-40b0-a8e7-e8feff8d390c url= /sdc/v1/artifactTypes
2022-01-20T06:03:55.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:03:56.676Z||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.34.34] 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$$86968fde.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-20T06:03:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ecd4403
2022-01-20T06:03:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:03:56.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:03:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:03:56.677Z||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$$86968fde.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-20T06:04:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:04:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:04:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:04:45.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:04:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1ed391f-4ddb-443a-aefa-ec442495f2cb url= /sdc/v1/artifactTypes
2022-01-20T06:04:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:04:46.691Z||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.34.34] 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$$86968fde.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-20T06:04:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6f29c2
2022-01-20T06:04:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:04:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:04:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:04:46.693Z||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$$86968fde.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-20T06:05:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:05:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:05:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:05:35.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:05:35.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 586971e3-670a-4c4e-a4a1-b333c792e2f3 url= /sdc/v1/artifactTypes
2022-01-20T06:05:35.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:05:36.676Z||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.34.34] 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$$86968fde.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-20T06:05:36.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7949f7c0
2022-01-20T06:05:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:05:36.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:05:36.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:05:36.678Z||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$$86968fde.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-20T06:06:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:06:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:06:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:06:25.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:06:25.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff662d58-b30f-4ed0-a168-63d11f35c637 url= /sdc/v1/artifactTypes
2022-01-20T06:06:25.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:06:26.692Z||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.34.34] 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$$86968fde.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-20T06:06:26.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31350b54
2022-01-20T06:06:26.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:06:26.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:06:26.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:06:26.693Z||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$$86968fde.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-20T06:07:15.646Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:07:15.647Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:07:15.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:07:15.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:07:15.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25518d40-fca1-473a-b864-7bdf1f28600d url= /sdc/v1/artifactTypes
2022-01-20T06:07:15.658Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:07:16.675Z||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.34.34] 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$$86968fde.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-20T06:07:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73c7decb
2022-01-20T06:07:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:07:16.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:07:16.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:07:16.678Z||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$$86968fde.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-20T06:08:05.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:08:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:08:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:08:05.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:08:05.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54a260b0-75c7-48af-bd4e-a2eb30294961 url= /sdc/v1/artifactTypes
2022-01-20T06:08:05.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:08:06.691Z||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.34.34] 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$$86968fde.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-20T06:08:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48204bdf
2022-01-20T06:08:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:08:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:08:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:08:06.693Z||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$$86968fde.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-20T06:08:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:08:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:08:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:08:55.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:08:55.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e936fb1b-3692-41c8-b58b-a47947a3de3f url= /sdc/v1/artifactTypes
2022-01-20T06:08:55.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:08:56.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:08:56.143Z||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-20T06:08:56.168Z||scheduling-1|||||DEBUG|500||create keys
2022-01-20T06:08:56.175Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-20T06:08:56.486Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:08:56.502Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9c6fae0-e56d-4342-bb22-c15fa7b52080 url= /sdc/v1/registerForDistribution
2022-01-20T06:08:56.630Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9c6fae0-e56d-4342-bb22-c15fa7b52080 url= /sdc/v1/registerForDistribution
2022-01-20T06:08:56.630Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-20T06:08:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:08:56.639Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:08:56.643Z||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-20T06:08:56.643Z||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-20T06:08:56.643Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:08:56.643Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:08:56.644Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-20T06:09:07.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:09:07.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:09:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:09:56.637Z||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-20T06:09:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:09:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:09:56.639Z||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-20T06:09:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:10:06.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:10:06.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:10:56.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:10:56.637Z||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-20T06:10:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:10:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:10:56.639Z||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-20T06:10:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:11:06.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:11:06.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:11:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:11:56.637Z||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-20T06:11:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:11:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:11:56.639Z||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-20T06:11:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:12:06.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:12:06.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:12:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:12:56.637Z||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-20T06:12:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:12:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:12:56.639Z||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-20T06:12:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:13:06.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:13:06.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:13:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:13:56.637Z||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-20T06:13:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:13:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:13:56.638Z||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-20T06:13:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:14:06.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:14:06.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:14:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:14:56.637Z||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-20T06:14:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:14:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:14:56.638Z||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-20T06:14:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:15:06.180Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:15:06.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:15:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:15:56.637Z||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-20T06:15:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:15:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:15:56.639Z||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-20T06:15:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:16:06.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:16:06.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:16:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:16:56.637Z||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-20T06:16:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:16:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:16:56.638Z||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-20T06:16:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:17:06.181Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:17:06.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:17:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:17:56.637Z||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-20T06:17:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:17:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:17:56.639Z||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-20T06:17:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:18:06.181Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:18:06.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:18:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:18:56.637Z||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-20T06:18:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:18:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:18:56.638Z||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-20T06:18:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:19:06.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:19:06.182Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:19:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:19:56.637Z||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-20T06:19:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:19:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:19:56.638Z||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-20T06:19:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:20:06.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:20:06.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:20:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:20:56.637Z||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-20T06:20:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:20:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:20:56.639Z||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-20T06:20:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:21:06.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:21:06.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:21:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:21:56.637Z||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-20T06:21:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:21:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:21:56.638Z||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-20T06:21:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:22:06.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:22:06.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:22:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:22:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:22:56.639Z||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-20T06:22:56.639Z||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-20T06:22:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:22:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:23:06.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:23:06.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:23:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:23:56.637Z||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-20T06:23:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:23:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:23:56.638Z||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-20T06:23:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:24:06.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:24:06.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:24:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:24:56.637Z||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-20T06:24:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:24:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:24:56.638Z||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-20T06:24:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:25:06.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:25:06.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:25:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:25:56.637Z||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-20T06:25:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:25:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:25:56.638Z||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-20T06:25:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:26:06.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:26:06.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:26:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:26:56.637Z||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-20T06:26:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:26:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:26:56.638Z||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-20T06:26:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:27:06.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:27:06.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:27:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:27:56.637Z||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-20T06:27:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:27:56.639Z||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-20T06:27:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:27:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:28:06.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:28:06.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:28:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:28:56.637Z||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-20T06:28:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:28:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:28:56.638Z||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-20T06:28:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:29:06.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:29:06.177Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:29:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:29:56.637Z||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-20T06:29:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:29:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:29:56.640Z||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-20T06:29:56.640Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:30:06.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:30:06.207Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:30:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:30:56.637Z||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-20T06:30:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:30:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:30:56.638Z||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-20T06:30:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:31:06.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:31:06.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:31:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:31:56.637Z||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-20T06:31:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:31:56.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:31:56.638Z||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-20T06:31:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:32:06.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:32:06.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:32:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:32:56.637Z||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-20T06:32:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:32:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:32:56.638Z||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-20T06:32:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:33:06.177Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:33:06.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:33:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:33:56.637Z||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-20T06:33:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:33:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:33:56.638Z||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-20T06:33:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:34:06.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:34:06.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:34:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:34:56.637Z||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-20T06:34:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:34:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:34:56.638Z||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-20T06:34:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:35:06.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:35:06.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:35:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:35:56.637Z||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-20T06:35:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:35:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:35:56.638Z||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-20T06:35:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:36:06.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:36:06.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:36:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:36:56.637Z||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-20T06:36:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:36:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:36:56.638Z||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-20T06:36:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:37:06.177Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:37:06.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:37:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:37:56.637Z||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-20T06:37:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:37:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:37:56.638Z||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-20T06:37:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:38:06.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:38:06.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:38:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:38:56.637Z||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-20T06:38:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:38:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:38:56.638Z||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-20T06:38:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:39:06.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:39:06.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:39:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:39:56.637Z||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-20T06:39:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:39:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:39:56.638Z||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-20T06:39:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:40:06.176Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:40:06.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:40:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:40:56.637Z||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-20T06:40:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:40:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:40:56.639Z||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-20T06:40:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:41:06.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:41:06.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:41:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:41:56.637Z||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-20T06:41:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:41:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:41:56.638Z||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-20T06:41:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:42:06.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:42:06.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:42:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:42:56.637Z||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-20T06:42:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:42:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:42:56.638Z||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-20T06:42:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:43:06.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:43:06.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:43:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:43:56.637Z||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-20T06:43:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:43:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:43:56.638Z||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-20T06:43:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:44:06.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:44:06.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:44:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:44:56.637Z||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-20T06:44:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:44:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:44:56.638Z||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-20T06:44:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:45:06.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:45:06.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:45:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:45:56.637Z||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-20T06:45:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:45:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:45:56.638Z||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-20T06:45:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:46:06.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:46:06.184Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:46:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:46:56.637Z||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-20T06:46:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:46:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:46:56.638Z||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-20T06:46:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:47:06.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:47:06.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:47:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:47:56.637Z||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-20T06:47:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:47:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:47:56.638Z||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-20T06:47:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:48:06.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:48:06.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:48:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:48:56.637Z||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-20T06:48:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:48:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:48:56.638Z||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-20T06:48:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:49:06.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:49:06.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:49:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:49:56.637Z||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-20T06:49:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:49:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:49:56.638Z||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-20T06:49:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:50:06.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:50:06.181Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:50:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:50:56.637Z||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-20T06:50:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:50:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:50:56.638Z||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-20T06:50:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:06.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:06.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:56.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:51:56.637Z||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-20T06:51:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:51:56.638Z||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-20T06:51:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:57.263Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:57.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:57.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d770caef-4763-4bba-81bf-46aefd7baeab","serviceName":"basic_onboard_xHFxJq","serviceVersion":"1.0","serviceUUID":"68b5d2be-2063-44de-b536-242f990ad8ef","serviceDescription":"service","serviceInvariantUUID":"d12386b4-d7ab-4578-a400-dec1ff2c8a25","resources":[{"resourceInstanceName":"basic_onboard_xHFxJq 0","resourceName":"basic_onboard_xHFxJq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1fae3f56-8b35-47fd-8dbb-b4bec048ea7b","resourceInvariantUUID":"5863475c-4f4c-4b1f-aaec-dfbf1644ad7f","resourceCustomizationUUID":"71c2210b-b679-4271-9c2f-5934e1e9cbcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml","artifactChecksum":"NzI2YmZiMWQ1ZTE4YTc0MTg4NTY3ZWQ1MGRkYjU4YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d127359-0514-4a97-9b0f-47b270c2873c","artifactVersion":"1"},{"artifactName":"basic_onboard_xhfxjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json","artifactChecksum":"NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ecb0135e-81f4-4ae2-bd9e-2be78a4db266","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e16f7294-4389-42e9-84bc-f99e6e17c392","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7311b3d3-fd66-4f2e-ba6e-44a99360619b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80171cfd-3913-45cf-baae-f059ccf8bf5b","artifactVersion":"2","generatedFromUUID":"e16f7294-4389-42e9-84bc-f99e6e17c392"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXhfxjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml","artifactChecksum":"NDRjN2QxMmFjMWE4ZWM4YzAwMDU0ZjEwNjMyMGQxMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e7746b3-9368-4c15-bd7d-0a6debd36723","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXhfxjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar","artifactChecksum":"NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"777ccd5a-e2fa-4742-a2ae-5ddecd1358bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T06:51:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.273Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:57.280Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:57.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661482821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661486465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "dcae-sch",
  "timestamp": 1642661485733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661492138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661500367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661500436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "cds",
  "timestamp": 1642661501380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-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=?
2022-01-20T06:51:57.397Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-20T06:51:57.399Z||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-20T06:51:57.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:57.410Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:57.410Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T06:51:57.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661501441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "policy-id",
  "timestamp": 1642661502444,
  "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-20T06:51:57.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661497131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661497570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661505228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661499030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661506424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661507018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661507675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661508870,
  "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-20T06:51:57.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:51:57.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661502339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:51:57.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661509873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661510157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661510383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661512392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "clamp",
  "timestamp": 1642661513395,
  "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-20T06:51:57.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661514004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661515009,
  "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-20T06:51:57.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:51:58.302Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:58.302Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:58.304Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:58.304Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:51:58.404Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:51:58.405Z||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-20T06:51:58.405Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:58.414Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:58.415Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:51:59.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:59.305Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:59.306Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:59.306Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:51:59.406Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:51:59.407Z||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-20T06:51:59.407Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:59.418Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:51:59.419Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:00.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:00.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:00.308Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:00.308Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:52:00.408Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:00.409Z||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-20T06:52:00.409Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:00.421Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:00.422Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:01.309Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:01.309Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:01.311Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:01.311Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T06:52:01.411Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:01.412Z||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-20T06:52:01.412Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:01.424Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:01.424Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:02.311Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:02.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:02.313Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:02.313Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:52:02.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:02.414Z||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-20T06:52:02.414Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:02.426Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:02.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:03.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:03.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:03.316Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:03.316Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:52:03.416Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:03.417Z||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-20T06:52:03.417Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:03.430Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:03.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:04.318Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "serviceName": "basic_onboard_xHFxJq",
  "serviceVersion": "1.0",
  "serviceUUID": "68b5d2be-2063-44de-b536-242f990ad8ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d12386b4-d7ab-4578-a400-dec1ff2c8a25",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_xHFxJq 0",
      "resourceCustomizationUUID": "71c2210b-b679-4271-9c2f-5934e1e9cbcf",
      "resourceName": "basic_onboard_xHFxJq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1fae3f56-8b35-47fd-8dbb-b4bec048ea7b",
      "resourceInvariantUUID": "5863475c-4f4c-4b1f-aaec-dfbf1644ad7f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xhfxjq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
          "artifactChecksum": "NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ecb0135e-81f4-4ae2-bd9e-2be78a4db266",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e16f7294-4389-42e9-84bc-f99e6e17c392",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "80171cfd-3913-45cf-baae-f059ccf8bf5b",
            "generatedFromUUID": "e16f7294-4389-42e9-84bc-f99e6e17c392"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "80171cfd-3913-45cf-baae-f059ccf8bf5b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXhfxjq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
      "artifactChecksum": "NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "777ccd5a-e2fa-4742-a2ae-5ddecd1358bc"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T06:52:04.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T06:52:04.319Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68b5d2be-2063-44de-b536-242f990ad8ef ASDC
2022-01-20T06:52:04.401Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d770caef-4763-4bba-81bf-46aefd7baeab
ServiceName:basic_onboard_xHFxJq
ServiceVersion:1.0
ServiceUUID:68b5d2be-2063-44de-b536-242f990ad8ef
ServiceInvariantUUID:d12386b4-d7ab-4578-a400-dec1ff2c8a25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXhfxjq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
ArtifactUUID:777ccd5a-e2fa-4742-a2ae-5ddecd1358bc
ArtifactChecksum:NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xHFxJq 0
ResourceCustomizationUUID:71c2210b-b679-4271-9c2f-5934e1e9cbcf
ResourceInvariantUUID:5863475c-4f4c-4b1f-aaec-dfbf1644ad7f
ResourceName:basic_onboard_xHFxJq
ResourceType:VF
ResourceUUID:1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xhfxjq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
ArtifactUUID:ecb0135e-81f4-4ae2-bd9e-2be78a4db266
ArtifactChecksum:NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY=
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e16f7294-4389-42e9-84bc-f99e6e17c392
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
ArtifactUUID:80171cfd-3913-45cf-baae-f059ccf8bf5b
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
ArtifactUUID:80171cfd-3913-45cf-baae-f059ccf8bf5b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T06:52:04.402Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68b5d2be-2063-44de-b536-242f990ad8ef 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-20T06:52:04.429Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:04.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.493Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:04.502Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc 71567
2022-01-20T06:52:04.503Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar ASDC sendASDCNotification
2022-01-20T06:52:04.503Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.504Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:04.504Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:04.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:04.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661524503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:52:04.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:04.607Z||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-20T06:52:04.607Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:04.618Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:04.619Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:05.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:52:05.507Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:05.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc, URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.564Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.564Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.936Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11134771556052945172/Definitions/service-BasicOnboardXhfxjq-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-20T06:52:07.426Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T06:52:07.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:52:07.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xHFxJq 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-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:52:07.436Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.437Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.440Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.440Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:52:07.441Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef971e91-d65d-4061-b50d-716991c3ab44
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_xHFxJq
Description:service
Model UUID:68b5d2be-2063-44de-b536-242f990ad8ef
Model Version:NULL
Model InvariantUuid:d12386b4-d7ab-4578-a400-dec1ff2c8a25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_xHFxJq
Model UUID:1e394b08-f67b-42b7-8a89-c3ab68c5f9ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5863475c-4f4c-4b1f-aaec-dfbf1644ad7f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:71c2210b-b679-4271-9c2f-5934e1e9cbcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
ModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
ModelUuid:e2164023-ab4a-49bb-a61c-7f964d9be9fe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef971e91-d65d-4061-b50d-716991c3ab44
ModelInvariantUuid:6bce120d-7cfc-4a21-818a-a93ec9407645
ModelName:basic_onboard_xHFxJq-nodes.ubuntu18Cvfc
ModelUuid:896be7bd-22a2-47c8-b808-7ef0a9564d68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:40965c5e-0226-40ee-a115-552c92f114b8
ModelInvariantUuid:79d79eec-1532-45bc-9f9b-f745aba265ec
ModelName:BasicOnboardXhfxjq.compute.nodes.heat.ubuntu18
ModelUuid:32cd4b06-67e3-4059-a9e8-364a131c1dde
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-20T06:52:07.466Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
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-20T06:52:07.543Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||basic_onboard_xHFxJq 0
2022-01-20T06:52:07.547Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ecb0135e-81f4-4ae2-bd9e-2be78a4db266 from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ecb0135e-81f4-4ae2-bd9e-2be78a4db266 798
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ASDC sendASDCNotification
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:07.845Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:07.845Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661527843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:52:07.946Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T06:52:07.946Z||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-20T06:52:07.946Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:07.959Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:07.959Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:08.847Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXhfxjq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1463079f-9ce9-4ca1-ab46-ee625c92cf7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2164023-ab4a-49bb-a61c-7f964d9be9fe",
    "vfModuleModelCustomizationUUID": "dfb0df10-1a52-43a9-b669-44fd311d45e0",
    "isBase": true,
    "artifacts": [
      "e16f7294-4389-42e9-84bc-f99e6e17c392",
      "80171cfd-3913-45cf-baae-f059ccf8bf5b"
    ],
    "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-20T06:52:08.858Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2164023-ab4a-49bb-a61c-7f964d9be9fe
VfModuleModelInvariantUUID:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e16f7294-4389-42e9-84bc-f99e6e17c392
,
80171cfd-3913-45cf-baae-f059ccf8bf5b

}
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-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXhfxjq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1463079f-9ce9-4ca1-ab46-ee625c92cf7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2164023-ab4a-49bb-a61c-7f964d9be9fe",
    "vfModuleModelCustomizationUUID": "dfb0df10-1a52-43a9-b669-44fd311d45e0",
    "isBase": true,
    "artifacts": [
      "e16f7294-4389-42e9-84bc-f99e6e17c392",
      "80171cfd-3913-45cf-baae-f059ccf8bf5b"
    ],
    "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-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2164023-ab4a-49bb-a61c-7f964d9be9fe
VfModuleModelInvariantUUID:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e16f7294-4389-42e9-84bc-f99e6e17c392
,
80171cfd-3913-45cf-baae-f059ccf8bf5b

}
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-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e16f7294-4389-42e9-84bc-f99e6e17c392 from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml e16f7294-4389-42e9-84bc-f99e6e17c392 5033
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:09.324Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:09.324Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661529322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:52:09.424Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:09.425Z||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-20T06:52:09.425Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:09.435Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:09.435Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 80171cfd-3913-45cf-baae-f059ccf8bf5b from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.826Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env 80171cfd-3913-45cf-baae-f059ccf8bf5b 909
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:10.828Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:10.828Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661530827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:52:10.929Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T06:52:10.929Z||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-20T06:52:10.929Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:10.939Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:10.940Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:11.829Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 68b5d2be-2063-44de-b536-242f990ad8ef
2022-01-20T06:52:11.830Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xHFxJq 0 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b 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-20T06:52:11.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ee01ce7, org.onap.sdc.toscaparser.api.parameters.Input@35871dbf, org.onap.sdc.toscaparser.api.parameters.Input@6f1c2b04, org.onap.sdc.toscaparser.api.parameters.Input@618524b2, org.onap.sdc.toscaparser.api.parameters.Input@5f3c0b41]
2022-01-20T06:52:11.862Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 71c2210b-b679-4271-9c2f-5934e1e9cbcf
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf matches Tosca VF Customization UUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf  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-20T06:52:11.868Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.868Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 71c2210b-b679-4271-9c2f-5934e1e9cbcf: {\"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-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19552d1
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:52:11.870Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dfb0df10-1a52-43a9-b669-44fd311d45e0
2022-01-20T06:52:11.871Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dfb0df10-1a52-43a9-b669-44fd311d45e0
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-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T06:52:11.877Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:11.877Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef971e91-d65d-4061-b50d-716991c3ab44
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-20T06:52:11.889Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=71c2210b-b679-4271-9c2f-5934e1e9cbcf
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-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 68b5d2be-2063-44de-b536-242f990ad8ef: basic_onboard_xHFxJq
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_xHFxJq 
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-20T06:52:12.069Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xHFxJq 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b 1 ASDC deployResourceStructure
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ASDC sendASDCNotification
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:12.072Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:12.072Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661532070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:52:12.172Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:12.173Z||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-20T06:52:12.173Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:12.184Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:12.184Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:13.074Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:13.075Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661533072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T06:52:13.175Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:13.175Z||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-20T06:52:13.175Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:13.187Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:13.187Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-20T06:52:14.075Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:14.077Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:14.077Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661534075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-20T06:52:14.177Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:14.178Z||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-20T06:52:14.178Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:14.188Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:14.188Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:15.078Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar ASDC sendASDCNotification
2022-01-20T06:52:15.078Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:15.079Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:15.079Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:15.080Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:15.080Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661535078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:52:15.181Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:15.181Z||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-20T06:52:15.181Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:15.192Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:15.193Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:16.081Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:52:16.092Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:52:16.094Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:52:16.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:52:16.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:52:46.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:52:46.101Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:52:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:52:56.639Z||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-20T06:52:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:56.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:52:56.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:52:56.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:52:56.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:16.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:53:16.108Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:53:46.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:53:46.115Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:53:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:53:56.639Z||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-20T06:53:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:53:57.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:53:57.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661517455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "aai-ml",
  "timestamp": 1642661518460,
  "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-20T06:53:57.171Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:53:57.171Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661516636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661524503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661527843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661529322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661530827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661532070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661533072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661534075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661535078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:16.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:54:16.124Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T06:54:16.127Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||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-20T06:54:16.129Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T06:54:46.129Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab 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-20T06:54:46.134Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d770caef-4763-4bba-81bf-46aefd7baeab and serviceModelVersionId: 68b5d2be-2063-44de-b536-242f990ad8ef
2022-01-20T06:54:46.134Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d12386b4-d7ab-4578-a400-dec1ff2c8a25
2022-01-20T06:54:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:54:56.639Z||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-20T06:54:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:54:57.266Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:54:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661646465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "dcae-sch",
  "timestamp": 1642661645733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661642138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661647821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661655341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661655652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661649030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661656344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "cds",
  "timestamp": 1642661656657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-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-20T06:54:57.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661656847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "policy-id",
  "timestamp": 1642661657346,
  "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-20T06:54:57.297Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.297Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661652339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661660073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661663247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661657131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661657570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661664251,
  "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-20T06:54:57.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661664393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661664852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661665019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661665908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "aai-ml",
  "timestamp": 1642661666023,
  "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-20T06:54:57.328Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.329Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661666406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661666952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "clamp",
  "timestamp": 1642661667410,
  "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-20T06:54:57.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.340Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661668155,
  "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-20T06:54:57.384Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.384Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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-20T06:54:57.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661669161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:54:57.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.515Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0
2022-01-20T06:54:57.646Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T06:54:58.139Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?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-20T06:54:58.142Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|INFO|500||Invoke
2022-01-20T06:54:58.308Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T06:54:58.389Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T06:54:58.390Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-06:54:58:319-55940], Content-Length=[495], Date=[Thu, 20 Jan 2022 06:54:58 GMT], Content-Type=[application/json]}
2022-01-20T06:54:58.392Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||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/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef","ERR.5.4.6114"]}}}

2022-01-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (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-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.411Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (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-20T06:54:58.501Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-20T06:54:58.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d770caef-4763-4bba-81bf-46aefd7baeab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.509Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T06:54:58.509Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:54:58.511Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:54:58.511Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661698508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec\u003dERR.5.4.6114)"
}
2022-01-20T06:54:58.611Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:54:58.612Z||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-20T06:54:58.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:54:58.623Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:54:58.623Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|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-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:04.260Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:04.261Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T06:55:04.261Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec122131-425e-4559-bb35-326f5d028a29","serviceName":"vFW 2022-01-20 06-52-53","serviceVersion":"1.0","serviceUUID":"dae3985c-e73d-4bf6-84e9-9d3a9818423e","serviceDescription":"catalog service description","serviceInvariantUUID":"f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e","resources":[{"resourceInstanceName":"vFW 2ed4bb21-5284 0","resourceName":"vFW 2ed4bb21-5284","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fc8c3ba-60ed-4310-8ce2-a080bebb72c5","resourceInvariantUUID":"46c82117-70b5-446a-aac4-7a3d8e33f5aa","resourceCustomizationUUID":"affb1e8e-a050-4756-b4f7-fb87d9350a2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml","artifactChecksum":"ZmZmOTdhNzBmMDg3NDM3NTMxOTBhOTExYzQ0ZGVjYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"211c18dc-16cd-433e-8736-77da20a02ca8","artifactVersion":"1"},{"artifactName":"vfw2ed4bb2152840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json","artifactChecksum":"N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc353a2e-97f4-42a4-af46-6f7f2b8b1929","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"368d222d-b85f-4394-baef-2ff3746514d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml","artifactChecksum":"MGZkOWI5NDZlYjQ4ZjVjY2M0ZDQxZjc0YzRiOWYxZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"573f7689-b2db-4367-9efc-47ca8309db38","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a435eb9a-8565-4603-8828-2c1373c00586","artifactVersion":"2","generatedFromUUID":"368d222d-b85f-4394-baef-2ff3746514d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120065253-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml","artifactChecksum":"ODMzZGZiMjdiZmUwMmNiZDBmYWMyOTA5Nzg4NWU3NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f6528ff-ea20-45cf-8760-de07714e351c","artifactVersion":"1"},{"artifactName":"service-Vfw20220120065253-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar","artifactChecksum":"MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bad4deb5-da44-42e4-87f8-1359efd4c100","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T06:55:04.263Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:04.264Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:04.265Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:04.265Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:04.365Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:04.366Z||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-20T06:55:04.366Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:04.375Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:04.375Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:05.266Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:05.266Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:05.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:05.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:55:05.368Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:05.369Z||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-20T06:55:05.369Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:05.378Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:05.378Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:06.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:06.269Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:06.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:06.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:55:06.371Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:06.372Z||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-20T06:55:06.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:06.381Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:06.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:07.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:07.272Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:07.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:07.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:07.374Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:07.375Z||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-20T06:55:07.375Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:07.385Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:07.385Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:08.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:08.275Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:08.276Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:08.276Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T06:55:08.377Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:08.377Z||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-20T06:55:08.377Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:08.386Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:08.387Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:09.277Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:09.278Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:09.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:09.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:09.380Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:09.380Z||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-20T06:55:09.381Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:09.390Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:09.390Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:10.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:10.281Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:10.282Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:10.282Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:55:10.382Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:10.383Z||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-20T06:55:10.383Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:10.392Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:10.392Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:11.283Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "serviceName": "vFW 2022-01-20 06-52-53",
  "serviceVersion": "1.0",
  "serviceUUID": "dae3985c-e73d-4bf6-84e9-9d3a9818423e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e",
  "resources": [
    {
      "resourceInstanceName": "vFW 2ed4bb21-5284 0",
      "resourceCustomizationUUID": "affb1e8e-a050-4756-b4f7-fb87d9350a2b",
      "resourceName": "vFW 2ed4bb21-5284",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6fc8c3ba-60ed-4310-8ce2-a080bebb72c5",
      "resourceInvariantUUID": "46c82117-70b5-446a-aac4-7a3d8e33f5aa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2ed4bb2152840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
          "artifactChecksum": "N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fc353a2e-97f4-42a4-af46-6f7f2b8b1929",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "368d222d-b85f-4394-baef-2ff3746514d1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a435eb9a-8565-4603-8828-2c1373c00586",
            "generatedFromUUID": "368d222d-b85f-4394-baef-2ff3746514d1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a435eb9a-8565-4603-8828-2c1373c00586",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120065253-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
      "artifactChecksum": "MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bad4deb5-da44-42e4-87f8-1359efd4c100"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T06:55:11.284Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T06:55:11.284Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dae3985c-e73d-4bf6-84e9-9d3a9818423e ASDC
2022-01-20T06:55:11.284Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ec122131-425e-4559-bb35-326f5d028a29
ServiceName:vFW 2022-01-20 06-52-53
ServiceVersion:1.0
ServiceUUID:dae3985c-e73d-4bf6-84e9-9d3a9818423e
ServiceInvariantUUID:f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120065253-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
ArtifactUUID:bad4deb5-da44-42e4-87f8-1359efd4c100
ArtifactChecksum:MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2ed4bb21-5284 0
ResourceCustomizationUUID:affb1e8e-a050-4756-b4f7-fb87d9350a2b
ResourceInvariantUUID:46c82117-70b5-446a-aac4-7a3d8e33f5aa
ResourceName:vFW 2ed4bb21-5284
ResourceType:VF
ResourceUUID:6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2ed4bb2152840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
ArtifactUUID:fc353a2e-97f4-42a4-af46-6f7f2b8b1929
ArtifactChecksum:N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ=
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
ArtifactUUID:368d222d-b85f-4394-baef-2ff3746514d1
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
ArtifactUUID:a435eb9a-8565-4603-8828-2c1373c00586
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
ArtifactUUID:a435eb9a-8565-4603-8828-2c1373c00586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T06:55:11.284Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dae3985c-e73d-4bf6-84e9-9d3a9818423e 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-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bad4deb5-da44-42e4-87f8-1359efd4c100 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:11.309Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.729Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:11.733Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar bad4deb5-da44-42e4-87f8-1359efd4c100 98910
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar ASDC sendASDCNotification
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:11.735Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:11.736Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661711734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:11.836Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:11.836Z||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-20T06:55:11.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:11.845Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:11.845Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:12.736Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bad4deb5-da44-42e4-87f8-1359efd4c100, URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar to file: /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.738Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.738Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.958Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12422837490069621619/Definitions/service-Vfw20220120065253-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-20T06:55:15.012Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2ed4bb21-5284 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-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f79abd97-b60a-4258-a2dd-5bde52bb5225
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=acf506d8-6fe0-43cd-bd43-e5100edc7527
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15e80c9c-675c-40cd-8be2-d5284abb9aed
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 06-52-53
Description:catalog service description
Model UUID:dae3985c-e73d-4bf6-84e9-9d3a9818423e
Model Version:NULL
Model InvariantUuid:f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2ed4bb21-5284
Model UUID:45e08d29-38c3-463d-a584-0bc0ff9fcdb3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46c82117-70b5-446a-aac4-7a3d8e33f5aa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:affb1e8e-a050-4756-b4f7-fb87d9350a2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:edb494b8-e01c-49d4-aff0-de37d775646d
ModelName:Vfw2ed4bb215284..base_vfw..module-0
ModelUuid:ddae4e93-ad2d-4334-a872-c34a168c92d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f79abd97-b60a-4258-a2dd-5bde52bb5225
ModelInvariantUuid:5a55ef2c-3609-4e88-add3-a2d9e6f175c3
ModelName:vFW 2ed4bb21-5284-nodes.vfwCvfc
ModelUuid:1e81d6cb-69e6-4b9c-b33c-225d7873d56d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:939de5a5-4841-49f8-8531-0a1a3864a7ac
ModelInvariantUuid:e21d78f3-5875-44ac-a245-9ab929b2745e
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vfw
ModelUuid:8aa803ec-1b3d-46a1-a753-cb3f4b4584bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:acf506d8-6fe0-43cd-bd43-e5100edc7527
ModelInvariantUuid:bf820b6a-486c-4409-8b80-75d6a285bdf2
ModelName:vFW 2ed4bb21-5284-nodes.vsnCvfc
ModelUuid:8577eb21-a796-4cef-bed9-59500d077c66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6e5e9cd1-b762-4143-b732-587296139e89
ModelInvariantUuid:41c2aa9e-349d-4447-abff-4eb9046b1eae
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vsn
ModelUuid:8c32a12a-35b4-47e6-abfe-e74db5d3e981
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:15e80c9c-675c-40cd-8be2-d5284abb9aed
ModelInvariantUuid:acc26615-3e99-4db3-829f-a2e45c26b6df
ModelName:vFW 2ed4bb21-5284-nodes.vpgCvfc
ModelUuid:2cd445db-f5cd-47db-b792-ffa3e8446e3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e884421f-272c-46fe-a872-0b5109a779e9
ModelInvariantUuid:b97e1f2c-5283-4404-b311-44757d6ea284
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vpg
ModelUuid:c6f2c09e-abbb-4e29-9070-fa92c19f0b89
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-20T06:55:15.029Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
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-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||vFW 2ed4bb21-5284 0
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc353a2e-97f4-42a4-af46-6f7f2b8b1929 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:15.032Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json fc353a2e-97f4-42a4-af46-6f7f2b8b1929 785
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json ASDC sendASDCNotification
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:15.236Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:15.237Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:15.237Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661715235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:15.338Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T06:55:15.338Z||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-20T06:55:15.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:15.347Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:15.348Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:16.238Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2ed4bb215284..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "edb494b8-e01c-49d4-aff0-de37d775646d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddae4e93-ad2d-4334-a872-c34a168c92d0",
    "vfModuleModelCustomizationUUID": "8f1abdef-031e-44eb-b288-355f832a69c9",
    "isBase": true,
    "artifacts": [
      "368d222d-b85f-4394-baef-2ff3746514d1",
      "a435eb9a-8565-4603-8828-2c1373c00586"
    ],
    "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-20T06:55:16.242Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ed4bb215284..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddae4e93-ad2d-4334-a872-c34a168c92d0
VfModuleModelInvariantUUID:edb494b8-e01c-49d4-aff0-de37d775646d
VfModuleModelDescription:NULL
Artifacts UUID List:{
368d222d-b85f-4394-baef-2ff3746514d1
,
a435eb9a-8565-4603-8828-2c1373c00586

}
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-20T06:55:16.243Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2ed4bb215284..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "edb494b8-e01c-49d4-aff0-de37d775646d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddae4e93-ad2d-4334-a872-c34a168c92d0",
    "vfModuleModelCustomizationUUID": "8f1abdef-031e-44eb-b288-355f832a69c9",
    "isBase": true,
    "artifacts": [
      "368d222d-b85f-4394-baef-2ff3746514d1",
      "a435eb9a-8565-4603-8828-2c1373c00586"
    ],
    "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-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ed4bb215284..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddae4e93-ad2d-4334-a872-c34a168c92d0
VfModuleModelInvariantUUID:edb494b8-e01c-49d4-aff0-de37d775646d
VfModuleModelDescription:NULL
Artifacts UUID List:{
368d222d-b85f-4394-baef-2ff3746514d1
,
a435eb9a-8565-4603-8828-2c1373c00586

}
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-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 368d222d-b85f-4394-baef-2ff3746514d1 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml 368d222d-b85f-4394-baef-2ff3746514d1 20368
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:16.435Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:16.435Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661716433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:16.535Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:16.536Z||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-20T06:55:16.536Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:16.545Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:16.545Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a435eb9a-8565-4603-8828-2c1373c00586 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.627Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:17.627Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env a435eb9a-8565-4603-8828-2c1373c00586 2098
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:17.629Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:17.629Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661717627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:17.730Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:17.730Z||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-20T06:55:17.730Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:17.739Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:17.739Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:18.630Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dae3985c-e73d-4bf6-84e9-9d3a9818423e
2022-01-20T06:55:18.630Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2ed4bb21-5284 0 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:55:18.644Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6585058c, org.onap.sdc.toscaparser.api.parameters.Input@8d9eae9, org.onap.sdc.toscaparser.api.parameters.Input@3fe3e30, org.onap.sdc.toscaparser.api.parameters.Input@2fe8c76d, org.onap.sdc.toscaparser.api.parameters.Input@628c0e79]
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= affb1e8e-a050-4756-b4f7-fb87d9350a2b
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b matches Tosca VF Customization UUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b  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-20T06:55:18.647Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.647Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id affb1e8e-a050-4756-b4f7-fb87d9350a2b: {\"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-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e82fd60
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f1abdef-031e-44eb-b288-355f832a69c9
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f1abdef-031e-44eb-b288-355f832a69c9
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-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:18.652Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.653Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f79abd97-b60a-4258-a2dd-5bde52bb5225
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-20T06:55:18.654Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.655Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.656Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=acf506d8-6fe0-43cd-bd43-e5100edc7527
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-20T06:55:18.658Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.658Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.658Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.660Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.660Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:18.660Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:18.660Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:18.661Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:18.662Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:18.662Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T06:55:18.662Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15e80c9c-675c-40cd-8be2-d5284abb9aed
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-20T06:55:18.663Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.663Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.663Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.664Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.664Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.664Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=affb1e8e-a050-4756-b4f7-fb87d9350a2b
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-20T06:55:18.665Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.665Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.665Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dae3985c-e73d-4bf6-84e9-9d3a9818423e: vFW 2ed4bb21-5284
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.666Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-01-20 06-52-53 
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-20T06:55:18.819Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2ed4bb21-5284 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5 1 ASDC deployResourceStructure
2022-01-20T06:55:18.820Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json ASDC sendASDCNotification
2022-01-20T06:55:18.820Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:18.820Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:55:18.820Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:18.822Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:18.822Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661718820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:18.922Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:18.923Z||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-20T06:55:18.923Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:18.933Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:18.933Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:19.823Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T06:55:19.823Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:19.823Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:55:19.823Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:19.825Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:19.825Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661719823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:19.925Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:19.926Z||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-20T06:55:19.926Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:19.936Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:19.937Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:20.826Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T06:55:20.826Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:20.826Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:55:20.826Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:20.828Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:20.828Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661720825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:20.928Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:20.929Z||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-20T06:55:20.929Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:20.939Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:20.939Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T06:55:21.829Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar ASDC sendASDCNotification
2022-01-20T06:55:21.829Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:21.829Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:55:21.829Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:21.831Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:21.831Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661721829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:21.931Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:21.931Z||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-20T06:55:21.931Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:21.942Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:21.943Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:22.831Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec122131-425e-4559-bb35-326f5d028a29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T06:55:22.836Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec122131-425e-4559-bb35-326f5d028a29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T06:55:22.839Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||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-20T06:55:22.841Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T06:55:52.842Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec122131-425e-4559-bb35-326f5d028a29 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-20T06:55:52.844Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec122131-425e-4559-bb35-326f5d028a29 and serviceModelVersionId: dae3985c-e73d-4bf6-84e9-9d3a9818423e
2022-01-20T06:55:52.845Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e
2022-01-20T06:55:52.845Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?depth=0
2022-01-20T06:55:52.849Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T06:55:52.884Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?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-20T06:55:52.885Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?depth=0|INFO|500||Invoke
2022-01-20T06:55:52.904Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T06:55:52.935Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T06:55:52.935Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-06:55:52:913-32749], Content-Length=[495], Date=[Thu, 20 Jan 2022 06:55:52 GMT], Content-Type=[application/json]}
2022-01-20T06:55:52.936Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||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/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e","ERR.5.4.6114"]}}}

2022-01-20T06:55:52.939Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (ec=ERR.5.4.6114)
2022-01-20T06:55:52.939Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (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-20T06:55:52.939Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (ec=ERR.5.4.6114)
2022-01-20T06:55:52.939Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (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-20T06:55:52.953Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-20T06:55:52.953Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec122131-425e-4559-bb35-326f5d028a29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (ec=ERR.5.4.6114)
2022-01-20T06:55:52.953Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T06:55:52.954Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:52.955Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:52.955Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661752953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (ec\u003dERR.5.4.6114)"
}
2022-01-20T06:55:53.055Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:53.056Z||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-20T06:55:53.056Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:53.070Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:53.070Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-20T06:55:53.961Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:55:53.961Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:55:53.962Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:55:56.638Z||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-20T06:55:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:57.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:55:57.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661698508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec\u003dERR.5.4.6114)"
}
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661699518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661711734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661715235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:57.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661716433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661717627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661718820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661719823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661720825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661721829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:55:57.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:55:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661752953,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dec122131-425e-4559-bb35-326f5d028a29 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e/model-vers/model-ver/dae3985c-e73d-4bf6-84e9-9d3a9818423e) (ec\u003dERR.5.4.6114)"
}
2022-01-20T06:55:57.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:56:03.501Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:56:03.501Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:56:03.502Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:56:03.502Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:56:13.032Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:56:13.033Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:56:13.033Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:56:13.034Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:56:22.566Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:56:56.636Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:56:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:56:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:56:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:56:56.638Z||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-20T06:56:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:57:06.173Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:57:06.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:57:56.636Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:57:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:57:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:57:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:57:56.638Z||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-20T06:57:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:58:06.177Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:58:06.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:58:56.636Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:58:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:58:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:58:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:58:56.638Z||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-20T06:58:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:06.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:06.176Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:56.636Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:59:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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-20T06:59:56.637Z|ec122131-425e-4559-bb35-326f5d028a29|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:59:56.638Z||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-20T06:59:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:56.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:56.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661972138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661977131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642661977570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661977821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661984932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661985643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661979030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661986132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "cds",
  "timestamp": 1642661986647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-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-20T06:59:56.848Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T06:59:56.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T06:59:56.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661986842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661987332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661988456,
  "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-20T06:59:56.855Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T06:59:56.855Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T06:59:56.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661982340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642661989459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661990075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "dcae-sch",
  "timestamp": 1642661985733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661992959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T06:59:56.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661992976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661986465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "aai-ml",
  "timestamp": 1642661993963,
  "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-20T06:59:56.863Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T06:59:56.863Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T06:59:56.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642661993979,
  "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-20T06:59:56.868Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T06:59:56.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661994160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661995163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T06:59:56.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "policy-id",
  "timestamp": 1642661996166,
  "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-20T06:59:56.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T06:59:56.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T06:59:57.259Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:57.260Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T06:59:57.260Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ada14bc5-c835-4f31-ba3d-eb71e0cc9abf","serviceName":"vFW 2022-01-20 06-58-29","serviceVersion":"1.0","serviceUUID":"7a81a6fe-fa3a-46fa-9eb5-ed5001227b76","serviceDescription":"catalog service description","serviceInvariantUUID":"c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675","resources":[{"resourceInstanceName":"vFW e22e0b56-6a8f 0","resourceName":"vFW e22e0b56-6a8f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01","resourceInvariantUUID":"aea49d6a-4e42-4638-a7c2-7314e05d5ba9","resourceCustomizationUUID":"da594e64-fb66-4559-8137-afdfa55dafd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ4ZWIwZDllZGZhYjY0MWM2Y2JjODRmZWQ4MTE3NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df755596-e5c5-475e-8ea0-04e113175d1c","artifactVersion":"1"},{"artifactName":"vfwe22e0b566a8f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json","artifactChecksum":"YmVjNzcxMmNmNDBjYzA0OGQwODA5ZDkzN2ExZWQxNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69d4a0a3-4f0b-450b-9025-3637c6a704de","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"579e7249-6f80-47e3-9f42-37c024551eb9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ZkMmIyNzg3MDUwZTI2NjI2MWZhODE0NTc3YzliOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30ad7dbd-be1a-4e95-9a19-01e86538594a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e2779db-ec53-42f2-b2a1-3350082d11f9","artifactVersion":"2","generatedFromUUID":"579e7249-6f80-47e3-9f42-37c024551eb9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120065829-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml","artifactChecksum":"N2UxNDFlOTJhNWRjNTI5MDQwZTg1ZWNhYzFjODMzMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"390045af-c98c-4793-bdb7-2a80cf73e495","artifactVersion":"1"},{"artifactName":"service-Vfw20220120065829-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar","artifactChecksum":"NWJlNDNkNjU2NTkxNzU4ODBkNzNiZjY0MjQ2YzU4NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99671fc7-d203-406e-b297-41c9f14ae0f8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T06:59:57.262Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:59:57.262Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:59:57.263Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:59:57.264Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T06:59:57.364Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:59:57.364Z||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-20T06:59:57.365Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:57.375Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:57.376Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:59:58.264Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:59:58.265Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:59:58.266Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:59:58.266Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T06:59:58.367Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T06:59:58.368Z||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-20T06:59:58.368Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:58.378Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:58.378Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:59:59.267Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:59:59.268Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:59:59.269Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:59:59.269Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T06:59:59.369Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:59:59.371Z||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-20T06:59:59.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:59:59.381Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T06:59:59.381Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:00.269Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:00:00.270Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:00.272Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:00.272Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:00:00.372Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:00.373Z||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-20T07:00:00.373Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:00.382Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:00.382Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:01.272Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:00:01.273Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:01.275Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:01.275Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:00:01.376Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:00:01.377Z||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-20T07:00:01.377Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:01.386Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:01.387Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:02.276Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:00:02.277Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:02.278Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:02.278Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:00:02.378Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:02.379Z||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-20T07:00:02.379Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:02.388Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:02.388Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:03.278Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:00:03.279Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:03.280Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:03.281Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:00:03.381Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:03.381Z||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-20T07:00:03.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:03.391Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:03.392Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:04.282Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "serviceName": "vFW 2022-01-20 06-58-29",
  "serviceVersion": "1.0",
  "serviceUUID": "7a81a6fe-fa3a-46fa-9eb5-ed5001227b76",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675",
  "resources": [
    {
      "resourceInstanceName": "vFW e22e0b56-6a8f 0",
      "resourceCustomizationUUID": "da594e64-fb66-4559-8137-afdfa55dafd8",
      "resourceName": "vFW e22e0b56-6a8f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01",
      "resourceInvariantUUID": "aea49d6a-4e42-4638-a7c2-7314e05d5ba9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe22e0b566a8f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
          "artifactChecksum": "YmVjNzcxMmNmNDBjYzA0OGQwODA5ZDkzN2ExZWQxNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "69d4a0a3-4f0b-450b-9025-3637c6a704de",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "579e7249-6f80-47e3-9f42-37c024551eb9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5e2779db-ec53-42f2-b2a1-3350082d11f9",
            "generatedFromUUID": "579e7249-6f80-47e3-9f42-37c024551eb9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5e2779db-ec53-42f2-b2a1-3350082d11f9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120065829-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
      "artifactChecksum": "NWJlNDNkNjU2NTkxNzU4ODBkNzNiZjY0MjQ2YzU4NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99671fc7-d203-406e-b297-41c9f14ae0f8"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:00:04.282Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:00:04.282Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 ASDC
2022-01-20T07:00:04.282Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
ServiceName:vFW 2022-01-20 06-58-29
ServiceVersion:1.0
ServiceUUID:7a81a6fe-fa3a-46fa-9eb5-ed5001227b76
ServiceInvariantUUID:c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120065829-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar
ArtifactUUID:99671fc7-d203-406e-b297-41c9f14ae0f8
ArtifactChecksum:NWJlNDNkNjU2NTkxNzU4ODBkNzNiZjY0MjQ2YzU4NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e22e0b56-6a8f 0
ResourceCustomizationUUID:da594e64-fb66-4559-8137-afdfa55dafd8
ResourceInvariantUUID:aea49d6a-4e42-4638-a7c2-7314e05d5ba9
ResourceName:vFW e22e0b56-6a8f
ResourceType:VF
ResourceUUID:a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe22e0b566a8f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json
ArtifactUUID:69d4a0a3-4f0b-450b-9025-3637c6a704de
ArtifactChecksum:YmVjNzcxMmNmNDBjYzA0OGQwODA5ZDkzN2ExZWQxNDQ=
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/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml
ArtifactUUID:579e7249-6f80-47e3-9f42-37c024551eb9
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/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
ArtifactUUID:5e2779db-ec53-42f2-b2a1-3350082d11f9
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/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
ArtifactUUID:5e2779db-ec53-42f2-b2a1-3350082d11f9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:00:04.282Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 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-20T07:00:04.301Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:00:04.301Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:00:04.301Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:00:04.301Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99671fc7-d203-406e-b297-41c9f14ae0f8 from URL: /sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:04.301Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:00:04.302Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:04.391Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:00:04.395Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar 99671fc7-d203-406e-b297-41c9f14ae0f8 98913
2022-01-20T07:00:04.396Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar ASDC sendASDCNotification
2022-01-20T07:00:04.396Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:04.396Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:00:04.396Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:04.398Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:04.398Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662004395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:00:04.498Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:04.499Z||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-20T07:00:04.499Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:04.508Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:04.508Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:05.398Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:00:05.399Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:00:05.399Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 99671fc7-d203-406e-b297-41c9f14ae0f8, URL: /sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar to file: /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:05.400Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120065829-csar.csar
2022-01-20T07:00:05.400Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:05.400Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:05.549Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15792855002138888753/Definitions/service-Vfw20220120065829-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-20T07:00:07.027Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.028Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e22e0b56-6a8f 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-Vfw20220120065829-csar.csar
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:00:07.029Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:07.030Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:00:07.031Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:07.032Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:00:07.033Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4aa9ff2-aed7-4a6c-8b2f-ede0c0e4a612
2022-01-20T07:00:07.034Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.035Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d3e4ef28-8790-4863-8a68-75e5f618e0b5
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.036Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cad57a31-0939-4581-b66f-c5dfa3f9cca3
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.037Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:07.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:07.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 06-58-29
Description:catalog service description
Model UUID:7a81a6fe-fa3a-46fa-9eb5-ed5001227b76
Model Version:NULL
Model InvariantUuid:c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e22e0b56-6a8f
Model UUID:31f9114c-cf77-4bcf-8731-1c1926fae737
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aea49d6a-4e42-4638-a7c2-7314e05d5ba9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da594e64-fb66-4559-8137-afdfa55dafd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b1007b0c-d592-455c-9697-35f1f8ef72c8
ModelName:VfwE22e0b566a8f..base_vfw..module-0
ModelUuid:fe595730-d181-4607-a8b9-ac69377a1bca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a4aa9ff2-aed7-4a6c-8b2f-ede0c0e4a612
ModelInvariantUuid:540461b3-f430-4d41-ac60-f01d302d4c06
ModelName:vFW e22e0b56-6a8f-nodes.vfwCvfc
ModelUuid:607324df-2710-4d98-9047-203ee0883d32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c1595e15-b78a-476b-9bcc-aad36dbbdb6f
ModelInvariantUuid:57e70489-a7d5-4e84-a969-23e4a83987d9
ModelName:VfwE22e0b566a8f.compute.nodes.heat.vfw
ModelUuid:5e09b00c-c11c-4269-be18-c6dae89ebfda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d3e4ef28-8790-4863-8a68-75e5f618e0b5
ModelInvariantUuid:14ab20e2-32f4-40ff-ada7-48c02f526b10
ModelName:vFW e22e0b56-6a8f-nodes.vsnCvfc
ModelUuid:ade06769-ff4c-4676-8521-9241172cfbb1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9f10cb1a-3ccb-484f-b135-ab43c8be7095
ModelInvariantUuid:dbe5caea-c1da-40de-ab69-70979324bd0f
ModelName:VfwE22e0b566a8f.compute.nodes.heat.vsn
ModelUuid:71391e70-14db-40c7-b3d0-6e01ea26edf1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cad57a31-0939-4581-b66f-c5dfa3f9cca3
ModelInvariantUuid:5a101de5-a6a6-4727-a31d-2e538558aecd
ModelName:vFW e22e0b56-6a8f-nodes.vpgCvfc
ModelUuid:89233a19-494e-4360-8b3b-3375f52a1e30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f8e25369-737f-4bfc-9944-62c77bfcf3a6
ModelInvariantUuid:fc700540-1f9a-4b9d-b194-94b6ef0d4bd3
ModelName:VfwE22e0b566a8f.compute.nodes.heat.vpg
ModelUuid:f48d603d-7dc5-4a4e-805d-019477c49762
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-20T07:00:07.043Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01
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-20T07:00:07.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||vFW e22e0b56-6a8f 0
2022-01-20T07:00:07.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01
2022-01-20T07:00:07.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 69d4a0a3-4f0b-450b-9025-3637c6a704de from URL: /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json
2022-01-20T07:00:07.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:00:07.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json
2022-01-20T07:00:07.159Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:00:07.159Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json 69d4a0a3-4f0b-450b-9025-3637c6a704de 785
2022-01-20T07:00:07.159Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json ASDC sendASDCNotification
2022-01-20T07:00:07.159Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json
2022-01-20T07:00:07.159Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:00:07.160Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:07.161Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:07.161Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662007159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:00:07.261Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:07.262Z||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-20T07:00:07.262Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:07.272Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:07.272Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:08.161Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE22e0b566a8f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b1007b0c-d592-455c-9697-35f1f8ef72c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe595730-d181-4607-a8b9-ac69377a1bca",
    "vfModuleModelCustomizationUUID": "84255d07-1715-49c6-a553-a79c4ba32dc7",
    "isBase": true,
    "artifacts": [
      "579e7249-6f80-47e3-9f42-37c024551eb9",
      "5e2779db-ec53-42f2-b2a1-3350082d11f9"
    ],
    "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-20T07:00:08.164Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE22e0b566a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe595730-d181-4607-a8b9-ac69377a1bca
VfModuleModelInvariantUUID:b1007b0c-d592-455c-9697-35f1f8ef72c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
579e7249-6f80-47e3-9f42-37c024551eb9
,
5e2779db-ec53-42f2-b2a1-3350082d11f9

}
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-20T07:00:08.166Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE22e0b566a8f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b1007b0c-d592-455c-9697-35f1f8ef72c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe595730-d181-4607-a8b9-ac69377a1bca",
    "vfModuleModelCustomizationUUID": "84255d07-1715-49c6-a553-a79c4ba32dc7",
    "isBase": true,
    "artifacts": [
      "579e7249-6f80-47e3-9f42-37c024551eb9",
      "5e2779db-ec53-42f2-b2a1-3350082d11f9"
    ],
    "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-20T07:00:08.166Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE22e0b566a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe595730-d181-4607-a8b9-ac69377a1bca
VfModuleModelInvariantUUID:b1007b0c-d592-455c-9697-35f1f8ef72c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
579e7249-6f80-47e3-9f42-37c024551eb9
,
5e2779db-ec53-42f2-b2a1-3350082d11f9

}
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-20T07:00:08.166Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 579e7249-6f80-47e3-9f42-37c024551eb9 from URL: /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml
2022-01-20T07:00:08.166Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:00:08.167Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml
2022-01-20T07:00:08.445Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:00:08.445Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml 579e7249-6f80-47e3-9f42-37c024551eb9 20368
2022-01-20T07:00:08.446Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:00:08.446Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml
2022-01-20T07:00:08.446Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:00:08.446Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:08.447Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:08.448Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662008446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:00:08.548Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:08.548Z||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-20T07:00:08.548Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:08.558Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:08.559Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:09.448Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e2779db-ec53-42f2-b2a1-3350082d11f9 from URL: /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
2022-01-20T07:00:09.448Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:00:09.449Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
2022-01-20T07:00:10.021Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:00:10.021Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env 5e2779db-ec53-42f2-b2a1-3350082d11f9 2098
2022-01-20T07:00:10.021Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:00:10.021Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
2022-01-20T07:00:10.021Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:00:10.022Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:10.023Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:10.023Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662010021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:00:10.123Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:10.124Z||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-20T07:00:10.124Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:10.137Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:10.137Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:11.023Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a81a6fe-fa3a-46fa-9eb5-ed5001227b76
2022-01-20T07:00:11.024Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e22e0b56-6a8f 0 a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:00:11.038Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b1fcff7, org.onap.sdc.toscaparser.api.parameters.Input@af790f7, org.onap.sdc.toscaparser.api.parameters.Input@6f98d864, org.onap.sdc.toscaparser.api.parameters.Input@57b96297, org.onap.sdc.toscaparser.api.parameters.Input@52dc6fe0]
2022-01-20T07:00:11.039Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.039Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.040Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:00:11.040Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= da594e64-fb66-4559-8137-afdfa55dafd8
2022-01-20T07:00:11.040Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da594e64-fb66-4559-8137-afdfa55dafd8 matches Tosca VF Customization UUID: da594e64-fb66-4559-8137-afdfa55dafd8
2022-01-20T07:00:11.040Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: da594e64-fb66-4559-8137-afdfa55dafd8  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-20T07:00:11.042Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.042Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.042Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id da594e64-fb66-4559-8137-afdfa55dafd8: {\"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-20T07:00:11.042Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51d9ec8b
2022-01-20T07:00:11.043Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.043Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:00:11.043Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84255d07-1715-49c6-a553-a79c4ba32dc7
2022-01-20T07:00:11.043Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84255d07-1715-49c6-a553-a79c4ba32dc7
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-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.045Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.046Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.047Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:00:11.047Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.047Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:00:11.047Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.047Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4aa9ff2-aed7-4a6c-8b2f-ede0c0e4a612
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-20T07:00:11.048Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:00:11.049Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:00:11.050Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.051Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d3e4ef28-8790-4863-8a68-75e5f618e0b5
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-20T07:00:11.052Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.052Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.052Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:11.052Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.052Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:00:11.053Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:00:11.054Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:00:11.054Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:00:11.054Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:00:11.054Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cad57a31-0939-4581-b66f-c5dfa3f9cca3
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-20T07:00:11.056Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.056Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.056Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:00:11.056Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.056Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Node template vFW e22e0b56-6a8f 0 is matching search criteria
2022-01-20T07:00:11.057Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e22e0b56-6a8f 0] matching following query criteria: sdcType=VF, customizationUUID=da594e64-fb66-4559-8137-afdfa55dafd8
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-20T07:00:11.058Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.058Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.058Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a81a6fe-fa3a-46fa-9eb5-ed5001227b76: vFW e22e0b56-6a8f
2022-01-20T07:00:11.058Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.058Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-58-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:00:11.059Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-01-20 06-58-29 
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-20T07:00:11.197Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e22e0b56-6a8f a59d3a4d-4a5c-4fbb-bd98-7b9bb9a12f01 1 ASDC deployResourceStructure
2022-01-20T07:00:11.198Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json ASDC sendASDCNotification
2022-01-20T07:00:11.198Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json
2022-01-20T07:00:11.198Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:00:11.198Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:11.200Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:11.200Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662011198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:00:11.300Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:11.301Z||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-20T07:00:11.301Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:11.313Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:11.313Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:12.201Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:00:12.201Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml
2022-01-20T07:00:12.201Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:00:12.201Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:12.202Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:12.203Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662012200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:00:12.303Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:12.303Z||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-20T07:00:12.303Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:12.312Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:12.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:13.203Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:00:13.204Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env
2022-01-20T07:00:13.204Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:00:13.204Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:13.205Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:13.205Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662013203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:00:13.305Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:13.306Z||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-20T07:00:13.306Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:13.316Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:13.317Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:14.206Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar ASDC sendASDCNotification
2022-01-20T07:00:14.207Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar
2022-01-20T07:00:14.207Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:00:14.207Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:14.208Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:14.208Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662014206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:00:14.308Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:14.309Z||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-20T07:00:14.309Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:14.327Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:14.327Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:00:15.209Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:00:15.213Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:00:15.215Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||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-20T07:00:15.217Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:00:45.217Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T07:00:45.221Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ada14bc5-c835-4f31-ba3d-eb71e0cc9abf and serviceModelVersionId: 7a81a6fe-fa3a-46fa-9eb5-ed5001227b76
2022-01-20T07:00:45.221Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675
2022-01-20T07:00:45.222Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?depth=0
2022-01-20T07:00:45.226Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:00:45.260Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?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-20T07:00:45.260Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?depth=0|INFO|500||Invoke
2022-01-20T07:00:45.277Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:00:45.329Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:00:45.329Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:00:45:285-79869], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:00:45 GMT], Content-Type=[application/json]}
2022-01-20T07:00:45.330Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||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/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76","ERR.5.4.6114"]}}}

2022-01-20T07:00:45.333Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (ec=ERR.5.4.6114)
2022-01-20T07:00:45.333Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (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-20T07:00:45.333Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (ec=ERR.5.4.6114)
2022-01-20T07:00:45.334Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (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-20T07:00:45.338Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-20T07:00:45.338Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ada14bc5-c835-4f31-ba3d-eb71e0cc9abf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (ec=ERR.5.4.6114)
2022-01-20T07:00:45.338Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:00:45.339Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:00:45.340Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:00:45.340Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662045338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:00:45.440Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:00:45.441Z||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-20T07:00:45.441Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:45.451Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:45.452Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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-20T07:00:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:00:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:00:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:00:56.638Z||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-20T07:00:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:00:56.657Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:00:56.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:00:56.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661996708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:00:56.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:06.175Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:01:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:01:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:01:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:01:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:01:56.638Z||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-20T07:01:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:01:57.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:01:57.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661997730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:01:57.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "clamp",
  "timestamp": 1642661998733,
  "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-20T07:01:57.163Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ada14bc5-c835-4f31-ba3d-eb71e0cc9abf
2022-01-20T07:01:57.163Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada14bc5-c835-4f31-ba3d-eb71e0cc9abf 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-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642661996636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662004395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662007159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662008446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662010021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662011198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/vfwe22e0b566a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662012200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662013203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/resourceInstances/vfwe22e0b566a8f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662014206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120065829/1.0/artifacts/service-Vfw20220120065829-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:01:57.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:01:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:01:57.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ada14bc5-c835-4f31-ba3d-eb71e0cc9abf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662045338,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dada14bc5-c835-4f31-ba3d-eb71e0cc9abf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0ba53b4-5b4b-42e0-b8bf-c68a2c12f675/model-vers/model-ver/7a81a6fe-fa3a-46fa-9eb5-ed5001227b76) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:01:57.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:02:06.176Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:02:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:02:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:02:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:02:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:02:56.638Z||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-20T07:02:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:03:06.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:03:06.177Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:03:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:03:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:03:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:03:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:03:56.638Z||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-20T07:03:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:04:06.176Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:04:06.179Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:04:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:04:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:04:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:04:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:04:56.638Z||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-20T07:04:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:05:06.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:05:06.173Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:05:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:05:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:05:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:05:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:05:56.638Z||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-20T07:05:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:06:06.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:06:06.176Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:06:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:06:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:06:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:06:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:06:56.638Z||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-20T07:06:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:07:06.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:07:06.179Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:07:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:07:56.638Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:07:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:07:56.638Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:07:56.638Z||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-20T07:07:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:06.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:06.180Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:56.636Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:08:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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-20T07:08:56.637Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:08:56.638Z||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-20T07:08:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:57.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:57.276Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:57.276Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.276Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f63ed34d-5638-4fa7-a346-5e846ee92d26","serviceName":"vFW 2022-01-20 07-07-06","serviceVersion":"1.0","serviceUUID":"846f6184-c39c-48b6-bea6-b979b32fc352","serviceDescription":"catalog service description","serviceInvariantUUID":"0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0","resources":[{"resourceInstanceName":"vFW e9a7ac6e-938c 0","resourceName":"vFW e9a7ac6e-938c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"841a133e-a50d-4458-baef-f888adc87760","resourceInvariantUUID":"207e3bd2-8abb-4bc0-8bc4-9431cf88402f","resourceCustomizationUUID":"06561d5c-2e18-4edd-8378-8609788b5f25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml","artifactChecksum":"NmVjYTAzMmQwNmI4NGI3NThhZTVkODMyYWMxYzY0ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfa939c3-d78c-4913-a21f-643c635de2f5","artifactVersion":"1"},{"artifactName":"vfwe9a7ac6e938c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json","artifactChecksum":"MjhjNWNlYzg1OWFiYjkxODUzMTJhNzQzOWE4ODhiZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fef3f8f8-117b-464c-94d3-33cd196c159f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37f444d7-df4a-4482-b78f-bc842cdffd75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDI3MGI2MzgwM2M5OGJhNmY4MjExYzg2MDFkM2Y5MzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c5da8e7-b42b-446c-bec8-45ccccd4e457","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"088e855d-b1dc-46aa-af98-0b859ae20fd1","artifactVersion":"2","generatedFromUUID":"37f444d7-df4a-4482-b78f-bc842cdffd75"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120070706-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml","artifactChecksum":"Mjg4NTgyNGI5OTAxYzQxNWY2N2MzZDE5MGU4MDM4YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a611a691-754a-4914-8e77-2b24d5579277","artifactVersion":"1"},{"artifactName":"service-Vfw20220120070706-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar","artifactChecksum":"ODVkOWZiMzExMTc5NTIyOTc4MTE3YWE2N2ZiMjI5NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e284ffe-da46-42c0-a0b9-c653d0c9864c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:08:57.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.279Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.279Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.280Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:08:57.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.280Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662497131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662492339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662489030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662487821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662497570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662504994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662505002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662505006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662505025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "cds",
  "timestamp": 1642662506007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-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-20T07:08:57.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662506055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662507106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662507771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662508251,
  "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-20T07:08:57.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642662508776,
  "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-20T07:08:57.321Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.321Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662509256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:08:57.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662511176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "aai-ml",
  "timestamp": 1642662512180,
  "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-20T07:08:57.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "dcae-sch",
  "timestamp": 1642662505733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662506465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662514278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662515282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "policy-id",
  "timestamp": 1642662516284,
  "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-20T07:08:57.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662512137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662532505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662534512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:08:57.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:08:57.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:08:57.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "clamp",
  "timestamp": 1642662535516,
  "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-20T07:08:57.346Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f63ed34d-5638-4fa7-a346-5e846ee92d26
2022-01-20T07:08:57.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:08:57.381Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:08:57.381Z||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-20T07:08:57.381Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:57.390Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:57.390Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:08:58.281Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:08:58.282Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:08:58.283Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:08:58.283Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:08:58.383Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:08:58.384Z||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-20T07:08:58.384Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:58.394Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:58.394Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:08:59.284Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:08:59.284Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:08:59.285Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:08:59.285Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:08:59.386Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:08:59.387Z||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-20T07:08:59.387Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:08:59.397Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:08:59.397Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:00.286Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:09:00.287Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:00.288Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:00.288Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:09:00.388Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:00.389Z||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-20T07:09:00.389Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:00.398Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:00.398Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:01.288Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:09:01.289Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:01.290Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:01.290Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:09:01.391Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:09:01.391Z||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-20T07:09:01.391Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:01.400Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:01.400Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:02.291Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:09:02.291Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:02.293Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:02.293Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:09:02.393Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:02.394Z||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-20T07:09:02.394Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:02.404Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:02.404Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:03.293Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:09:03.294Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:03.295Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:03.295Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:09:03.395Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:03.396Z||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-20T07:09:03.396Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:03.406Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:03.406Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:04.296Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "serviceName": "vFW 2022-01-20 07-07-06",
  "serviceVersion": "1.0",
  "serviceUUID": "846f6184-c39c-48b6-bea6-b979b32fc352",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0",
  "resources": [
    {
      "resourceInstanceName": "vFW e9a7ac6e-938c 0",
      "resourceCustomizationUUID": "06561d5c-2e18-4edd-8378-8609788b5f25",
      "resourceName": "vFW e9a7ac6e-938c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "841a133e-a50d-4458-baef-f888adc87760",
      "resourceInvariantUUID": "207e3bd2-8abb-4bc0-8bc4-9431cf88402f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe9a7ac6e938c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
          "artifactChecksum": "MjhjNWNlYzg1OWFiYjkxODUzMTJhNzQzOWE4ODhiZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fef3f8f8-117b-464c-94d3-33cd196c159f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "37f444d7-df4a-4482-b78f-bc842cdffd75",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "088e855d-b1dc-46aa-af98-0b859ae20fd1",
            "generatedFromUUID": "37f444d7-df4a-4482-b78f-bc842cdffd75"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "088e855d-b1dc-46aa-af98-0b859ae20fd1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120070706-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
      "artifactChecksum": "ODVkOWZiMzExMTc5NTIyOTc4MTE3YWE2N2ZiMjI5NzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e284ffe-da46-42c0-a0b9-c653d0c9864c"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:09:04.297Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:09:04.297Z|ada14bc5-c835-4f31-ba3d-eb71e0cc9abf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 846f6184-c39c-48b6-bea6-b979b32fc352 ASDC
2022-01-20T07:09:04.297Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f63ed34d-5638-4fa7-a346-5e846ee92d26
ServiceName:vFW 2022-01-20 07-07-06
ServiceVersion:1.0
ServiceUUID:846f6184-c39c-48b6-bea6-b979b32fc352
ServiceInvariantUUID:0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120070706-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar
ArtifactUUID:5e284ffe-da46-42c0-a0b9-c653d0c9864c
ArtifactChecksum:ODVkOWZiMzExMTc5NTIyOTc4MTE3YWE2N2ZiMjI5NzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e9a7ac6e-938c 0
ResourceCustomizationUUID:06561d5c-2e18-4edd-8378-8609788b5f25
ResourceInvariantUUID:207e3bd2-8abb-4bc0-8bc4-9431cf88402f
ResourceName:vFW e9a7ac6e-938c
ResourceType:VF
ResourceUUID:841a133e-a50d-4458-baef-f888adc87760
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe9a7ac6e938c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json
ArtifactUUID:fef3f8f8-117b-464c-94d3-33cd196c159f
ArtifactChecksum:MjhjNWNlYzg1OWFiYjkxODUzMTJhNzQzOWE4ODhiZTI=
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/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml
ArtifactUUID:37f444d7-df4a-4482-b78f-bc842cdffd75
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/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
ArtifactUUID:088e855d-b1dc-46aa-af98-0b859ae20fd1
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/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
ArtifactUUID:088e855d-b1dc-46aa-af98-0b859ae20fd1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:09:04.297Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 846f6184-c39c-48b6-bea6-b979b32fc352 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-20T07:09:04.314Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:09:04.314Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:09:04.314Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:09:04.314Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e284ffe-da46-42c0-a0b9-c653d0c9864c from URL: /sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:04.315Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:09:04.315Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:04.473Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:09:04.478Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar 5e284ffe-da46-42c0-a0b9-c653d0c9864c 98943
2022-01-20T07:09:04.478Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar ASDC sendASDCNotification
2022-01-20T07:09:04.478Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:04.478Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:09:04.478Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:04.480Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:04.480Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662544478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:09:04.580Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:04.581Z||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-20T07:09:04.581Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:04.591Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:04.591Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:05.480Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:09:05.481Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T07:09:05.482Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5e284ffe-da46-42c0-a0b9-c653d0c9864c, URL: /sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar to file: /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:05.482Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120070706-csar.csar
2022-01-20T07:09:05.482Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:05.482Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:05.613Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6275886534437541484/Definitions/service-Vfw20220120070706-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-01-20T07:09:07.102Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e9a7ac6e-938c 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-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:07.103Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:07.104Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:09:07.105Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.106Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:07.107Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3643c7bd-9b68-4cc7-8b4e-3f95eec395ad
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.108Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.109Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5fdfae0f-ea8b-49de-be1d-7492bc7af73f
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:07.110Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32f32cb1-4d4d-4512-a6a7-85a5b2f01490
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:07.111Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 07-07-06
Description:catalog service description
Model UUID:846f6184-c39c-48b6-bea6-b979b32fc352
Model Version:NULL
Model InvariantUuid:0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e9a7ac6e-938c
Model UUID:f6cea567-0c46-4e71-ba02-8ec3b1477720
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:207e3bd2-8abb-4bc0-8bc4-9431cf88402f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06561d5c-2e18-4edd-8378-8609788b5f25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c792ae50-6a99-4254-ae3c-29289f5f910a
ModelName:VfwE9a7ac6e938c..base_vfw..module-0
ModelUuid:68ad1bd8-71c1-415e-aa59-0c7c5df78ff2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3643c7bd-9b68-4cc7-8b4e-3f95eec395ad
ModelInvariantUuid:455f106c-e0c2-4c2b-9195-bbdc6a6de9ec
ModelName:vFW e9a7ac6e-938c-nodes.vfwCvfc
ModelUuid:d2a0e862-2d34-4762-8a3d-74bab3210c4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1e7ff454-7839-4e20-973f-b102bb16abfe
ModelInvariantUuid:1e34e917-decf-4aed-a6c3-0b7be637970e
ModelName:VfwE9a7ac6e938c.compute.nodes.heat.vfw
ModelUuid:5a03263c-a062-447b-ad82-99ac2e19ebc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5fdfae0f-ea8b-49de-be1d-7492bc7af73f
ModelInvariantUuid:3c425bf3-3cff-4ff2-b103-fc22b50d4953
ModelName:vFW e9a7ac6e-938c-nodes.vsnCvfc
ModelUuid:be1bc914-1f56-4f4b-abde-2184d7c02ae0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a73a1f4f-63a0-4dac-a175-53bb68b0eb68
ModelInvariantUuid:e3e619bb-568b-477a-8179-ef642dd95f5d
ModelName:VfwE9a7ac6e938c.compute.nodes.heat.vsn
ModelUuid:bff29930-2792-4452-95ca-e404709e3394
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:32f32cb1-4d4d-4512-a6a7-85a5b2f01490
ModelInvariantUuid:f4bb1998-6e30-4d61-a444-e65d395c4d01
ModelName:vFW e9a7ac6e-938c-nodes.vpgCvfc
ModelUuid:db2a5315-8e3a-413d-8789-42013142280b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7a0118db-531d-4eff-852b-480182715038
ModelInvariantUuid:ba6cadfb-2273-4628-a5ab-36495ada1c23
ModelName:VfwE9a7ac6e938c.compute.nodes.heat.vpg
ModelUuid:6899073c-acff-4546-b511-02ba66211f1d
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-20T07:09:07.117Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 841a133e-a50d-4458-baef-f888adc87760
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-20T07:09:07.119Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||vFW e9a7ac6e-938c 0
2022-01-20T07:09:07.119Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 841a133e-a50d-4458-baef-f888adc87760
2022-01-20T07:09:07.120Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fef3f8f8-117b-464c-94d3-33cd196c159f from URL: /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json
2022-01-20T07:09:07.120Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:09:07.120Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json
2022-01-20T07:09:07.244Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:09:07.245Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json fef3f8f8-117b-464c-94d3-33cd196c159f 785
2022-01-20T07:09:07.245Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json ASDC sendASDCNotification
2022-01-20T07:09:07.245Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json
2022-01-20T07:09:07.245Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:09:07.245Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:07.247Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:07.247Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662547245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:09:07.347Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:07.348Z||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-20T07:09:07.348Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:07.357Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:07.358Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:08.247Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE9a7ac6e938c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c792ae50-6a99-4254-ae3c-29289f5f910a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68ad1bd8-71c1-415e-aa59-0c7c5df78ff2",
    "vfModuleModelCustomizationUUID": "e730b53b-745e-46d0-a6fc-97f393df2450",
    "isBase": true,
    "artifacts": [
      "37f444d7-df4a-4482-b78f-bc842cdffd75",
      "088e855d-b1dc-46aa-af98-0b859ae20fd1"
    ],
    "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-20T07:09:08.250Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE9a7ac6e938c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68ad1bd8-71c1-415e-aa59-0c7c5df78ff2
VfModuleModelInvariantUUID:c792ae50-6a99-4254-ae3c-29289f5f910a
VfModuleModelDescription:NULL
Artifacts UUID List:{
37f444d7-df4a-4482-b78f-bc842cdffd75
,
088e855d-b1dc-46aa-af98-0b859ae20fd1

}
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-20T07:09:08.251Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE9a7ac6e938c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c792ae50-6a99-4254-ae3c-29289f5f910a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68ad1bd8-71c1-415e-aa59-0c7c5df78ff2",
    "vfModuleModelCustomizationUUID": "e730b53b-745e-46d0-a6fc-97f393df2450",
    "isBase": true,
    "artifacts": [
      "37f444d7-df4a-4482-b78f-bc842cdffd75",
      "088e855d-b1dc-46aa-af98-0b859ae20fd1"
    ],
    "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-20T07:09:08.252Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE9a7ac6e938c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68ad1bd8-71c1-415e-aa59-0c7c5df78ff2
VfModuleModelInvariantUUID:c792ae50-6a99-4254-ae3c-29289f5f910a
VfModuleModelDescription:NULL
Artifacts UUID List:{
37f444d7-df4a-4482-b78f-bc842cdffd75
,
088e855d-b1dc-46aa-af98-0b859ae20fd1

}
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-20T07:09:08.252Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 37f444d7-df4a-4482-b78f-bc842cdffd75 from URL: /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml
2022-01-20T07:09:08.252Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:09:08.252Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml
2022-01-20T07:09:08.452Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:09:08.453Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml 37f444d7-df4a-4482-b78f-bc842cdffd75 20368
2022-01-20T07:09:08.453Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:09:08.453Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml
2022-01-20T07:09:08.453Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:09:08.453Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:08.455Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:08.455Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662548453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:09:08.555Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:08.556Z||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-20T07:09:08.556Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:08.566Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:08.567Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:09.455Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 088e855d-b1dc-46aa-af98-0b859ae20fd1 from URL: /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
2022-01-20T07:09:09.456Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T07:09:09.456Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env 088e855d-b1dc-46aa-af98-0b859ae20fd1 2098
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:09:09.825Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:09.827Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:09.827Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662549825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:09:09.927Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:09.928Z||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-20T07:09:09.928Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:09.937Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:09.937Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:10.827Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 846f6184-c39c-48b6-bea6-b979b32fc352
2022-01-20T07:09:10.828Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e9a7ac6e-938c 0 841a133e-a50d-4458-baef-f888adc87760 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-20T07:09:10.839Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e100b16, org.onap.sdc.toscaparser.api.parameters.Input@7bde3187, org.onap.sdc.toscaparser.api.parameters.Input@241b901f, org.onap.sdc.toscaparser.api.parameters.Input@7cf128e6, org.onap.sdc.toscaparser.api.parameters.Input@3277c4d5]
2022-01-20T07:09:10.840Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.840Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.841Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:09:10.841Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 06561d5c-2e18-4edd-8378-8609788b5f25
2022-01-20T07:09:10.841Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06561d5c-2e18-4edd-8378-8609788b5f25 matches Tosca VF Customization UUID: 06561d5c-2e18-4edd-8378-8609788b5f25
2022-01-20T07:09:10.841Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 06561d5c-2e18-4edd-8378-8609788b5f25  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-20T07:09:10.842Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 06561d5c-2e18-4edd-8378-8609788b5f25: {\"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-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@350fcb80
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e730b53b-745e-46d0-a6fc-97f393df2450
2022-01-20T07:09:10.843Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e730b53b-745e-46d0-a6fc-97f393df2450
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-20T07:09:10.845Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.845Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.845Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:10.845Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.846Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.847Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:09:10.847Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.847Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:09:10.847Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.847Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3643c7bd-9b68-4cc7-8b4e-3f95eec395ad
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-20T07:09:10.848Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.848Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:10.849Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:09:10.850Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:09:10.850Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.850Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:09:10.850Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.850Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5fdfae0f-ea8b-49de-be1d-7492bc7af73f
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-20T07:09:10.851Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:09:10.852Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:09:10.853Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=32f32cb1-4d4d-4512-a6a7-85a5b2f01490
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-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Node template vFW e9a7ac6e-938c 0 is matching search criteria
2022-01-20T07:09:10.855Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e9a7ac6e-938c 0] matching following query criteria: sdcType=VF, customizationUUID=06561d5c-2e18-4edd-8378-8609788b5f25
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-20T07:09:10.856Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 846f6184-c39c-48b6-bea6-b979b32fc352: vFW e9a7ac6e-938c
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.857Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.858Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.858Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:09:10.858Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 07-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:09:10.858Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-01-20 07-07-06 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:09:10.994Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e9a7ac6e-938c 841a133e-a50d-4458-baef-f888adc87760 1 ASDC deployResourceStructure
2022-01-20T07:09:10.994Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json ASDC sendASDCNotification
2022-01-20T07:09:10.994Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json
2022-01-20T07:09:10.994Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:09:10.994Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:10.995Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:10.996Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662550994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:09:11.096Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:11.097Z||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-20T07:09:11.097Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:11.110Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:11.110Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:09:11.996Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:09:11.997Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml
2022-01-20T07:09:11.997Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:09:11.997Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:11.998Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:11.998Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662551996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:09:12.099Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:12.099Z||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-20T07:09:12.099Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:12.109Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:12.109Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:12.999Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:09:13.000Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env
2022-01-20T07:09:13.000Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:09:13.000Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:13.001Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:13.001Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662552999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:09:13.101Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:13.102Z||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-20T07:09:13.102Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:13.117Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:13.118Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:14.002Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar ASDC sendASDCNotification
2022-01-20T07:09:14.002Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar
2022-01-20T07:09:14.002Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:09:14.002Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:14.004Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:14.004Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662554002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:09:14.104Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:14.104Z||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-20T07:09:14.105Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:14.114Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:14.114Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:09:15.004Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f63ed34d-5638-4fa7-a346-5e846ee92d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:09:15.009Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f63ed34d-5638-4fa7-a346-5e846ee92d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:09:15.011Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:09:15.012Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:09:15.012Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:09:15.012Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:09:15.012Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:09:15.012Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||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-20T07:09:15.014Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:09:45.014Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f63ed34d-5638-4fa7-a346-5e846ee92d26 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-20T07:09:45.017Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f63ed34d-5638-4fa7-a346-5e846ee92d26 and serviceModelVersionId: 846f6184-c39c-48b6-bea6-b979b32fc352
2022-01-20T07:09:45.017Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0
2022-01-20T07:09:45.018Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?depth=0
2022-01-20T07:09:45.022Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:09:45.054Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?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-20T07:09:45.055Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?depth=0|INFO|500||Invoke
2022-01-20T07:09:45.071Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:09:45.130Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:09:45.130Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:09:45:081-90741], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:09:45 GMT], Content-Type=[application/json]}
2022-01-20T07:09:45.131Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||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/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352","ERR.5.4.6114"]}}}

2022-01-20T07:09:45.134Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (ec=ERR.5.4.6114)
2022-01-20T07:09:45.134Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (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-20T07:09:45.134Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (ec=ERR.5.4.6114)
2022-01-20T07:09:45.135Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (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-20T07:09:45.138Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-20T07:09:45.138Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f63ed34d-5638-4fa7-a346-5e846ee92d26 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (ec=ERR.5.4.6114)
2022-01-20T07:09:45.138Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:09:45.138Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:09:45.140Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:09:45.140Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662585138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:09:45.240Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:09:45.241Z||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-20T07:09:45.241Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:45.254Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:45.254Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:09:56.636Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:09:56.637Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|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-20T07:09:56.637Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:09:56.638Z||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-20T07:09:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:09:56.756Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:09:56.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:09:56.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:09:56.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:06.177Z|f63ed34d-5638-4fa7-a346-5e846ee92d26|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:10:56.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:10:56.638Z||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-20T07:10:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:10:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:10:56.638Z||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-20T07:10:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:10:57.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:10:57.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662536636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662544478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662547245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662548453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662549825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662550994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/vfwe9a7ac6e938c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662551996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662552999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/resourceInstances/vfwe9a7ac6e938c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662554002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120070706/1.0/artifacts/service-Vfw20220120070706-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:10:57.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f63ed34d-5638-4fa7-a346-5e846ee92d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642662585138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df63ed34d-5638-4fa7-a346-5e846ee92d26 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0cfbcfa0-ae4b-4e52-8c13-e98e179e73c0/model-vers/model-ver/846f6184-c39c-48b6-bea6-b979b32fc352) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:10:57.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:11:06.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:11:56.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:11:56.637Z||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-20T07:11:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:11:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:11:56.638Z||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-20T07:11:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:12:06.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:12:06.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:12:56.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:12:56.637Z||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-20T07:12:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:12:56.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:12:56.638Z||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-20T07:12:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:13:06.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:13:06.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:13:56.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:13:56.637Z||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-20T07:13:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:13:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:13:56.638Z||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-20T07:13:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:14:06.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:14:06.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:14:56.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:14:56.637Z||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-20T07:14:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:14:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:14:56.638Z||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-20T07:14:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:15:06.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:15:06.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:15:56.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:15:56.637Z||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-20T07:15:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:15:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:15:56.638Z||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-20T07:15:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:06.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:06.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:56.636Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:16:56.637Z||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-20T07:16:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:16:56.638Z||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-20T07:16:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:57.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:57.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8e3a2f6-ea65-439f-a9c6-342666adc983","serviceName":"Demo_pNF_BVC23zYdNaDK3ytNbowc","serviceVersion":"1.0","serviceUUID":"c458124e-a84c-4615-916b-f1b40460be86","serviceDescription":"catalog service description","serviceInvariantUUID":"da589dbb-f380-49d5-a907-e981c189d499","resources":[{"resourceInstanceName":"pNF ae0ca51f-9823 0","resourceName":"pNF ae0ca51f-9823","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6cbdf74a-bd0f-4383-ac60-f56b5edc86b6","resourceInvariantUUID":"4cc9a2c1-d89c-497b-a1e1-2899edb7f648","resourceCustomizationUUID":"4fcd1124-f620-44e7-a449-060d54b9be16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml","artifactChecksum":"ZGI5Y2QxNmMwYjFkNTY3MTUyMTI1OWQ1NmM3ZWI5NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e524306e-a5a1-40ce-975e-020ea86391e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54f6bf53-c6a1-4a60-b44e-7e947cbd1cbb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95cb0ab9-6f3c-48f4-bb50-f66750072638","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml","artifactChecksum":"MDk3M2Q4ZDMxZmRlY2Q0MGNlZjBmNTc4MTIxOWQ5Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7760936-965a-45b3-9ac5-bd48c628f081","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2dccc28-5522-4694-a0e0-b88a55268efc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e20e115-8a8c-4284-be50-7f499432cd8b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBvc23zydnadk3ytnbowc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml","artifactChecksum":"YTIwOWQ3NDNmZGMxYTJhY2Y2YWUyY2QyNjBlMjhkNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1482870-4c5e-4116-953b-4700197c3bce","artifactVersion":"1"},{"artifactName":"service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar","artifactChecksum":"NjM3ZTBlOGU0NjU0NTU5MWVlYjRjYWQ3ZjY2YzczZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f6d8306-0633-4766-bfe0-e8bb1c2f5692","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:16:57.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:16:57.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:16:57.263Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:16:57.263Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642662997570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642662992137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642662997821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642662997131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642662999030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642663007328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663007340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642663007754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "cds",
  "timestamp": 1642663008331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-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-20T07:16:57.292Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:16:57.292Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:16:57.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663008518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:16:57.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663009521,
  "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-20T07:16:57.302Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:16:57.302Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:16:57.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663002339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642663011046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663011051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642663011562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "aai-ml",
  "timestamp": 1642663012051,
  "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-20T07:16:57.312Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:16:57.312Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:16:57.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663012711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:16:57.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "dcae-sch",
  "timestamp": 1642663005733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642663013567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663013714,
  "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-20T07:16:57.323Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:16:57.323Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:16:57.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663006465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:16:57.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:16:57.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "clamp",
  "timestamp": 1642663014571,
  "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-20T07:16:57.332Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:16:57.332Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:16:57.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663015159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:16:57.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:16:57.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663016162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:16:57.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:16:57.363Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:16:57.363Z||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-20T07:16:57.363Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:57.374Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:57.374Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:16:58.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:16:58.264Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:16:58.265Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:16:58.266Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:58.366Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:16:58.367Z||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-20T07:16:58.367Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:58.377Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:58.377Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:16:59.266Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:16:59.267Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:16:59.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:16:59.268Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:16:59.368Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:16:59.369Z||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-20T07:16:59.369Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:16:59.379Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:16:59.379Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:00.268Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:17:00.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:00.271Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:00.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:17:00.371Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:00.371Z||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-20T07:17:00.371Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:00.382Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:00.382Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:01.271Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:17:01.272Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:01.274Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:01.274Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:17:01.374Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:17:01.375Z||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-20T07:17:01.375Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:01.385Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:01.385Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:02.275Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:17:02.275Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:02.277Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:02.277Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:17:02.377Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:02.377Z||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-20T07:17:02.377Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:02.387Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:02.387Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:03.277Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:17:03.278Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:03.279Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:03.279Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:17:03.379Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:03.380Z||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-20T07:17:03.380Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:03.390Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:03.391Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:04.280Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:17:04.280Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:04.282Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:04.282Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:17:04.382Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:04.383Z||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-20T07:17:04.383Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:04.393Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:04.394Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:05.283Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "serviceName": "Demo_pNF_BVC23zYdNaDK3ytNbowc",
  "serviceVersion": "1.0",
  "serviceUUID": "c458124e-a84c-4615-916b-f1b40460be86",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "da589dbb-f380-49d5-a907-e981c189d499",
  "resources": [
    {
      "resourceInstanceName": "pNF ae0ca51f-9823 0",
      "resourceCustomizationUUID": "4fcd1124-f620-44e7-a449-060d54b9be16",
      "resourceName": "pNF ae0ca51f-9823",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6cbdf74a-bd0f-4383-ac60-f56b5edc86b6",
      "resourceInvariantUUID": "4cc9a2c1-d89c-497b-a1e1-2899edb7f648",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
      "artifactChecksum": "NjM3ZTBlOGU0NjU0NTU5MWVlYjRjYWQ3ZjY2YzczZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f6d8306-0633-4766-bfe0-e8bb1c2f5692"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:17:05.283Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:17:05.283Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c458124e-a84c-4615-916b-f1b40460be86 ASDC
2022-01-20T07:17:05.283Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b8e3a2f6-ea65-439f-a9c6-342666adc983
ServiceName:Demo_pNF_BVC23zYdNaDK3ytNbowc
ServiceVersion:1.0
ServiceUUID:c458124e-a84c-4615-916b-f1b40460be86
ServiceInvariantUUID:da589dbb-f380-49d5-a907-e981c189d499
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
ArtifactUUID:5f6d8306-0633-4766-bfe0-e8bb1c2f5692
ArtifactChecksum:NjM3ZTBlOGU0NjU0NTU5MWVlYjRjYWQ3ZjY2YzczZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ae0ca51f-9823 0
ResourceCustomizationUUID:4fcd1124-f620-44e7-a449-060d54b9be16
ResourceInvariantUUID:4cc9a2c1-d89c-497b-a1e1-2899edb7f648
ResourceName:pNF ae0ca51f-9823
ResourceType:PNF
ResourceUUID:6cbdf74a-bd0f-4383-ac60-f56b5edc86b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:17:05.283Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c458124e-a84c-4615-916b-f1b40460be86 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-20T07:17:05.301Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:17:05.301Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:17:05.301Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:17:05.302Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f6d8306-0633-4766-bfe0-e8bb1c2f5692 from URL: /sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:05.302Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:17:05.302Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:05.666Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:17:05.669Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar 5f6d8306-0633-4766-bfe0-e8bb1c2f5692 82618
2022-01-20T07:17:05.669Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar ASDC sendASDCNotification
2022-01-20T07:17:05.669Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:05.669Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:17:05.669Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:05.671Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:05.671Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663025669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:17:05.771Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:05.772Z||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-20T07:17:05.772Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:05.782Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:05.782Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:06.671Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:17:06.672Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:17:06.672Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5f6d8306-0633-4766-bfe0-e8bb1c2f5692, URL: /sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar to file: /app/ASDC/1/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:06.672Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:06.673Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:06.673Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:06.747Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9342813029925666362/Definitions/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ae0ca51f-9823 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-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:17:07.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Node template pNF ae0ca51f-9823 0 is matching search criteria
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ae0ca51f-9823 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Node template pNF ae0ca51f-9823 0 is matching search criteria
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ae0ca51f-9823 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:17:07.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BVC23zYdNaDK3ytNbowc
Description:catalog service description
Model UUID:c458124e-a84c-4615-916b-f1b40460be86
Model Version:NULL
Model InvariantUuid:da589dbb-f380-49d5-a907-e981c189d499
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-20T07:17:07.271Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6cbdf74a-bd0f-4383-ac60-f56b5edc86b6
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-20T07:17:07.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||pNF ae0ca51f-9823 0
2022-01-20T07:17:07.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6cbdf74a-bd0f-4383-ac60-f56b5edc86b6
2022-01-20T07:17:07.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c458124e-a84c-4615-916b-f1b40460be86
2022-01-20T07:17:07.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c458124e-a84c-4615-916b-f1b40460be86
2022-01-20T07:17:07.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ae0ca51f-9823 0 6cbdf74a-bd0f-4383-ac60-f56b5edc86b6 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-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a866497, org.onap.sdc.toscaparser.api.parameters.Input@1c147ffb, org.onap.sdc.toscaparser.api.parameters.Input@7a13ee4b, org.onap.sdc.toscaparser.api.parameters.Input@226e6816, org.onap.sdc.toscaparser.api.parameters.Input@3b550210]
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c458124e-a84c-4615-916b-f1b40460be86: pNF ae0ca51f-9823
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Processing PNF resource: 6cbdf74a-bd0f-4383-ac60-f56b5edc86b6
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:17:07.278Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_BVC23zYdNaDK3ytNbowc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:17:07.279Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4fcd1124-f620-44e7-a449-060d54b9be16 is the same as notified resource customizationUUID: 4fcd1124-f620-44e7-a449-060d54b9be16
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-20T07:17:07.338Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ae0ca51f-9823 6cbdf74a-bd0f-4383-ac60-f56b5edc86b6 0 ASDC deployResourceStructure
2022-01-20T07:17:07.338Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar ASDC sendASDCNotification
2022-01-20T07:17:07.338Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar
2022-01-20T07:17:07.338Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:17:07.338Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:07.340Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:07.340Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663027338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:17:07.439Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:17:07.440Z||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-20T07:17:07.440Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:07.449Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:07.449Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:17:08.341Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8e3a2f6-ea65-439f-a9c6-342666adc983
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:17:08.350Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8e3a2f6-ea65-439f-a9c6-342666adc983
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:17:08.352Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-20T07:17:08.355Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:17:38.355Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:17:38.360Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8e3a2f6-ea65-439f-a9c6-342666adc983 and serviceModelVersionId: c458124e-a84c-4615-916b-f1b40460be86
2022-01-20T07:17:38.361Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da589dbb-f380-49d5-a907-e981c189d499
2022-01-20T07:17:38.361Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?depth=0
2022-01-20T07:17:38.364Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:17:38.398Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?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-20T07:17:38.399Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?depth=0|INFO|500||Invoke
2022-01-20T07:17:38.416Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:17:38.448Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:17:38.448Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220120-07:17:38:423-77682], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:17:38 GMT], Content-Type=[application/json]}
2022-01-20T07:17:38.449Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86","ERR.5.4.6114"]}}}

2022-01-20T07:17:38.452Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (ec=ERR.5.4.6114)
2022-01-20T07:17:38.452Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (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-20T07:17:38.452Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (ec=ERR.5.4.6114)
2022-01-20T07:17:38.452Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (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-20T07:17:38.455Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-20T07:17:38.456Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8e3a2f6-ea65-439f-a9c6-342666adc983 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (ec=ERR.5.4.6114)
2022-01-20T07:17:38.456Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:17:38.456Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:17:38.457Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:17:38.457Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663058456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:17:38.557Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:17:38.558Z||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-20T07:17:38.558Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:38.571Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:38.571Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:17:56.636Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:17:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-20T07:17:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:17:56.638Z||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-20T07:17:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:17:56.755Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:17:56.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:17:56.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "policy-id",
  "timestamp": 1642663017164,
  "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-20T07:17:56.759Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8e3a2f6-ea65-439f-a9c6-342666adc983
2022-01-20T07:17:56.760Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8e3a2f6-ea65-439f-a9c6-342666adc983 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-20T07:18:06.173Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:18:56.636Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:18:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-20T07:18:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:18:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:18:56.638Z||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-20T07:18:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:18:57.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/resourceInstances/pnfae0ca51f98230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663016636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663025669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663027338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvc23zydnadk3ytnbowc/1.0/artifacts/service-DemoPnfBvc23zydnadk3ytnbowc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8e3a2f6-ea65-439f-a9c6-342666adc983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663058456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db8e3a2f6-ea65-439f-a9c6-342666adc983 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/da589dbb-f380-49d5-a907-e981c189d499/model-vers/model-ver/c458124e-a84c-4615-916b-f1b40460be86) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:18:57.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:06.175Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:56.636Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:19:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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-20T07:19:56.637Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:19:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:19:56.638Z||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-20T07:19:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:19:56.759Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:56.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "dcae-sch",
  "timestamp": 1642663165733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663166465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663172138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663180829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663180969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "cds",
  "timestamp": 1642663181835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:19:56.790Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.791Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663181971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "policy-id",
  "timestamp": 1642663182974,
  "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-20T07:19:56.800Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.800Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663177131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663184630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663185729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663186837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663186930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663188051,
  "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-20T07:19:56.817Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663189055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663189583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663190054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663191537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:19:56.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663191553,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663191590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663177570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663192484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "aai-ml",
  "timestamp": 1642663192541,
  "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-20T07:19:56.831Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.831Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "cds",
  "timestamp": 1642663192558,
  "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-20T07:19:56.847Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:19:56.847Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:19:56.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "clamp",
  "timestamp": 1642663192592,
  "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-20T07:19:56.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.856Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663193488,
  "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-20T07:19:56.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 134a3ded-aa6b-430c-a65e-585b2608a405
2022-01-20T07:19:56.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:19:56.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:19:56.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663194704,
  "artifactURL": "/sdc/v1/catalog/services/4a337b09-fc34-4cbf-bdfc-474676c894ae/resourceInstances/basicclamp0/artifacts/29e743e5-49b4-454d-96ae-1eb15edf074d",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663195155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:19:56.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:56.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663195920,
  "artifactURL": "/sdc/v1/catalog/services/4a337b09-fc34-4cbf-bdfc-474676c894ae/resourceInstances/basicclamp0/artifacts/29e743e5-49b4-454d-96ae-1eb15edf074d",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663196159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:19:56.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:19:56.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:19:56.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:56.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:19:57.263Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:57.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:19:57.264Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"134a3ded-aa6b-430c-a65e-585b2608a405","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6abd8778-a111-4bac-a463-cf023296f859","serviceDescription":"service","serviceInvariantUUID":"dea703e3-b945-4997-9a4f-445801428ebf","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e786354-0f34-4f00-90e4-3e79ee529b5a","resourceInvariantUUID":"bf29d5e0-9ee6-465c-996b-ff75fef47468","resourceCustomizationUUID":"bda7505b-0746-4b6c-a75b-0a814317cdd1","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":"MzZmYjZjOWViMmY3NTM5MTEyZTlmNDI1NTc1MzA3ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa695efd-f499-4a6b-94f7-7711a6a94f70","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":"YmU4NDdiZmViMGVlYjQ3NmM4ZmEyOGMyN2ZjYmMwNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8411194-fbe6-4c2e-bb01-3192099ca658","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":"51a2943c-5446-4069-b516-c17788dc9879","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":"531864b7-2ef9-40a0-a87d-73eac44c2923","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":"6a6c8065-c795-4748-b722-b8db714d3cd3","artifactVersion":"2","generatedFromUUID":"51a2943c-5446-4069-b516-c17788dc9879"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjJlOGUyNDM4NDdjMTgwMTZlY2JjY2U2ZjM5MWZhYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b34098df-671b-47aa-87e5-78e5782dd3a8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWU3OWQ1NGU2NTRmNWEwNTJhNjUxNzk4YmY4YjExODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee9da549-988e-43cf-8cdb-658ca2b9383d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:19:57.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:19:57.265Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:19:57.266Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:19:57.267Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:19:57.367Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:19:57.367Z||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-20T07:19:57.367Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:19:57.376Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:57.376Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:19:58.267Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:19:58.268Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:19:58.269Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:19:58.269Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:19:58.369Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:19:58.370Z||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-20T07:19:58.370Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:19:58.378Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:58.378Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:19:59.270Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:19:59.270Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:19:59.271Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:19:59.271Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:19:59.372Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:19:59.372Z||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-20T07:19:59.372Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:19:59.382Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:19:59.382Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:00.272Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:00.272Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:00.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:00.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:00.374Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:00.374Z||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-20T07:20:00.375Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:00.384Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:00.384Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:01.274Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:01.275Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:01.276Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:01.276Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:20:01.377Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:01.377Z||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-20T07:20:01.377Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:01.385Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:01.385Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:02.277Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:02.277Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:02.279Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:02.279Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:02.379Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:02.380Z||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-20T07:20:02.380Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:02.389Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:02.389Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:03.279Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:03.280Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:03.282Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:03.282Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:20:03.382Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:03.382Z||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-20T07:20:03.382Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:03.391Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:03.392Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:04.283Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "6abd8778-a111-4bac-a463-cf023296f859",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dea703e3-b945-4997-9a4f-445801428ebf",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "bda7505b-0746-4b6c-a75b-0a814317cdd1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3e786354-0f34-4f00-90e4-3e79ee529b5a",
      "resourceInvariantUUID": "bf29d5e0-9ee6-465c-996b-ff75fef47468",
      "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": "YmU4NDdiZmViMGVlYjQ3NmM4ZmEyOGMyN2ZjYmMwNGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a8411194-fbe6-4c2e-bb01-3192099ca658",
          "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": "51a2943c-5446-4069-b516-c17788dc9879",
          "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": "6a6c8065-c795-4748-b722-b8db714d3cd3",
            "generatedFromUUID": "51a2943c-5446-4069-b516-c17788dc9879"
          },
          "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": "6a6c8065-c795-4748-b722-b8db714d3cd3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWU3OWQ1NGU2NTRmNWEwNTJhNjUxNzk4YmY4YjExODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee9da549-988e-43cf-8cdb-658ca2b9383d"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:20:04.283Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:20:04.283Z|b8e3a2f6-ea65-439f-a9c6-342666adc983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6abd8778-a111-4bac-a463-cf023296f859 ASDC
2022-01-20T07:20:04.283Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:134a3ded-aa6b-430c-a65e-585b2608a405
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6abd8778-a111-4bac-a463-cf023296f859
ServiceInvariantUUID:dea703e3-b945-4997-9a4f-445801428ebf
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:ee9da549-988e-43cf-8cdb-658ca2b9383d
ArtifactChecksum:YWU3OWQ1NGU2NTRmNWEwNTJhNjUxNzk4YmY4YjExODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bda7505b-0746-4b6c-a75b-0a814317cdd1
ResourceInvariantUUID:bf29d5e0-9ee6-465c-996b-ff75fef47468
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3e786354-0f34-4f00-90e4-3e79ee529b5a
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:a8411194-fbe6-4c2e-bb01-3192099ca658
ArtifactChecksum:YmU4NDdiZmViMGVlYjQ3NmM4ZmEyOGMyN2ZjYmMwNGM=
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:51a2943c-5446-4069-b516-c17788dc9879
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:6a6c8065-c795-4748-b722-b8db714d3cd3
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:6a6c8065-c795-4748-b722-b8db714d3cd3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:20:04.283Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6abd8778-a111-4bac-a463-cf023296f859 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-20T07:20:04.302Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:20:04.303Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:04.303Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:04.303Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee9da549-988e-43cf-8cdb-658ca2b9383d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-20T07:20:04.303Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:04.303Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-20T07:20:04.383Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:04.385Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ee9da549-988e-43cf-8cdb-658ca2b9383d 71047
2022-01-20T07:20:04.385Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-20T07:20:04.385Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-20T07:20:04.385Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:04.386Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:04.387Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:04.387Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663204385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:04.487Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:04.488Z||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-20T07:20:04.488Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:04.496Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:04.497Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:05.388Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:20:05.388Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:05.388Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ee9da549-988e-43cf-8cdb-658ca2b9383d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:05.389Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-20T07:20:05.389Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:05.389Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:05.642Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3700131151086526076/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-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.434Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:20:06.435Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:06.436Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a116e716-e56a-49fb-85c0-82be2e055fb1
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.437Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:06.438Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:6abd8778-a111-4bac-a463-cf023296f859
Model Version:NULL
Model InvariantUuid:dea703e3-b945-4997-9a4f-445801428ebf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5dbcada8-5398-4265-8611-ed8b515f8990
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bf29d5e0-9ee6-465c-996b-ff75fef47468
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bda7505b-0746-4b6c-a75b-0a814317cdd1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:10c2e2bf-edd5-47fc-8e5b-65c704ae8162
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:93d05310-2419-4884-ae02-6bc5a19db1c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a116e716-e56a-49fb-85c0-82be2e055fb1
ModelInvariantUuid:1db6665e-5bce-4d9d-a5bf-7513708ca61f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0f0f86ba-8b20-407e-bb4b-9b75e637a8b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9a50a41a-04cb-4a54-9255-48bda1a2d032
ModelInvariantUuid:c331e017-27a7-4be4-886f-1b6fe68e2010
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:363a0f7e-a763-4b0e-970d-144320db6c68
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-20T07:20:06.444Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e786354-0f34-4f00-90e4-3e79ee529b5a
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-20T07:20:06.446Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-01-20T07:20:06.447Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e786354-0f34-4f00-90e4-3e79ee529b5a
2022-01-20T07:20:06.447Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a8411194-fbe6-4c2e-bb01-3192099ca658 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-20T07:20:06.447Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:06.447Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-20T07:20:06.559Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:06.560Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a8411194-fbe6-4c2e-bb01-3192099ca658 787
2022-01-20T07:20:06.560Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-20T07:20:06.560Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-20T07:20:06.560Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:06.560Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:06.561Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:06.561Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663206560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:06.661Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:06.662Z||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-20T07:20:06.662Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:06.671Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:06.671Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:07.562Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10c2e2bf-edd5-47fc-8e5b-65c704ae8162",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93d05310-2419-4884-ae02-6bc5a19db1c4",
    "vfModuleModelCustomizationUUID": "2b111e66-e47e-4c90-84d3-9519953db0a8",
    "isBase": true,
    "artifacts": [
      "51a2943c-5446-4069-b516-c17788dc9879",
      "6a6c8065-c795-4748-b722-b8db714d3cd3"
    ],
    "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-20T07:20:07.564Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93d05310-2419-4884-ae02-6bc5a19db1c4
VfModuleModelInvariantUUID:10c2e2bf-edd5-47fc-8e5b-65c704ae8162
VfModuleModelDescription:NULL
Artifacts UUID List:{
51a2943c-5446-4069-b516-c17788dc9879
,
6a6c8065-c795-4748-b722-b8db714d3cd3

}
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-20T07:20:07.565Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "10c2e2bf-edd5-47fc-8e5b-65c704ae8162",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93d05310-2419-4884-ae02-6bc5a19db1c4",
    "vfModuleModelCustomizationUUID": "2b111e66-e47e-4c90-84d3-9519953db0a8",
    "isBase": true,
    "artifacts": [
      "51a2943c-5446-4069-b516-c17788dc9879",
      "6a6c8065-c795-4748-b722-b8db714d3cd3"
    ],
    "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-20T07:20:07.565Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93d05310-2419-4884-ae02-6bc5a19db1c4
VfModuleModelInvariantUUID:10c2e2bf-edd5-47fc-8e5b-65c704ae8162
VfModuleModelDescription:NULL
Artifacts UUID List:{
51a2943c-5446-4069-b516-c17788dc9879
,
6a6c8065-c795-4748-b722-b8db714d3cd3

}
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-20T07:20:07.566Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51a2943c-5446-4069-b516-c17788dc9879 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-20T07:20:07.566Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:07.566Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-20T07:20:07.751Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:07.751Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 51a2943c-5446-4069-b516-c17788dc9879 5033
2022-01-20T07:20:07.751Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-20T07:20:07.752Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-20T07:20:07.752Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:07.752Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:07.753Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:07.753Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663207751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:07.853Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:07.854Z||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-20T07:20:07.854Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:07.863Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:07.864Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:08.753Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6a6c8065-c795-4748-b722-b8db714d3cd3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-20T07:20:08.754Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:08.754Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-20T07:20:09.643Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:09.643Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6a6c8065-c795-4748-b722-b8db714d3cd3 903
2022-01-20T07:20:09.643Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-20T07:20:09.643Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-20T07:20:09.643Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:09.644Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:09.645Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:09.645Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663209643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:09.746Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:20:09.746Z||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-20T07:20:09.746Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:09.755Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:09.755Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:10.646Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6abd8778-a111-4bac-a463-cf023296f859
2022-01-20T07:20:10.646Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3e786354-0f34-4f00-90e4-3e79ee529b5a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:20:10.655Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f0164c6, org.onap.sdc.toscaparser.api.parameters.Input@1c0dca43, org.onap.sdc.toscaparser.api.parameters.Input@7b7c597e, org.onap.sdc.toscaparser.api.parameters.Input@1ae73285, org.onap.sdc.toscaparser.api.parameters.Input@5e04524b]
2022-01-20T07:20:10.656Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.657Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.657Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:20:10.657Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bda7505b-0746-4b6c-a75b-0a814317cdd1
2022-01-20T07:20:10.657Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bda7505b-0746-4b6c-a75b-0a814317cdd1 matches Tosca VF Customization UUID: bda7505b-0746-4b6c-a75b-0a814317cdd1
2022-01-20T07:20:10.657Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bda7505b-0746-4b6c-a75b-0a814317cdd1  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-20T07:20:10.659Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.659Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.659Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bda7505b-0746-4b6c-a75b-0a814317cdd1: {\"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-20T07:20:10.659Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1657b077
2022-01-20T07:20:10.659Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.660Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:20:10.660Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b111e66-e47e-4c90-84d3-9519953db0a8
2022-01-20T07:20:10.660Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b111e66-e47e-4c90-84d3-9519953db0a8
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-20T07:20:10.661Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:20:10.662Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a116e716-e56a-49fb-85c0-82be2e055fb1
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-20T07:20:10.664Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.664Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:10.664Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:10.665Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.665Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-20T07:20:10.665Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bda7505b-0746-4b6c-a75b-0a814317cdd1
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-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6abd8778-a111-4bac-a463-cf023296f859: basic_vm
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.668Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.669Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.669Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.669Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:10.669Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:10.669Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:20:10.727Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3e786354-0f34-4f00-90e4-3e79ee529b5a 1 ASDC deployResourceStructure
2022-01-20T07:20:10.727Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-20T07:20:10.727Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-20T07:20:10.727Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:20:10.727Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:10.729Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:10.729Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663210727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:20:10.829Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:10.830Z||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-20T07:20:10.830Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:10.838Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:10.839Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:11.730Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-20T07:20:11.730Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-20T07:20:11.730Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:20:11.730Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:11.731Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:11.731Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663211729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:20:11.831Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:11.832Z||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-20T07:20:11.832Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:11.841Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:11.841Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:12.732Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-20T07:20:12.732Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-20T07:20:12.732Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:20:12.733Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:12.734Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:12.734Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663212732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:20:12.834Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:12.835Z||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-20T07:20:12.835Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:12.843Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:12.843Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:13.735Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-20T07:20:13.735Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-20T07:20:13.735Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:20:13.735Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:13.736Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:13.736Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663213734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:20:13.836Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:13.837Z||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-20T07:20:13.837Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:13.847Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:13.847Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:14.737Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 134a3ded-aa6b-430c-a65e-585b2608a405
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:20:14.745Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 134a3ded-aa6b-430c-a65e-585b2608a405
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:20:14.747Z|134a3ded-aa6b-430c-a65e-585b2608a405|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-20T07:20:14.750Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:20:44.750Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 134a3ded-aa6b-430c-a65e-585b2608a405 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-20T07:20:44.753Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 134a3ded-aa6b-430c-a65e-585b2608a405 and serviceModelVersionId: 6abd8778-a111-4bac-a463-cf023296f859
2022-01-20T07:20:44.753Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dea703e3-b945-4997-9a4f-445801428ebf
2022-01-20T07:20:44.754Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?depth=0
2022-01-20T07:20:44.757Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:20:44.782Z|134a3ded-aa6b-430c-a65e-585b2608a405|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/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?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-20T07:20:44.783Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?depth=0|INFO|500||Invoke
2022-01-20T07:20:44.798Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:20:44.826Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:20:44.826Z|134a3ded-aa6b-430c-a65e-585b2608a405|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/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:20:44:806-61023], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:20:44 GMT], Content-Type=[application/json]}
2022-01-20T07:20:44.827Z|134a3ded-aa6b-430c-a65e-585b2608a405|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/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859","ERR.5.4.6114"]}}}

2022-01-20T07:20:44.829Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (ec=ERR.5.4.6114)
2022-01-20T07:20:44.829Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (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-20T07:20:44.830Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (ec=ERR.5.4.6114)
2022-01-20T07:20:44.830Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (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-20T07:20:44.833Z|134a3ded-aa6b-430c-a65e-585b2608a405|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-20T07:20:44.833Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 134a3ded-aa6b-430c-a65e-585b2608a405 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (ec=ERR.5.4.6114)
2022-01-20T07:20:44.833Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:20:44.834Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:44.835Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:44.835Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663244833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:20:44.935Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:44.936Z||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-20T07:20:44.936Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:44.947Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:44.947Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 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-20T07:20:45.843Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:20:45.844Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e7216ff-f2da-48de-bcc2-bd1226bdb758","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4a337b09-fc34-4cbf-bdfc-474676c894ae","serviceDescription":"service","serviceInvariantUUID":"833240cf-b303-4846-a9b2-e7042e454f68","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7bcfc5db-dfd2-49bb-a789-1dd1a9505497","resourceInvariantUUID":"b5c96f8e-a75f-4427-b97d-c52c039c420d","resourceCustomizationUUID":"800e988c-9163-45dd-9fe7-4396cb9ecc14","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":"29e743e5-49b4-454d-96ae-1eb15edf074d","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":"ODFmYmZmNzU0YzI0NjlhZDUxZjkyMzlmODA0MTg5MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0be2aff0-dbf5-4cfe-9a6d-d55fda3ceae0","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":"MjA1MjM5NTc3M2I4MmZlM2FkMTRkYTAzM2Y3NGQ2MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c56114f-25d1-4209-b41e-3b3a214091b0","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":"ec96c042-3983-4a25-b882-8d8a3f36da77","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":"1fe75da0-0c20-4031-9fd6-87453111a075","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":"46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf","artifactVersion":"2","generatedFromUUID":"ec96c042-3983-4a25-b882-8d8a3f36da77"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODVmYTk5ZWRhNjEyYWJmNmU5MTAwMTEyZjIxZjQyNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"222271f6-c8a0-4e27-aca9-747d33b93640","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2RkYTk5ODcwMDcyNDlmMjE0YTM0NjIxYjBhNjZjMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f44e562f-9c0c-4a44-a77d-00285557946f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:20:45.844Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:45.844Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:45.845Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:45.846Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:45.946Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:45.946Z||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-20T07:20:45.946Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:45.956Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:45.956Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:46.846Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:46.847Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:46.848Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:46.848Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:46.948Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:46.949Z||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-20T07:20:46.949Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:46.958Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:46.958Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:47.849Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:47.849Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:47.850Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:47.851Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:20:47.951Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:47.951Z||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-20T07:20:47.951Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:47.962Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:47.963Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:48.851Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:48.851Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:48.853Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:48.853Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:20:48.953Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:48.954Z||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-20T07:20:48.954Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:48.966Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:48.966Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:49.853Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:49.854Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:49.855Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:49.855Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:49.955Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:49.956Z||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-20T07:20:49.956Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:49.964Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:49.965Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:20:50.855Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:50.856Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:50.857Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:50.858Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T07:20:50.958Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:50.958Z||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-20T07:20:50.958Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:50.968Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:50.969Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:51.858Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:51.859Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:51.860Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:51.860Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:51.960Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:51.960Z||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-20T07:20:51.961Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:51.970Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:51.970Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:52.860Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:20:52.861Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:52.862Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:52.862Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:20:52.963Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:52.974Z||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-20T07:20:52.975Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:52.987Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:52.988Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:20:53.863Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4a337b09-fc34-4cbf-bdfc-474676c894ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "833240cf-b303-4846-a9b2-e7042e454f68",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "800e988c-9163-45dd-9fe7-4396cb9ecc14",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7bcfc5db-dfd2-49bb-a789-1dd1a9505497",
      "resourceInvariantUUID": "b5c96f8e-a75f-4427-b97d-c52c039c420d",
      "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": "MjA1MjM5NTc3M2I4MmZlM2FkMTRkYTAzM2Y3NGQ2MzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c56114f-25d1-4209-b41e-3b3a214091b0",
          "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": "ec96c042-3983-4a25-b882-8d8a3f36da77",
          "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": "46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf",
            "generatedFromUUID": "ec96c042-3983-4a25-b882-8d8a3f36da77"
          },
          "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": "46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "M2RkYTk5ODcwMDcyNDlmMjE0YTM0NjIxYjBhNjZjMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f44e562f-9c0c-4a44-a77d-00285557946f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:20:53.864Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:20:53.864Z|134a3ded-aa6b-430c-a65e-585b2608a405|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a337b09-fc34-4cbf-bdfc-474676c894ae ASDC
2022-01-20T07:20:53.864Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5e7216ff-f2da-48de-bcc2-bd1226bdb758
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4a337b09-fc34-4cbf-bdfc-474676c894ae
ServiceInvariantUUID:833240cf-b303-4846-a9b2-e7042e454f68
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:f44e562f-9c0c-4a44-a77d-00285557946f
ArtifactChecksum:M2RkYTk5ODcwMDcyNDlmMjE0YTM0NjIxYjBhNjZjMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:800e988c-9163-45dd-9fe7-4396cb9ecc14
ResourceInvariantUUID:b5c96f8e-a75f-4427-b97d-c52c039c420d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:7bcfc5db-dfd2-49bb-a789-1dd1a9505497
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:1c56114f-25d1-4209-b41e-3b3a214091b0
ArtifactChecksum:MjA1MjM5NTc3M2I4MmZlM2FkMTRkYTAzM2Y3NGQ2MzU=
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:ec96c042-3983-4a25-b882-8d8a3f36da77
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:46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf
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:46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:20:53.864Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a337b09-fc34-4cbf-bdfc-474676c894ae 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-20T07:20:53.887Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:20:53.887Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:53.887Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:53.887Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f44e562f-9c0c-4a44-a77d-00285557946f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-20T07:20:53.887Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:53.888Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:53.931Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:53.934Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f44e562f-9c0c-4a44-a77d-00285557946f 73649
2022-01-20T07:20:53.934Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:53.934Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:53.934Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:53.934Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:53.936Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:53.936Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663253934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:54.036Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:54.037Z||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-20T07:20:54.037Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:54.046Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:54.047Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:20:54.936Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:20:54.937Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:20:54.938Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f44e562f-9c0c-4a44-a77d-00285557946f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-20T07:20:54.938Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-20T07:20:54.938Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-20T07:20:54.938Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-20T07:20:55.023Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2378403656773883933/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-20T07:20:55.815Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.816Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:55.817Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:20:55.818Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-20T07:20:55.819Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:55.820Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:55.821Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3441f0c5-e08b-4c46-9080-b40970105870
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.822Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:55.823Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4a337b09-fc34-4cbf-bdfc-474676c894ae
Model Version:NULL
Model InvariantUuid:833240cf-b303-4846-a9b2-e7042e454f68
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:16d0f9b6-ff3f-47c2-8d0c-3bd3497c4565
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5c96f8e-a75f-4427-b97d-c52c039c420d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:800e988c-9163-45dd-9fe7-4396cb9ecc14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:12a08e49-3162-4fe2-abbc-4d405b8d1699
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:511ecc49-4b35-4400-ba86-4e78a2f1de67
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3441f0c5-e08b-4c46-9080-b40970105870
ModelInvariantUuid:df419f92-352b-419c-af96-d7204f1c98ce
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:9578ed88-6743-415f-9497-28a40b2f8a18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d9f15442-9291-4103-9b52-aab648d1d345
ModelInvariantUuid:7c595bdb-8ce6-489c-902f-97b80025ec28
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f341f064-49a9-421e-8923-95a2db033b16
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-20T07:20:55.831Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7bcfc5db-dfd2-49bb-a789-1dd1a9505497
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-20T07:20:55.833Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-01-20T07:20:55.833Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7bcfc5db-dfd2-49bb-a789-1dd1a9505497
2022-01-20T07:20:55.833Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c56114f-25d1-4209-b41e-3b3a214091b0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-20T07:20:55.833Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:55.833Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.870Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:55.871Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1c56114f-25d1-4209-b41e-3b3a214091b0 790
2022-01-20T07:20:55.871Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.871Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:55.871Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:55.871Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:55.873Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:55.873Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663255871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:55.973Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:55.974Z||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-20T07:20:55.974Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:55.983Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:55.983Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:20:56.638Z||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-20T07:20:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:56.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:20:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:20:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:20:56.874Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "12a08e49-3162-4fe2-abbc-4d405b8d1699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "511ecc49-4b35-4400-ba86-4e78a2f1de67",
    "vfModuleModelCustomizationUUID": "d180c967-07b3-493d-90fe-abf73098225d",
    "isBase": true,
    "artifacts": [
      "ec96c042-3983-4a25-b882-8d8a3f36da77",
      "46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf"
    ],
    "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-20T07:20:56.876Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:511ecc49-4b35-4400-ba86-4e78a2f1de67
VfModuleModelInvariantUUID:12a08e49-3162-4fe2-abbc-4d405b8d1699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec96c042-3983-4a25-b882-8d8a3f36da77
,
46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf

}
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-20T07:20:56.877Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "12a08e49-3162-4fe2-abbc-4d405b8d1699",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "511ecc49-4b35-4400-ba86-4e78a2f1de67",
    "vfModuleModelCustomizationUUID": "d180c967-07b3-493d-90fe-abf73098225d",
    "isBase": true,
    "artifacts": [
      "ec96c042-3983-4a25-b882-8d8a3f36da77",
      "46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf"
    ],
    "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-20T07:20:56.877Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:511ecc49-4b35-4400-ba86-4e78a2f1de67
VfModuleModelInvariantUUID:12a08e49-3162-4fe2-abbc-4d405b8d1699
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec96c042-3983-4a25-b882-8d8a3f36da77
,
46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf

}
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-20T07:20:56.877Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec96c042-3983-4a25-b882-8d8a3f36da77 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-20T07:20:56.877Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:56.877Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:56.908Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:56.908Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ec96c042-3983-4a25-b882-8d8a3f36da77 5033
2022-01-20T07:20:56.908Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:56.908Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:56.908Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:56.909Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:56.910Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:56.910Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663256908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:57.010Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:57.011Z||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-20T07:20:57.011Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:57.021Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:57.021Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:57.910Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-20T07:20:57.911Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:20:57.911Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 46ba5d9b-2c6d-4d7f-afab-4b99eda54fcf 909
2022-01-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:20:57.946Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:57.947Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:57.948Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663257946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:20:58.048Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:58.048Z||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-20T07:20:58.048Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:58.057Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:58.058Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:20:58.948Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4a337b09-fc34-4cbf-bdfc-474676c894ae
2022-01-20T07:20:58.949Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7bcfc5db-dfd2-49bb-a789-1dd1a9505497 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-20T07:20:58.958Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd517ab, org.onap.sdc.toscaparser.api.parameters.Input@123745e6, org.onap.sdc.toscaparser.api.parameters.Input@5447610b, org.onap.sdc.toscaparser.api.parameters.Input@294e4a8b, org.onap.sdc.toscaparser.api.parameters.Input@2aa56846]
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 800e988c-9163-45dd-9fe7-4396cb9ecc14
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 800e988c-9163-45dd-9fe7-4396cb9ecc14 matches Tosca VF Customization UUID: 800e988c-9163-45dd-9fe7-4396cb9ecc14
2022-01-20T07:20:58.959Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 800e988c-9163-45dd-9fe7-4396cb9ecc14  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-20T07:20:58.961Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.961Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.962Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 800e988c-9163-45dd-9fe7-4396cb9ecc14: {\"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-20T07:20:58.962Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36f473de
2022-01-20T07:20:58.962Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.962Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:58.962Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d180c967-07b3-493d-90fe-abf73098225d
2022-01-20T07:20:58.963Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d180c967-07b3-493d-90fe-abf73098225d
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-20T07:20:58.964Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:58.965Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.966Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-20T07:20:58.966Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T07:20:58.966Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T07:20:58.966Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3441f0c5-e08b-4c46-9080-b40970105870
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-20T07:20:58.968Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.968Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:58.968Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:20:58.968Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.969Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-20T07:20:58.969Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=800e988c-9163-45dd-9fe7-4396cb9ecc14
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-20T07:20:58.970Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.970Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.970Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4a337b09-fc34-4cbf-bdfc-474676c894ae: basicclamp
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.971Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.972Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:58.972Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:20:58.972Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:20:58.972Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:59.045Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7bcfc5db-dfd2-49bb-a789-1dd1a9505497 1 ASDC deployResourceStructure
2022-01-20T07:20:59.045Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:59.045Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:20:59.045Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:20:59.045Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:20:59.047Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:20:59.047Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663259045,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:20:59.147Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:20:59.148Z||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-20T07:20:59.148Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:20:59.159Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:20:59.159Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:21:00.048Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:00.048Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:00.048Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:21:00.048Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:21:00.050Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:21:00.050Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663260048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:21:00.150Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:21:00.151Z||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-20T07:21:00.151Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:21:00.162Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:21:00.162Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:21:01.051Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:01.051Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:01.051Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:21:01.051Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:21:01.053Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:21:01.053Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663261051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:21:01.153Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:21:01.153Z||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-20T07:21:01.153Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:21:01.161Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:21:01.161Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:21:02.054Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:02.054Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:21:02.054Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:21:02.054Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:21:02.056Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:21:02.056Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663262053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:21:02.156Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:21:02.157Z||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-20T07:21:02.157Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:21:02.166Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:21:02.167Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:21:03.057Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:21:03.063Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:21:03.065Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:21:03.065Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:21:03.065Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:21:33.065Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:21:33.072Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:21:33.073Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:21:33.073Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:21:33.073Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:21:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:21:56.639Z||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-20T07:21:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:21:56.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:21:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:21:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:21:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:03.073Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:22:03.080Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:22:03.081Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:22:03.081Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:22:03.082Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:22:33.082Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:22:33.088Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:22:33.090Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:22:33.090Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:22:33.090Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:22:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:22:56.639Z||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-20T07:22:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:22:56.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:22:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "dcae-sch",
  "timestamp": 1642663196923,
  "artifactURL": "/sdc/v1/catalog/services/4a337b09-fc34-4cbf-bdfc-474676c894ae/resourceInstances/basicclamp0/artifacts/29e743e5-49b4-454d-96ae-1eb15edf074d",
  "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-20T07:22:56.673Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.673Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "policy-id",
  "timestamp": 1642663197161,
  "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-20T07:22:56.682Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.682Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663179030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663182838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663201622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663201660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663202596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "cds",
  "timestamp": 1642663203629,
  "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-20T07:22:56.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663197131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663204385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663204614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "dcae-sch",
  "timestamp": 1642663185733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663186465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663197570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663205547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663205617,
  "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-20T07:22:56.714Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.714Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663206185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663206355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663206560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663206655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "aai-ml",
  "timestamp": 1642663207189,
  "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-20T07:22:56.723Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.723Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663207357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663207751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663207852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "policy-id",
  "timestamp": 1642663208360,
  "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-20T07:22:56.732Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.732Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663208874,
  "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-20T07:22:56.739Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.739Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663209643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663209877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663210727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663211729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663212732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663182340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663213734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663214837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663209030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663216869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663217839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663217872,
  "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-20T07:22:56.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663220587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663221591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663221943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "aai-ml",
  "timestamp": 1642663222948,
  "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-20T07:22:56.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663217131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663225710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663225714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663226713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663226757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "clamp",
  "timestamp": 1642663227716,
  "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-20T07:22:56.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e7216ff-f2da-48de-bcc2-bd1226bdb758
2022-01-20T07:22:56.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:22:56.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663227794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663228820,
  "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-20T07:22:56.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663229823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "dcae-sch",
  "timestamp": 1642663225733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "cds",
  "timestamp": 1642663223699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "policy-id",
  "timestamp": 1642663226465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "cds",
  "timestamp": 1642663223699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "dcae-sch",
  "timestamp": 1642663225733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "policy-id",
  "timestamp": 1642663226465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "cds",
  "timestamp": 1642663234193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "policy-id",
  "timestamp": 1642663234265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "cds",
  "timestamp": 1642663235197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:22:56.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67bc3988-354a-4eb4-b3cd-98b608380655
2022-01-20T07:22:56.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "policy-id",
  "timestamp": 1642663235270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663202138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "policy-id",
  "timestamp": 1642663236272,
  "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-20T07:22:56.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67bc3988-354a-4eb4-b3cd-98b608380655
2022-01-20T07:22:56.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663237131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663237570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663237131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663237570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "aai-ml",
  "timestamp": 1642663239030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "aai-ml",
  "timestamp": 1642663239030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "aai-ml",
  "timestamp": 1642663242548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663242589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663242340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663242340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "134a3ded-aa6b-430c-a65e-585b2608a405",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663244833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d134a3ded-aa6b-430c-a65e-585b2608a405 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/dea703e3-b945-4997-9a4f-445801428ebf/model-vers/model-ver/6abd8778-a111-4bac-a463-cf023296f859) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "aai-ml",
  "timestamp": 1642663245166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663245233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663245594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "aai-ml",
  "timestamp": 1642663246169,
  "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-20T07:22:56.812Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 67bc3988-354a-4eb4-b3cd-98b608380655
2022-01-20T07:22:56.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:22:56.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "clamp",
  "timestamp": 1642663246598,
  "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-20T07:22:56.820Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e5fc6ce-112e-4b18-adf9-67466d931dd4
2022-01-20T07:22:56.820Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:22:56.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663246659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663247662,
  "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-20T07:22:56.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67bc3988-354a-4eb4-b3cd-98b608380655
2022-01-20T07:22:56.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:22:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "clamp",
  "timestamp": 1642663247602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "clamp",
  "timestamp": 1642663247602,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "clamp",
  "timestamp": 1642663253591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663253934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "clamp",
  "timestamp": 1642663255600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663255871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:22:56.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:03.090Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:23:03.097Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:23:03.099Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:23:03.103Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:23:33.103Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758 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-20T07:23:33.108Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e7216ff-f2da-48de-bcc2-bd1226bdb758 and serviceModelVersionId: 4a337b09-fc34-4cbf-bdfc-474676c894ae
2022-01-20T07:23:33.108Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 833240cf-b303-4846-a9b2-e7042e454f68
2022-01-20T07:23:33.108Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0
2022-01-20T07:23:33.112Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:23:33.139Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0|INFO|500||Invoke
2022-01-20T07:23:33.139Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e7216ff-f2da-48de-bcc2-bd1226bdb758], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48e0bdff-b7a3-4b52-ac94-9d21bf3bce7a], X-ECOMP-RequestID=[5e7216ff-f2da-48de-bcc2-bd1226bdb758], X-TransactionId=[], X-ONAP-RequestID=[5e7216ff-f2da-48de-bcc2-bd1226bdb758], Content-Type=[application/merge-patch+json]}
2022-01-20T07:23:33.153Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:23:33.176Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?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/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:23:33:161-37576], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:23:33 GMT], Content-Type=[application/json]}
2022-01-20T07:23:33.177Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?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/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae","ERR.5.4.6114"]}}}

2022-01-20T07:23:33.178Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:23:33.181Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (ec=ERR.5.4.6114)
2022-01-20T07:23:33.181Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (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-20T07:23:33.181Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (ec=ERR.5.4.6114)
2022-01-20T07:23:33.182Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (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-20T07:23:33.185Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|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-20T07:23:33.185Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e7216ff-f2da-48de-bcc2-bd1226bdb758 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (ec=ERR.5.4.6114)
2022-01-20T07:23:33.185Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:23:33.185Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:33.187Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:33.187Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663413185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:23:33.287Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:33.288Z||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-20T07:23:33.288Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:33.302Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:33.302Z||pool-110-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-20T07:23:34.196Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:23:34.197Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e5fc6ce-112e-4b18-adf9-67466d931dd4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f984663e-4b55-4858-800e-d8f5a87f43ae","serviceDescription":"service","serviceInvariantUUID":"b88ea04c-c451-474f-9b16-aaec485c02e9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc735401-1e94-4f6c-b220-a2acf9d52b16","resourceInvariantUUID":"1c385693-1067-40f7-8352-fd8eef2cd8b5","resourceCustomizationUUID":"ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51","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":"ZWM2YzEwMzFjYmJjOGMwYTEyZDNlY2I1MGIyOWE0OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b83d2df-43e6-4f02-a176-a982fdce178c","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":"ZTM3ODQ4NGY2YjE1ZGI2Y2QxNjU4OTBjODkyMjIzZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cdebc902-473c-4671-bc13-249f55273006","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":"8afb6af5-0675-4382-86f8-2ebf8b0c0506","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":"c13245e0-f7d6-4e33-9e82-1ae3ae361304","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":"cf4006a0-eea3-4cea-a836-f66c305accea","artifactVersion":"2","generatedFromUUID":"8afb6af5-0675-4382-86f8-2ebf8b0c0506"},{"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":"ZWUwZTQ3MTU2M2M1NDgwZDY4NmNiMjEwMDVkNjJkZmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ee70f69f-75af-4c55-a37f-4132c5d07a32","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":"NzAzNWY3ZGM4OWQ4NzE1MGZiYmY3N2M1NjA3YWEzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5eff64a-0b9a-4bc6-9b99-60cafe81e9f2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmYzZjUyZGEzNWFiYWMzNmFkODhhYzkzZGZiZDY2ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"302c9baf-bff6-4458-b6f1-dde38695b77a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:23:34.197Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:34.197Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:34.198Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:34.198Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:34.298Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:34.299Z||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-20T07:23:34.299Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:34.314Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:34.314Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:35.199Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:35.199Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:35.201Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:35.201Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:23:35.301Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:35.302Z||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-20T07:23:35.302Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:35.313Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:35.313Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:36.202Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:36.202Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:36.203Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:36.204Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:23:36.304Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:36.304Z||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-20T07:23:36.304Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:36.316Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:36.316Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:37.204Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:37.205Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:37.206Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:37.206Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:37.307Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:37.307Z||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-20T07:23:37.307Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:37.318Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:37.318Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:38.207Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:38.207Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:38.209Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:38.209Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:23:38.309Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:38.310Z||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-20T07:23:38.310Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:38.319Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:38.319Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:39.210Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:39.210Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:39.212Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:39.212Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:39.312Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:39.313Z||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-20T07:23:39.313Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:39.323Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:39.323Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:40.213Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:40.213Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:40.214Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:40.215Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:40.315Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:40.315Z||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-20T07:23:40.315Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:40.327Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:40.328Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:41.215Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:23:41.216Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:41.217Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:41.217Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:41.317Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:41.318Z||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-20T07:23:41.318Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:41.326Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:41.327Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:42.218Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f984663e-4b55-4858-800e-d8f5a87f43ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b88ea04c-c451-474f-9b16-aaec485c02e9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc735401-1e94-4f6c-b220-a2acf9d52b16",
      "resourceInvariantUUID": "1c385693-1067-40f7-8352-fd8eef2cd8b5",
      "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": "ZTM3ODQ4NGY2YjE1ZGI2Y2QxNjU4OTBjODkyMjIzZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cdebc902-473c-4671-bc13-249f55273006",
          "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": "8afb6af5-0675-4382-86f8-2ebf8b0c0506",
          "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": "cf4006a0-eea3-4cea-a836-f66c305accea",
            "generatedFromUUID": "8afb6af5-0675-4382-86f8-2ebf8b0c0506"
          },
          "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": "cf4006a0-eea3-4cea-a836-f66c305accea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmYzZjUyZGEzNWFiYWMzNmFkODhhYzkzZGZiZDY2ZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "302c9baf-bff6-4458-b6f1-dde38695b77a"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:23:42.218Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:23:42.219Z|5e7216ff-f2da-48de-bcc2-bd1226bdb758|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f984663e-4b55-4858-800e-d8f5a87f43ae ASDC
2022-01-20T07:23:42.219Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7e5fc6ce-112e-4b18-adf9-67466d931dd4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f984663e-4b55-4858-800e-d8f5a87f43ae
ServiceInvariantUUID:b88ea04c-c451-474f-9b16-aaec485c02e9
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:302c9baf-bff6-4458-b6f1-dde38695b77a
ArtifactChecksum:MmYzZjUyZGEzNWFiYWMzNmFkODhhYzkzZGZiZDY2ZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51
ResourceInvariantUUID:1c385693-1067-40f7-8352-fd8eef2cd8b5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cc735401-1e94-4f6c-b220-a2acf9d52b16
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:cdebc902-473c-4671-bc13-249f55273006
ArtifactChecksum:ZTM3ODQ4NGY2YjE1ZGI2Y2QxNjU4OTBjODkyMjIzZTY=
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:8afb6af5-0675-4382-86f8-2ebf8b0c0506
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:cf4006a0-eea3-4cea-a836-f66c305accea
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:cf4006a0-eea3-4cea-a836-f66c305accea
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:23:42.219Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f984663e-4b55-4858-800e-d8f5a87f43ae 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-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 302c9baf-bff6-4458-b6f1-dde38695b77a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:23:42.242Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-20T07:23:43.424Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:23:43.427Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 302c9baf-bff6-4458-b6f1-dde38695b77a 78774
2022-01-20T07:23:43.428Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-20T07:23:43.428Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-20T07:23:43.428Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:23:43.428Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:43.429Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:43.430Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663423428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:43.530Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:43.530Z||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-20T07:23:43.530Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:43.540Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:43.540Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:44.430Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:23:44.431Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:23:44.431Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 302c9baf-bff6-4458-b6f1-dde38695b77a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:44.432Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-20T07:23:44.432Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:44.432Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:44.512Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16016150284338537992/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-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.355Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:23:45.356Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.357Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.358Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-20T07:23:45.358Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-20T07:23:45.358Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-20T07:23:45.358Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-20T07:23:45.358Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:45.359Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:45.360Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28d29fd7-2cc5-4b30-a7a5-5ab1979c2bac
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.361Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.362Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.362Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.362Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:45.362Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:45.362Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f984663e-4b55-4858-800e-d8f5a87f43ae
Model Version:NULL
Model InvariantUuid:b88ea04c-c451-474f-9b16-aaec485c02e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:79ec1108-8cd2-4411-89b6-5baced362393
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c385693-1067-40f7-8352-fd8eef2cd8b5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af31b7e8-9773-44c4-bb07-dea5011e31f7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ae64e611-3bfa-47c1-a849-b74bcd8ecd64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28d29fd7-2cc5-4b30-a7a5-5ab1979c2bac
ModelInvariantUuid:55a55f97-f61b-4ec8-8b4e-517f8b96ce0a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a798d410-2be1-4d84-a14f-5ddf3c1a3aa9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e04d0c01-cd5c-4001-afdd-90e2f4c46ddd
ModelInvariantUuid:c127a0a0-191a-4964-a8bb-ddbb9e9a8cec
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:19328b52-826a-41dd-b322-80abe26da8c0
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-20T07:23:45.368Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cc735401-1e94-4f6c-b220-a2acf9d52b16
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-20T07:23:45.370Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-01-20T07:23:45.370Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc735401-1e94-4f6c-b220-a2acf9d52b16
2022-01-20T07:23:45.370Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cdebc902-473c-4671-bc13-249f55273006 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-20T07:23:45.370Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:23:45.371Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-20T07:23:45.533Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:23:45.533Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cdebc902-473c-4671-bc13-249f55273006 792
2022-01-20T07:23:45.533Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-20T07:23:45.533Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-20T07:23:45.533Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:23:45.534Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:45.535Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:45.535Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663425533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:45.636Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:23:45.636Z||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-20T07:23:45.636Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:45.647Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:45.647Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:46.536Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af31b7e8-9773-44c4-bb07-dea5011e31f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae64e611-3bfa-47c1-a849-b74bcd8ecd64",
    "vfModuleModelCustomizationUUID": "7d15a81a-8861-4f8d-9886-ea14f79e6d52",
    "isBase": true,
    "artifacts": [
      "8afb6af5-0675-4382-86f8-2ebf8b0c0506",
      "cf4006a0-eea3-4cea-a836-f66c305accea"
    ],
    "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-20T07:23:46.539Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae64e611-3bfa-47c1-a849-b74bcd8ecd64
VfModuleModelInvariantUUID:af31b7e8-9773-44c4-bb07-dea5011e31f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
8afb6af5-0675-4382-86f8-2ebf8b0c0506
,
cf4006a0-eea3-4cea-a836-f66c305accea

}
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-20T07:23:46.541Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af31b7e8-9773-44c4-bb07-dea5011e31f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae64e611-3bfa-47c1-a849-b74bcd8ecd64",
    "vfModuleModelCustomizationUUID": "7d15a81a-8861-4f8d-9886-ea14f79e6d52",
    "isBase": true,
    "artifacts": [
      "8afb6af5-0675-4382-86f8-2ebf8b0c0506",
      "cf4006a0-eea3-4cea-a836-f66c305accea"
    ],
    "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-20T07:23:46.541Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae64e611-3bfa-47c1-a849-b74bcd8ecd64
VfModuleModelInvariantUUID:af31b7e8-9773-44c4-bb07-dea5011e31f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
8afb6af5-0675-4382-86f8-2ebf8b0c0506
,
cf4006a0-eea3-4cea-a836-f66c305accea

}
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-20T07:23:46.541Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8afb6af5-0675-4382-86f8-2ebf8b0c0506 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-20T07:23:46.542Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:23:46.542Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-20T07:23:46.822Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:23:46.823Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8afb6af5-0675-4382-86f8-2ebf8b0c0506 5033
2022-01-20T07:23:46.823Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-20T07:23:46.823Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-20T07:23:46.823Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:23:46.823Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:46.825Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:46.825Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663426823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:46.925Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:46.926Z||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-20T07:23:46.926Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:46.937Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:46.937Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:47.825Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cf4006a0-eea3-4cea-a836-f66c305accea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-20T07:23:47.826Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:23:47.826Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-20T07:23:48.029Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:23:48.030Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cf4006a0-eea3-4cea-a836-f66c305accea 903
2022-01-20T07:23:48.030Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-20T07:23:48.030Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-20T07:23:48.030Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:23:48.030Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:48.032Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:48.032Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663428030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:48.132Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:48.133Z||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-20T07:23:48.133Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:48.142Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:48.142Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:49.032Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f984663e-4b55-4858-800e-d8f5a87f43ae
2022-01-20T07:23:49.033Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cc735401-1e94-4f6c-b220-a2acf9d52b16 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-20T07:23:49.043Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43e73ee1, org.onap.sdc.toscaparser.api.parameters.Input@c3975a5, org.onap.sdc.toscaparser.api.parameters.Input@6873044f, org.onap.sdc.toscaparser.api.parameters.Input@72931fe5, org.onap.sdc.toscaparser.api.parameters.Input@8792760]
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51 matches Tosca VF Customization UUID: ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51
2022-01-20T07:23:49.045Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51  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-20T07:23:49.047Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.047Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.047Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51: {\"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-20T07:23:49.047Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@558d9772
2022-01-20T07:23:49.047Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.059Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:23:49.059Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d15a81a-8861-4f8d-9886-ea14f79e6d52
2022-01-20T07:23:49.059Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d15a81a-8861-4f8d-9886-ea14f79e6d52
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-20T07:23:49.063Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.064Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-20T07:23:49.065Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-20T07:23:49.065Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-20T07:23:49.065Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=28d29fd7-2cc5-4b30-a7a5-5ab1979c2bac
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-20T07:23:49.066Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.066Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:49.067Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:23:49.067Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.067Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-20T07:23:49.067Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ca92d9e0-ce59-4fd7-82f5-c0eed4da9c51
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-20T07:23:49.068Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.068Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.068Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f984663e-4b55-4858-800e-d8f5a87f43ae: basic_vm_macro
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:23:49.069Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:23:49.070Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:23:49.145Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cc735401-1e94-4f6c-b220-a2acf9d52b16 1 ASDC deployResourceStructure
2022-01-20T07:23:49.146Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-20T07:23:49.146Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-20T07:23:49.146Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:23:49.146Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:49.148Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:49.148Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663429146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:49.248Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:49.248Z||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-20T07:23:49.248Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:49.258Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:49.259Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:50.148Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-20T07:23:50.149Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-20T07:23:50.149Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:23:50.149Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:50.150Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:50.151Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663430148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:50.251Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:23:50.251Z||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-20T07:23:50.251Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:50.261Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:50.262Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:51.151Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-20T07:23:51.152Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-20T07:23:51.152Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:23:51.152Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:51.153Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:51.153Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663431151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:51.254Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:23:51.254Z||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-20T07:23:51.254Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:51.263Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:51.264Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:52.154Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-20T07:23:52.154Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-20T07:23:52.154Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:23:52.155Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:23:52.156Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:23:52.156Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663432154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:52.256Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:23:52.257Z||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-20T07:23:52.257Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:52.267Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:52.267Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:23:53.156Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e5fc6ce-112e-4b18-adf9-67466d931dd4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:23:53.163Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e5fc6ce-112e-4b18-adf9-67466d931dd4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:23:53.164Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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-20T07:23:53.167Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:23:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:23:56.639Z||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-20T07:23:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:23:56.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:23:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "clamp",
  "timestamp": 1642663256604,
  "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-20T07:23:56.663Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67bc3988-354a-4eb4-b3cd-98b608380655
2022-01-20T07:23:56.663Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663256908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663257946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663259045,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663245733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663246465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663260048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663252821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663260833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663261051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663261510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663261836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663262053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "cds",
  "timestamp": 1642663262515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-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-20T07:23:56.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.682Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:23:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "policy-id",
  "timestamp": 1642663262838,
  "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-20T07:23:56.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663257131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663257570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663266268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663267288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663268290,
  "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-20T07:23:56.698Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.698Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663262137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663269030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663277754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663272339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663281041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663281149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "aai-ml",
  "timestamp": 1642663282151,
  "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-20T07:23:56.709Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.709Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663282594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663282759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663283762,
  "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-20T07:23:56.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:23:56.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663284601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:23:56.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:23:56.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:23:56.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "clamp",
  "timestamp": 1642663285605,
  "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-20T07:23:56.725Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47a424ef-311f-427e-8640-3c357c1c4efe
2022-01-20T07:23:56.725Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:24:23.167Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e5fc6ce-112e-4b18-adf9-67466d931dd4 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-20T07:24:23.171Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e5fc6ce-112e-4b18-adf9-67466d931dd4 and serviceModelVersionId: f984663e-4b55-4858-800e-d8f5a87f43ae
2022-01-20T07:24:23.171Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b88ea04c-c451-474f-9b16-aaec485c02e9
2022-01-20T07:24:23.172Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?depth=0
2022-01-20T07:24:23.175Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:24:23.199Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?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-20T07:24:23.200Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?depth=0|INFO|500||Invoke
2022-01-20T07:24:23.214Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:24:23.240Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:24:23.241Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220120-07:24:23:221-35928], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:24:23 GMT], Content-Type=[application/json]}
2022-01-20T07:24:23.241Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae","ERR.5.4.6114"]}}}

2022-01-20T07:24:23.244Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (ec=ERR.5.4.6114)
2022-01-20T07:24:23.244Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (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-20T07:24:23.244Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (ec=ERR.5.4.6114)
2022-01-20T07:24:23.244Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (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-20T07:24:23.247Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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-20T07:24:23.247Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e5fc6ce-112e-4b18-adf9-67466d931dd4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (ec=ERR.5.4.6114)
2022-01-20T07:24:23.247Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:24:23.247Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:24:23.248Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:24:23.249Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663463247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:24:23.349Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:24:23.349Z||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-20T07:24:23.349Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:23.361Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:23.361Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 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-20T07:24:24.258Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:24:24.258Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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-20T07:24:24.258Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:28.696Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:28.697Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:24:28.697Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"67bc3988-354a-4eb4-b3cd-98b608380655","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0144620d-530d-4170-9219-c69000d00f58","serviceDescription":"service","serviceInvariantUUID":"2ed7fc59-5b30-4c52-a8e8-154d27e2ae22","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5870d3c-47ac-4604-a7e0-96ffa1fffb75","resourceInvariantUUID":"8f865e6d-0001-4ce3-ae1d-55e80c3ac853","resourceCustomizationUUID":"e18849e2-3a53-492f-be68-da2178bedf9f","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":"OWZkZTJlODc2NWM5YmE1NDI3NTViNDIzMDE4OTQ3YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27bf4295-8aaf-4a93-b0f8-36900013c636","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmQ3NjRkMzYxN2RkN2EyM2FhMTE3MGVhNjc5NmU5MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d85865b-9659-40c0-adb5-5450805c1e29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:24:28.699Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:24:28.699Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:24:28.700Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:24:28.700Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:28.801Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:24:28.801Z||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-20T07:24:28.801Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:28.812Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:28.812Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:24:29.701Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:24:29.701Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:24:29.703Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:24:29.703Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:29.803Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:24:29.803Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:24:29.804Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:29.814Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:29.815Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:24:30.703Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0144620d-530d-4170-9219-c69000d00f58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ed7fc59-5b30-4c52-a8e8-154d27e2ae22",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e18849e2-3a53-492f-be68-da2178bedf9f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f5870d3c-47ac-4604-a7e0-96ffa1fffb75",
      "resourceInvariantUUID": "8f865e6d-0001-4ce3-ae1d-55e80c3ac853",
      "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": "MmQ3NjRkMzYxN2RkN2EyM2FhMTE3MGVhNjc5NmU5MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d85865b-9659-40c0-adb5-5450805c1e29"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:24:30.704Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:24:30.704Z|7e5fc6ce-112e-4b18-adf9-67466d931dd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0144620d-530d-4170-9219-c69000d00f58 ASDC
2022-01-20T07:24:30.704Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:67bc3988-354a-4eb4-b3cd-98b608380655
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0144620d-530d-4170-9219-c69000d00f58
ServiceInvariantUUID:2ed7fc59-5b30-4c52-a8e8-154d27e2ae22
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:4d85865b-9659-40c0-adb5-5450805c1e29
ArtifactChecksum:MmQ3NjRkMzYxN2RkN2EyM2FhMTE3MGVhNjc5NmU5MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e18849e2-3a53-492f-be68-da2178bedf9f
ResourceInvariantUUID:8f865e6d-0001-4ce3-ae1d-55e80c3ac853
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f5870d3c-47ac-4604-a7e0-96ffa1fffb75
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-20T07:24:30.704Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0144620d-530d-4170-9219-c69000d00f58 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-20T07:24:30.722Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:24:30.722Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:24:30.723Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:24:30.723Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d85865b-9659-40c0-adb5-5450805c1e29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-20T07:24:30.723Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:24:30.723Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-20T07:24:30.813Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:24:30.815Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d85865b-9659-40c0-adb5-5450805c1e29 52489
2022-01-20T07:24:30.815Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-20T07:24:30.815Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-20T07:24:30.815Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:24:30.815Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:24:30.817Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:24:30.817Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663470815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:30.917Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:24:30.918Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:24:30.918Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:30.928Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:30.928Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:24:31.818Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:24:31.818Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:24:31.818Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4d85865b-9659-40c0-adb5-5450805c1e29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:31.819Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-20T07:24:31.819Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:31.819Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:31.884Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12684947682141765946/Definitions/service-BasicNetwork-template.yml
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.172Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.173Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.174Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0144620d-530d-4170-9219-c69000d00f58
Model Version:NULL
Model InvariantUuid:2ed7fc59-5b30-4c52-a8e8-154d27e2ae22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8f865e6d-0001-4ce3-ae1d-55e80c3ac853
Model UUID:e16c33bb-64cc-4d9a-8010-c4c797102cb0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e18849e2-3a53-492f-be68-da2178bedf9f
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-20T07:24:32.179Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: f5870d3c-47ac-4604-a7e0-96ffa1fffb75
2022-01-20T07:24:32.179Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||No resources found for Service: 0144620d-530d-4170-9219-c69000d00f58
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-20T07:24:32.181Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||
2022-01-20T07:24:32.181Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-20T07:24:32.181Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0144620d-530d-4170-9219-c69000d00f58
2022-01-20T07:24:32.182Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0144620d-530d-4170-9219-c69000d00f58
2022-01-20T07:24:32.182Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-20T07:24:32.182Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:24:32.185Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6455d8a8, org.onap.sdc.toscaparser.api.parameters.Input@4cac8071, org.onap.sdc.toscaparser.api.parameters.Input@698f2296, org.onap.sdc.toscaparser.api.parameters.Input@1dd1760, org.onap.sdc.toscaparser.api.parameters.Input@4b871f6b]
2022-01-20T07:24:32.185Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0144620d-530d-4170-9219-c69000d00f58: Generic NeutronNet
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.186Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:24:32.215Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-20T07:24:32.263Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-20T07:24:32.263Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-20T07:24:32.263Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-20T07:24:32.263Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:24:32.263Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:24:32.265Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:24:32.265Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663472263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:24:32.365Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:24:32.365Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:24:32.365Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:32.375Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:32.375Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:24:33.265Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67bc3988-354a-4eb4-b3cd-98b608380655
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:24:33.273Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67bc3988-354a-4eb4-b3cd-98b608380655
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:24:33.275Z|67bc3988-354a-4eb4-b3cd-98b608380655|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-20T07:24:33.278Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:24:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:24:56.639Z||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-20T07:24:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:24:56.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:24:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663357570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663357821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663357131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663359030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663352138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663367934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663367942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663368028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "cds",
  "timestamp": 1642663368939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-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-20T07:24:56.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:24:56.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663369046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663362339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663370048,
  "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-20T07:24:56.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:24:56.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:24:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663371090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663371217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "aai-ml",
  "timestamp": 1642663372220,
  "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-20T07:24:56.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:24:56.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663372784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "dcae-sch",
  "timestamp": 1642663365733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:24:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663373787,
  "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-20T07:24:56.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:24:56.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:24:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663366465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663375165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663376169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:24:56.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:03.278Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67bc3988-354a-4eb4-b3cd-98b608380655 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-20T07:25:03.283Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67bc3988-354a-4eb4-b3cd-98b608380655 and serviceModelVersionId: 0144620d-530d-4170-9219-c69000d00f58
2022-01-20T07:25:03.283Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ed7fc59-5b30-4c52-a8e8-154d27e2ae22
2022-01-20T07:25:03.283Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?depth=0
2022-01-20T07:25:03.287Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:25:03.311Z|67bc3988-354a-4eb4-b3cd-98b608380655|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/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?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-20T07:25:03.311Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?depth=0|INFO|500||Invoke
2022-01-20T07:25:03.327Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:25:03.355Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:25:03.356Z|67bc3988-354a-4eb4-b3cd-98b608380655|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/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:25:03:334-40255], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:25:03 GMT], Content-Type=[application/json]}
2022-01-20T07:25:03.356Z|67bc3988-354a-4eb4-b3cd-98b608380655|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/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58","ERR.5.4.6114"]}}}

2022-01-20T07:25:03.359Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (ec=ERR.5.4.6114)
2022-01-20T07:25:03.359Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (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-20T07:25:03.359Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (ec=ERR.5.4.6114)
2022-01-20T07:25:03.359Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (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-20T07:25:03.363Z|67bc3988-354a-4eb4-b3cd-98b608380655|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-20T07:25:03.363Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67bc3988-354a-4eb4-b3cd-98b608380655 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (ec=ERR.5.4.6114)
2022-01-20T07:25:03.363Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:25:03.363Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:03.365Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:03.365Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663503363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:25:03.465Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:03.466Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:03.466Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:03.476Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:03.476Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 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-20T07:25:04.373Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:25:04.373Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"47a424ef-311f-427e-8640-3c357c1c4efe","serviceName":"Demo_pNF_6mwwnPwvwcnJx56R45IY","serviceVersion":"1.0","serviceUUID":"2124fa62-194a-4983-a574-389c7347e729","serviceDescription":"catalog service description","serviceInvariantUUID":"ba31a825-f37f-4078-ba92-3991239aa158","resources":[{"resourceInstanceName":"pNF 94152190-8088 0","resourceName":"pNF 94152190-8088","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"002e6084-fda3-49a4-8380-f709d7bbe040","resourceInvariantUUID":"eaecfcd4-499b-43f3-a5a4-136d1459fb8c","resourceCustomizationUUID":"2153fdc2-092f-4d96-9c61-ff69cee6f7f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml","artifactChecksum":"Y2UyYTkxNDEzODlkYTlmMjZkYWU4NmZiYzM3ZjAwZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ee869c6-5fcc-450a-a856-60f58cfc7d96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7e22fed-3f36-4669-8b13-3aaeb7fbd92a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b96b8664-0598-4cc8-861c-2edce1082ae2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml","artifactChecksum":"MmZiN2YzYjkxYmMyYTVlN2FkYjY0NTEzMzRhYWViZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"292896ee-bc37-4bc1-8372-18083b2e04da","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8446d68-58e3-46d4-875a-5285b312347a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"733b5137-6d1f-4274-9b57-1ec0b32a675a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml","artifactChecksum":"YmRmOTY5OGNmNmVhODkwMzAyYWVkNGI5Mjg3ZjY2N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31597502-aa1e-40ed-9b12-faabf85c0984","artifactVersion":"1"},{"artifactName":"service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar","artifactChecksum":"NjVlOTI5OTZlMzNiNjliMDAwM2Y1NmI5ZTUyOGEyM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d8abe34-0816-4b4f-85af-387899962e2f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:25:04.374Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:04.374Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:04.375Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:04.375Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:04.475Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:04.476Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:04.476Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:04.486Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:04.486Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:05.376Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:05.376Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:05.378Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:05.378Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:05.478Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:05.479Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:05.479Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:05.489Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:05.489Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:25:06.378Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:06.379Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:06.380Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:06.380Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:06.480Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:06.481Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:06.481Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:06.489Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:06.489Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:07.380Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:07.381Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:07.382Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:07.382Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:07.483Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:07.483Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:07.483Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:07.491Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:07.492Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:25:08.383Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:08.383Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:08.384Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:08.384Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:08.485Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:08.485Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:08.485Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:08.495Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:08.495Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:09.385Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:09.385Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:09.387Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:09.387Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:09.487Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:09.488Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:09.488Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:09.498Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:09.499Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:10.387Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:10.388Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:10.389Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:10.389Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:10.489Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:10.490Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:10.490Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:10.499Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:10.499Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:11.390Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:11.390Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:11.391Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:11.391Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:11.491Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:25:11.492Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:11.492Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:11.503Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:11.503Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:12.392Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "serviceName": "Demo_pNF_6mwwnPwvwcnJx56R45IY",
  "serviceVersion": "1.0",
  "serviceUUID": "2124fa62-194a-4983-a574-389c7347e729",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ba31a825-f37f-4078-ba92-3991239aa158",
  "resources": [
    {
      "resourceInstanceName": "pNF 94152190-8088 0",
      "resourceCustomizationUUID": "2153fdc2-092f-4d96-9c61-ff69cee6f7f8",
      "resourceName": "pNF 94152190-8088",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "002e6084-fda3-49a4-8380-f709d7bbe040",
      "resourceInvariantUUID": "eaecfcd4-499b-43f3-a5a4-136d1459fb8c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
      "artifactChecksum": "NjVlOTI5OTZlMzNiNjliMDAwM2Y1NmI5ZTUyOGEyM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d8abe34-0816-4b4f-85af-387899962e2f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:25:12.392Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:25:12.392Z|67bc3988-354a-4eb4-b3cd-98b608380655|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2124fa62-194a-4983-a574-389c7347e729 ASDC
2022-01-20T07:25:12.393Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:47a424ef-311f-427e-8640-3c357c1c4efe
ServiceName:Demo_pNF_6mwwnPwvwcnJx56R45IY
ServiceVersion:1.0
ServiceUUID:2124fa62-194a-4983-a574-389c7347e729
ServiceInvariantUUID:ba31a825-f37f-4078-ba92-3991239aa158
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
ArtifactUUID:6d8abe34-0816-4b4f-85af-387899962e2f
ArtifactChecksum:NjVlOTI5OTZlMzNiNjliMDAwM2Y1NmI5ZTUyOGEyM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 94152190-8088 0
ResourceCustomizationUUID:2153fdc2-092f-4d96-9c61-ff69cee6f7f8
ResourceInvariantUUID:eaecfcd4-499b-43f3-a5a4-136d1459fb8c
ResourceName:pNF 94152190-8088
ResourceType:PNF
ResourceUUID:002e6084-fda3-49a4-8380-f709d7bbe040
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:25:12.393Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2124fa62-194a-4983-a574-389c7347e729 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-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d8abe34-0816-4b4f-85af-387899962e2f from URL: /sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:25:12.409Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:13.133Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:25:13.136Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar 6d8abe34-0816-4b4f-85af-387899962e2f 82617
2022-01-20T07:25:13.136Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar ASDC sendASDCNotification
2022-01-20T07:25:13.136Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:13.136Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:25:13.136Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:13.138Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:13.138Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663513136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:13.238Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:13.238Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:13.238Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:13.249Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:13.250Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:14.138Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:25:14.139Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:14.139Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6d8abe34-0816-4b4f-85af-387899962e2f, URL: /sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar to file: /app/ASDC/1/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.140Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.140Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.140Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.242Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14551163402304570072/Definitions/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml
2022-01-20T07:25:14.769Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 94152190-8088 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-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.770Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Node template pNF 94152190-8088 0 is matching search criteria
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 94152190-8088 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Node template pNF 94152190-8088 0 is matching search criteria
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 94152190-8088 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.771Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.772Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.772Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.772Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.772Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6mwwnPwvwcnJx56R45IY
Description:catalog service description
Model UUID:2124fa62-194a-4983-a574-389c7347e729
Model Version:NULL
Model InvariantUuid:ba31a825-f37f-4078-ba92-3991239aa158
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-20T07:25:14.779Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 002e6084-fda3-49a4-8380-f709d7bbe040
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-20T07:25:14.781Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||pNF 94152190-8088 0
2022-01-20T07:25:14.781Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 002e6084-fda3-49a4-8380-f709d7bbe040
2022-01-20T07:25:14.781Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2124fa62-194a-4983-a574-389c7347e729
2022-01-20T07:25:14.781Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2124fa62-194a-4983-a574-389c7347e729
2022-01-20T07:25:14.781Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 94152190-8088 0 002e6084-fda3-49a4-8380-f709d7bbe040 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-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f207a9b, org.onap.sdc.toscaparser.api.parameters.Input@56b4c6aa, org.onap.sdc.toscaparser.api.parameters.Input@4204583c, org.onap.sdc.toscaparser.api.parameters.Input@12f48f9c, org.onap.sdc.toscaparser.api.parameters.Input@5eccdbfb]
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2124fa62-194a-4983-a574-389c7347e729: pNF 94152190-8088
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Processing PNF resource: 002e6084-fda3-49a4-8380-f709d7bbe040
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:14.785Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6mwwnPwvwcnJx56R45IY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:14.786Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2153fdc2-092f-4d96-9c61-ff69cee6f7f8 is the same as notified resource customizationUUID: 2153fdc2-092f-4d96-9c61-ff69cee6f7f8
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-20T07:25:14.812Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 94152190-8088 002e6084-fda3-49a4-8380-f709d7bbe040 0 ASDC deployResourceStructure
2022-01-20T07:25:14.813Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar ASDC sendASDCNotification
2022-01-20T07:25:14.813Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar
2022-01-20T07:25:14.813Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:25:14.813Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:14.815Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:14.816Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663514813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:14.916Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:25:14.916Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:14.916Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:14.924Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:14.925Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:25:15.816Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47a424ef-311f-427e-8640-3c357c1c4efe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:25:15.824Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47a424ef-311f-427e-8640-3c357c1c4efe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:25:15.827Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:25:15.828Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-20T07:25:15.830Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:25:45.830Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47a424ef-311f-427e-8640-3c357c1c4efe 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-20T07:25:45.834Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47a424ef-311f-427e-8640-3c357c1c4efe and serviceModelVersionId: 2124fa62-194a-4983-a574-389c7347e729
2022-01-20T07:25:45.834Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba31a825-f37f-4078-ba92-3991239aa158
2022-01-20T07:25:45.835Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0
2022-01-20T07:25:45.839Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:25:45.872Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0|INFO|500||Invoke
2022-01-20T07:25:45.872Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47a424ef-311f-427e-8640-3c357c1c4efe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b5d3563-8959-46d1-8675-b2974a7a9fe3], X-ECOMP-RequestID=[47a424ef-311f-427e-8640-3c357c1c4efe], X-TransactionId=[], X-ONAP-RequestID=[47a424ef-311f-427e-8640-3c357c1c4efe], Content-Type=[application/merge-patch+json]}
2022-01-20T07:25:45.891Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:25:45.918Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?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/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:25:45:900-56734], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:25:45 GMT], Content-Type=[application/json]}
2022-01-20T07:25:45.918Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?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/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729","ERR.5.4.6114"]}}}

2022-01-20T07:25:45.919Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:25:45.922Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (ec=ERR.5.4.6114)
2022-01-20T07:25:45.922Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (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-20T07:25:45.923Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (ec=ERR.5.4.6114)
2022-01-20T07:25:45.923Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (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-20T07:25:45.928Z|47a424ef-311f-427e-8640-3c357c1c4efe|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-20T07:25:45.928Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47a424ef-311f-427e-8640-3c357c1c4efe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (ec=ERR.5.4.6114)
2022-01-20T07:25:45.929Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:25:45.929Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:45.930Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:45.930Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663545928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:25:46.030Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:46.031Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:46.031Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:46.043Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:46.043Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 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-20T07:25:46.939Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:25:46.940Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b88bd58-b30d-4dbd-aff7-34890f139c4e","serviceName":"Demo_pNF_99nQfuPITK6G2awB6tae","serviceVersion":"1.0","serviceUUID":"670be579-c7c6-43ab-a5ff-229a5f5f95a3","serviceDescription":"catalog service description","serviceInvariantUUID":"86fa282c-aff4-4986-86a4-4b192df93fe3","resources":[{"resourceInstanceName":"pNF b2808cd4-dc20 0","resourceName":"pNF b2808cd4-dc20","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ccd32357-4719-4ee4-a883-6206aada8c6b","resourceInvariantUUID":"679c9fd8-d397-41a6-bc63-88c63c548f7d","resourceCustomizationUUID":"ca0e8cc7-092d-43ff-a2a8-308fc8585723","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml","artifactChecksum":"YTVhOWQ5YTc1N2JmOWNmMDBjNDY5NjM3NjlmYTAyMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717be2a7-85a0-4d5f-957b-88e21a6d8181","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d800cb9b-071f-4b83-86eb-261748c60d22","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a52190e3-cfa4-41ae-aeb7-793a69f87277","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml","artifactChecksum":"OWM4NjQ5MTIyOWRiZWUyNWI2YzY5NjdhMDRhY2MxMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29b5f52f-2427-46e1-9275-3da1ac4c6f82","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6df1f2b2-d72d-4e99-a4db-ac9e4895a17b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c847c53-a40b-4558-96c3-771b9dd0da81","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf99nqfupitk6g2awb6tae-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml","artifactChecksum":"NWYwOWYxY2IwNTI4YmZmMDZkZDMxNmRmMWYzNmM4NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e53e8c5-779d-4af6-8558-d3ef328ad678","artifactVersion":"1"},{"artifactName":"service-DemoPnf99nqfupitk6g2awb6tae-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar","artifactChecksum":"ZmRkNTM0MGE5YTZlNWE3YmM2NTQyYzM5MzI4MzI5OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2e32263-904d-464e-87ee-28e686c017a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:25:46.940Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:46.940Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:46.941Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:46.941Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:47.042Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:47.042Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:47.043Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:47.052Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:47.052Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:47.942Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:47.942Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:47.943Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:47.944Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:48.044Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:48.044Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:48.044Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:48.053Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:48.053Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:48.944Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:48.945Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:48.946Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:48.946Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:49.046Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:49.047Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:49.047Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:49.058Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:49.058Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:49.947Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:49.947Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:49.949Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:49.949Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:50.049Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:50.049Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:50.049Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:50.058Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:50.058Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:50.949Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:50.950Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:50.951Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:50.952Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:51.052Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:51.052Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:51.052Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:51.061Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:51.061Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:51.952Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:51.953Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:51.955Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:51.955Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:52.055Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:52.055Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:52.056Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:52.066Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:52.066Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:52.955Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:52.956Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:52.957Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:52.957Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:53.057Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:53.058Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:53.058Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:53.067Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:53.068Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:25:53.958Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:25:53.958Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:53.960Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:53.960Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:54.060Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:54.061Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:54.061Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:54.070Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:54.070Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:54.960Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "serviceName": "Demo_pNF_99nQfuPITK6G2awB6tae",
  "serviceVersion": "1.0",
  "serviceUUID": "670be579-c7c6-43ab-a5ff-229a5f5f95a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "86fa282c-aff4-4986-86a4-4b192df93fe3",
  "resources": [
    {
      "resourceInstanceName": "pNF b2808cd4-dc20 0",
      "resourceCustomizationUUID": "ca0e8cc7-092d-43ff-a2a8-308fc8585723",
      "resourceName": "pNF b2808cd4-dc20",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ccd32357-4719-4ee4-a883-6206aada8c6b",
      "resourceInvariantUUID": "679c9fd8-d397-41a6-bc63-88c63c548f7d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
      "artifactChecksum": "ZmRkNTM0MGE5YTZlNWE3YmM2NTQyYzM5MzI4MzI5OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2e32263-904d-464e-87ee-28e686c017a2"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:25:54.961Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:25:54.961Z|47a424ef-311f-427e-8640-3c357c1c4efe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 670be579-c7c6-43ab-a5ff-229a5f5f95a3 ASDC
2022-01-20T07:25:54.961Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9b88bd58-b30d-4dbd-aff7-34890f139c4e
ServiceName:Demo_pNF_99nQfuPITK6G2awB6tae
ServiceVersion:1.0
ServiceUUID:670be579-c7c6-43ab-a5ff-229a5f5f95a3
ServiceInvariantUUID:86fa282c-aff4-4986-86a4-4b192df93fe3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
ArtifactUUID:f2e32263-904d-464e-87ee-28e686c017a2
ArtifactChecksum:ZmRkNTM0MGE5YTZlNWE3YmM2NTQyYzM5MzI4MzI5OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b2808cd4-dc20 0
ResourceCustomizationUUID:ca0e8cc7-092d-43ff-a2a8-308fc8585723
ResourceInvariantUUID:679c9fd8-d397-41a6-bc63-88c63c548f7d
ResourceName:pNF b2808cd4-dc20
ResourceType:PNF
ResourceUUID:ccd32357-4719-4ee4-a883-6206aada8c6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:25:54.961Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 670be579-c7c6-43ab-a5ff-229a5f5f95a3 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-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f2e32263-904d-464e-87ee-28e686c017a2 from URL: /sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:25:54.978Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:55.065Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:25:55.068Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar f2e32263-904d-464e-87ee-28e686c017a2 82617
2022-01-20T07:25:55.068Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar ASDC sendASDCNotification
2022-01-20T07:25:55.068Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:55.068Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:25:55.068Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:55.070Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:55.070Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663555068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:55.170Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:55.170Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:55.170Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:55.179Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:55.179Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:56.070Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:25:56.071Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:25:56.071Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f2e32263-904d-464e-87ee-28e686c017a2, URL: /sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar to file: /app/ASDC/1/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.072Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.072Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.072Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.156Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12493475694133653279/Definitions/service-DemoPnf99nqfupitk6g2awb6tae-template.yml
2022-01-20T07:25:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:25:56.638Z||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-20T07:25:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:56.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663376623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "policy-id",
  "timestamp": 1642663377172,
  "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-20T07:25:56.666Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:25:56.666Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:25:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663377643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "clamp",
  "timestamp": 1642663378647,
  "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-20T07:25:56.675Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b88bd58-b30d-4dbd-aff7-34890f139c4e
2022-01-20T07:25:56.675Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:25:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7216ff-f2da-48de-bcc2-bd1226bdb758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663413185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5e7216ff-f2da-48de-bcc2-bd1226bdb758 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/833240cf-b303-4846-a9b2-e7042e454f68/model-vers/model-ver/4a337b09-fc34-4cbf-bdfc-474676c894ae) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663196636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663423428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b2808cd4-dc20 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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.683Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:25:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Node template pNF b2808cd4-dc20 0 is matching search criteria
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF b2808cd4-dc20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Node template pNF b2808cd4-dc20 0 is matching search criteria
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF b2808cd4-dc20 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663425533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.684Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.685Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_99nQfuPITK6G2awB6tae
Description:catalog service description
Model UUID:670be579-c7c6-43ab-a5ff-229a5f5f95a3
Model Version:NULL
Model InvariantUuid:86fa282c-aff4-4986-86a4-4b192df93fe3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

2022-01-20T07:25:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663426823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
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-20T07:25:56.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663428030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.690Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: ccd32357-4719-4ee4-a883-6206aada8c6b
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663429146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663419030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663417131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
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-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663417821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663417570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663412140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663430148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.693Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||pNF b2808cd4-dc20 0
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ccd32357-4719-4ee4-a883-6206aada8c6b
2022-01-20T07:25:56.693Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 670be579-c7c6-43ab-a5ff-229a5f5f95a3
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663430347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.693Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 670be579-c7c6-43ab-a5ff-229a5f5f95a3
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b2808cd4-dc20 0 ccd32357-4719-4ee4-a883-6206aada8c6b ASDC
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663430350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663430354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663422340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663431151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
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-20T07:25:56.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "cds",
  "timestamp": 1642663431354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select 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-20T07:25:56.696Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4be5e492, org.onap.sdc.toscaparser.api.parameters.Input@60bbbe57, org.onap.sdc.toscaparser.api.parameters.Input@4a131ded, org.onap.sdc.toscaparser.api.parameters.Input@54e63410, org.onap.sdc.toscaparser.api.parameters.Input@30c38b6a]
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 670be579-c7c6-43ab-a5ff-229a5f5f95a3: pNF b2808cd4-dc20
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Processing PNF resource: ccd32357-4719-4ee4-a883-6206aada8c6b
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_99nQfuPITK6G2awB6tae is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:25:56.697Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||Resource customization UUID: ca0e8cc7-092d-43ff-a2a8-308fc8585723 is the same as notified resource customizationUUID: ca0e8cc7-092d-43ff-a2a8-308fc8585723
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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
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=?
2022-01-20T07:25:56.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:25:56.703Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 and ComponentName cds
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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: 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=?
2022-01-20T07:25:56.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663431389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663432058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663432154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663432426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663433463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663434041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663434317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "dcae-sch",
  "timestamp": 1642663425733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663434506,
  "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-20T07:25:56.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:25:56.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 and ComponentName POLICY
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2022-01-20T07:25:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663435044,
  "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=?
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-20T07:25:56.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:25:56.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 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=?
2022-01-20T07:25:56.723Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b2808cd4-dc20 ccd32357-4719-4ee4-a883-6206aada8c6b 0 ASDC deployResourceStructure
2022-01-20T07:25:56.723Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar ASDC sendASDCNotification
2022-01-20T07:25:56.724Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar
2022-01-20T07:25:56.724Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:25:56.724Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:25:56.726Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:25:56.726Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663556723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_OK"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T07:25:56.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663426465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:25:56.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:25:56.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "aai-ml",
  "timestamp": 1642663435321,
  "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-20T07:25:56.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:25:56.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 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-20T07:25:56.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663435509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:25:56.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:25:56.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663436192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:25:56.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:25:56.826Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:25:56.827Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:25:56.827Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:25:56.836Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:25:56.836Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:25:57.726Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b88bd58-b30d-4dbd-aff7-34890f139c4e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:25:57.734Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b88bd58-b30d-4dbd-aff7-34890f139c4e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:25:57.736Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:25:57.736Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:25:57.736Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:25:57.736Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:25:57.737Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:25:57.737Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:25:57.737Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-20T07:25:57.740Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:26:27.740Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b88bd58-b30d-4dbd-aff7-34890f139c4e 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-20T07:26:27.744Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b88bd58-b30d-4dbd-aff7-34890f139c4e and serviceModelVersionId: 670be579-c7c6-43ab-a5ff-229a5f5f95a3
2022-01-20T07:26:27.744Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86fa282c-aff4-4986-86a4-4b192df93fe3
2022-01-20T07:26:27.745Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?depth=0
2022-01-20T07:26:27.748Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:26:27.769Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?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-20T07:26:27.769Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?depth=0|INFO|500||Invoke
2022-01-20T07:26:27.783Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:26:27.810Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:26:27.810Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:26:27:791-16908], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:26:27 GMT], Content-Type=[application/json]}
2022-01-20T07:26:27.811Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3","ERR.5.4.6114"]}}}

2022-01-20T07:26:27.813Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (ec=ERR.5.4.6114)
2022-01-20T07:26:27.814Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (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-20T07:26:27.814Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (ec=ERR.5.4.6114)
2022-01-20T07:26:27.814Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (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-20T07:26:27.817Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|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-20T07:26:27.817Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b88bd58-b30d-4dbd-aff7-34890f139c4e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (ec=ERR.5.4.6114)
2022-01-20T07:26:27.818Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:26:27.818Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:27.819Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:27.819Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663587818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:26:27.919Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:27.920Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:27.920Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:27.935Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:27.936Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:26:28.827Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:26:28.827Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e877f7f-94fc-416f-8e3e-49b1e2435fc5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d4dbc07f-7235-48cf-b609-064854741800","serviceDescription":"service","serviceInvariantUUID":"52b2e05d-727b-40e8-a590-05aab266e69c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"021512cc-87c6-4d64-9e0e-a5cea10bb76e","resourceInvariantUUID":"6ce9b597-09ca-4e16-813e-f66d98138fc4","resourceCustomizationUUID":"ccac597d-37dc-47ad-803f-aae6cc3636f8","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":"NjBiZTcwYTNhMjI4Y2NkNzUxOGVmODgyMGNlMzI4OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c4f65c7-93d6-4d6d-a604-496c95c6b9bc","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":"16328e7b-e4f0-4232-af88-1fbc520b7dcd","artifactVersion":"2","generatedFromUUID":"3845da09-b382-44f6-90c4-9883079210a2"},{"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":"3845da09-b382-44f6-90c4-9883079210a2","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":"ZmUyMjI1YmIxMTUzNGFhNWFhYzhlODlhNWU4MGM4OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb468aec-fb4f-4a65-ae9d-46153f3880ce","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":"5b3fd39e-9702-434a-a7b8-cd334f1151b4","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":"29570d0a-706b-4d52-83d7-1889d67a9bec","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":"0df3f9a1-b52a-4bcf-9ba3-dc57354841a0","artifactVersion":"2","generatedFromUUID":"5b3fd39e-9702-434a-a7b8-cd334f1151b4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmUxNmVjYWM4NzZmYjk0MzY2OWJkNDQxYjUzN2M1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"901e290c-2e40-44ef-970f-e986cbdc787c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2RiZTYxYzE2MjkyMDBiZDAyYTQ2NWIyMDYxYjAyOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1329ba7d-f6bc-4653-b38b-62a68d76da6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:26:28.828Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:28.828Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:28.829Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:28.829Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:28.929Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:28.930Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:28.930Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:28.940Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:28.940Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:26:29.829Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:29.830Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:29.831Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:29.831Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-20T07:26:29.931Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:29.932Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:29.932Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:29.942Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:29.942Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:26:30.832Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:30.832Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:30.834Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:30.834Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-20T07:26:30.934Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:30.934Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:30.935Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:30.943Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:30.943Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:31.834Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:31.835Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:31.836Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:31.836Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:26:31.936Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:31.937Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:31.937Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:31.948Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:31.948Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:32.837Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:32.837Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:32.838Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:32.839Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:26:32.939Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:32.939Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:32.939Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:32.949Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:32.949Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:33.839Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:33.840Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:33.841Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:33.841Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:33.941Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:33.941Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:33.942Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:33.953Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:33.953Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:34.841Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:34.842Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:34.844Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:34.844Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-20T07:26:34.944Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:34.944Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:34.944Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:34.957Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:34.957Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:35.844Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:35.845Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:35.846Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:35.846Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:35.946Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:35.947Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:35.947Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:35.973Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:35.973Z||pool-162-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:26:36.846Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:26:36.847Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:36.848Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:36.848Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:36.949Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:36.949Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:36.949Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:36.960Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:36.960Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:37.849Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d4dbc07f-7235-48cf-b609-064854741800",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52b2e05d-727b-40e8-a590-05aab266e69c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ccac597d-37dc-47ad-803f-aae6cc3636f8",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "021512cc-87c6-4d64-9e0e-a5cea10bb76e",
      "resourceInvariantUUID": "6ce9b597-09ca-4e16-813e-f66d98138fc4",
      "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": "16328e7b-e4f0-4232-af88-1fbc520b7dcd",
          "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": "3845da09-b382-44f6-90c4-9883079210a2",
          "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": "ZmUyMjI1YmIxMTUzNGFhNWFhYzhlODlhNWU4MGM4OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb468aec-fb4f-4a65-ae9d-46153f3880ce",
          "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": "5b3fd39e-9702-434a-a7b8-cd334f1151b4",
          "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": "0df3f9a1-b52a-4bcf-9ba3-dc57354841a0",
            "generatedFromUUID": "5b3fd39e-9702-434a-a7b8-cd334f1151b4"
          },
          "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": "0df3f9a1-b52a-4bcf-9ba3-dc57354841a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2RiZTYxYzE2MjkyMDBiZDAyYTQ2NWIyMDYxYjAyOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1329ba7d-f6bc-4653-b38b-62a68d76da6c"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:26:37.850Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:26:37.850Z|9b88bd58-b30d-4dbd-aff7-34890f139c4e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d4dbc07f-7235-48cf-b609-064854741800 ASDC
2022-01-20T07:26:37.850Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3e877f7f-94fc-416f-8e3e-49b1e2435fc5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d4dbc07f-7235-48cf-b609-064854741800
ServiceInvariantUUID:52b2e05d-727b-40e8-a590-05aab266e69c
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:1329ba7d-f6bc-4653-b38b-62a68d76da6c
ArtifactChecksum:M2RiZTYxYzE2MjkyMDBiZDAyYTQ2NWIyMDYxYjAyOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ccac597d-37dc-47ad-803f-aae6cc3636f8
ResourceInvariantUUID:6ce9b597-09ca-4e16-813e-f66d98138fc4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:021512cc-87c6-4d64-9e0e-a5cea10bb76e
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:16328e7b-e4f0-4232-af88-1fbc520b7dcd
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:3845da09-b382-44f6-90c4-9883079210a2
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:cb468aec-fb4f-4a65-ae9d-46153f3880ce
ArtifactChecksum:ZmUyMjI1YmIxMTUzNGFhNWFhYzhlODlhNWU4MGM4OWM=
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:5b3fd39e-9702-434a-a7b8-cd334f1151b4
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:0df3f9a1-b52a-4bcf-9ba3-dc57354841a0
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:0df3f9a1-b52a-4bcf-9ba3-dc57354841a0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:26:37.850Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4dbc07f-7235-48cf-b609-064854741800 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-20T07:26:37.870Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:26:37.870Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:26:37.870Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:26:37.871Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1329ba7d-f6bc-4653-b38b-62a68d76da6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-20T07:26:37.871Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:37.871Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:37.961Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:37.963Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1329ba7d-f6bc-4653-b38b-62a68d76da6c 68929
2022-01-20T07:26:37.963Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:37.964Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:37.964Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:37.964Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:37.965Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:37.965Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663597963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:38.065Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:38.066Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:38.066Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:38.076Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:38.076Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:38.966Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:26:38.967Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:26:38.967Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1329ba7d-f6bc-4653-b38b-62a68d76da6c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-20T07:26:38.967Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-20T07:26:38.968Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-20T07:26:38.968Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-20T07:26:39.054Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9619379013249037873/Definitions/service-BasicCnf-template.yml
2022-01-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.860Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:26:39.861Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:39.862Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=516866b6-f55a-405f-8560-f8a25246b6c1
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.863Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:39.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:39.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d4dbc07f-7235-48cf-b609-064854741800
Model Version:NULL
Model InvariantUuid:52b2e05d-727b-40e8-a590-05aab266e69c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c2996804-7576-45a7-8105-894575a2ccad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ce9b597-09ca-4e16-813e-f66d98138fc4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ccac597d-37dc-47ad-803f-aae6cc3636f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fcc0e7e3-450f-4bd3-a4e7-2e6278c37003
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7fcade84-59ff-47c2-abdf-1ec449ce063e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:516866b6-f55a-405f-8560-f8a25246b6c1
ModelInvariantUuid:db5a0193-b5c7-4af6-ab28-d3b51c219d14
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:61d5d10b-b268-4f4e-87f1-75b187f54513
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:76903c42-b70a-4240-86a1-0317304f0be5
ModelInvariantUuid:fd1a996f-ff03-4a90-8e04-3a24a027bc5e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a67bc08d-9a0f-4388-877e-51edc8023a85
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-20T07:26:39.870Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 021512cc-87c6-4d64-9e0e-a5cea10bb76e
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-20T07:26:39.872Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-01-20T07:26:39.872Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 021512cc-87c6-4d64-9e0e-a5cea10bb76e
2022-01-20T07:26:39.872Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 16328e7b-e4f0-4232-af88-1fbc520b7dcd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-20T07:26:39.872Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:39.872Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:40.864Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:40.865Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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 16328e7b-e4f0-4232-af88-1fbc520b7dcd 12
2022-01-20T07:26:40.865Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:40.865Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:40.865Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:40.865Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:40.866Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:40.866Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663600865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:40.967Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:40.967Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:40.967Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:40.979Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:40.979Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:26:41.867Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3845da09-b382-44f6-90c4-9883079210a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-20T07:26:41.867Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:41.867Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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 3845da09-b382-44f6-90c4-9883079210a2 2688
2022-01-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:42.226Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:42.228Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:42.228Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663602226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:42.328Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:42.328Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:42.329Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:42.340Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:42.340Z||pool-166-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:43.229Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb468aec-fb4f-4a65-ae9d-46153f3880ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-20T07:26:43.229Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:43.229Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:43.433Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:43.433Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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 cb468aec-fb4f-4a65-ae9d-46153f3880ce 828
2022-01-20T07:26:43.434Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:43.434Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:43.434Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:43.434Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:43.435Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:43.435Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663603434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:43.535Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:43.536Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:43.536Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:43.545Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:43.545Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:44.436Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fcc0e7e3-450f-4bd3-a4e7-2e6278c37003",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fcade84-59ff-47c2-abdf-1ec449ce063e",
    "vfModuleModelCustomizationUUID": "f661d890-adae-431e-afff-48638119f4c7",
    "isBase": true,
    "artifacts": [
      "5b3fd39e-9702-434a-a7b8-cd334f1151b4",
      "3845da09-b382-44f6-90c4-9883079210a2",
      "0df3f9a1-b52a-4bcf-9ba3-dc57354841a0"
    ],
    "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-20T07:26:44.439Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fcade84-59ff-47c2-abdf-1ec449ce063e
VfModuleModelInvariantUUID:fcc0e7e3-450f-4bd3-a4e7-2e6278c37003
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b3fd39e-9702-434a-a7b8-cd334f1151b4
,
3845da09-b382-44f6-90c4-9883079210a2
,
0df3f9a1-b52a-4bcf-9ba3-dc57354841a0

}
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-20T07:26:44.441Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fcc0e7e3-450f-4bd3-a4e7-2e6278c37003",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fcade84-59ff-47c2-abdf-1ec449ce063e",
    "vfModuleModelCustomizationUUID": "f661d890-adae-431e-afff-48638119f4c7",
    "isBase": true,
    "artifacts": [
      "5b3fd39e-9702-434a-a7b8-cd334f1151b4",
      "3845da09-b382-44f6-90c4-9883079210a2",
      "0df3f9a1-b52a-4bcf-9ba3-dc57354841a0"
    ],
    "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-20T07:26:44.442Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fcade84-59ff-47c2-abdf-1ec449ce063e
VfModuleModelInvariantUUID:fcc0e7e3-450f-4bd3-a4e7-2e6278c37003
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b3fd39e-9702-434a-a7b8-cd334f1151b4
,
3845da09-b382-44f6-90c4-9883079210a2
,
0df3f9a1-b52a-4bcf-9ba3-dc57354841a0

}
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-20T07:26:44.442Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b3fd39e-9702-434a-a7b8-cd334f1151b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-20T07:26:44.442Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:44.442Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5b3fd39e-9702-434a-a7b8-cd334f1151b4 1164
2022-01-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:44.636Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:44.638Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:44.638Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663604636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:44.738Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:44.739Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:44.739Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:44.748Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:44.748Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:45.638Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0df3f9a1-b52a-4bcf-9ba3-dc57354841a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-20T07:26:45.639Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:26:45.639Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:45.827Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:26:45.828Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0df3f9a1-b52a-4bcf-9ba3-dc57354841a0 200
2022-01-20T07:26:45.828Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:45.828Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:45.828Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:26:45.828Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:45.830Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:45.830Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663605828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:45.930Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:45.930Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:45.931Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:45.942Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:45.942Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:46.830Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d4dbc07f-7235-48cf-b609-064854741800
2022-01-20T07:26:46.831Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 021512cc-87c6-4d64-9e0e-a5cea10bb76e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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=?
2022-01-20T07:26:46.841Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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 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-20T07:26:46.843Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@733bba68, org.onap.sdc.toscaparser.api.parameters.Input@536bcbca, org.onap.sdc.toscaparser.api.parameters.Input@33257e6c, org.onap.sdc.toscaparser.api.parameters.Input@22e5f5b6, org.onap.sdc.toscaparser.api.parameters.Input@c23f378]
2022-01-20T07:26:46.844Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.844Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.844Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:26:46.844Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ccac597d-37dc-47ad-803f-aae6cc3636f8
2022-01-20T07:26:46.844Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ccac597d-37dc-47ad-803f-aae6cc3636f8 matches Tosca VF Customization UUID: ccac597d-37dc-47ad-803f-aae6cc3636f8
2022-01-20T07:26:46.845Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ccac597d-37dc-47ad-803f-aae6cc3636f8  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-20T07:26:46.846Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.846Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.846Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ccac597d-37dc-47ad-803f-aae6cc3636f8: {\"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-20T07:26:46.846Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14908a35
2022-01-20T07:26:46.846Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.847Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.847Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f661d890-adae-431e-afff-48638119f4c7
2022-01-20T07:26:46.847Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f661d890-adae-431e-afff-48638119f4c7
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-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-20T07:26:46.849Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-20T07:26:46.850Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=516866b6-f55a-405f-8560-f8a25246b6c1
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-20T07:26:46.851Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.851Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:46.851Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:26:46.851Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.851Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-20T07:26:46.852Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ccac597d-37dc-47ad-803f-aae6cc3636f8
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-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d4dbc07f-7235-48cf-b609-064854741800: basic_cnf
2022-01-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.853Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.854Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.902Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 021512cc-87c6-4d64-9e0e-a5cea10bb76e 1 ASDC deployResourceStructure
2022-01-20T07:26:46.902Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.903Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:46.903Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-20T07:26:46.903Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:46.904Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:46.904Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663606902,
  "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-20T07:26:47.004Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:47.005Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:47.005Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:47.015Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:47.015Z||pool-170-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:47.905Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:47.905Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:47.905Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-20T07:26:47.905Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:47.907Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:47.907Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663607905,
  "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-20T07:26:48.007Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:48.008Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:48.008Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:48.017Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:48.018Z||pool-171-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:26:48.908Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:48.908Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:48.908Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:26:48.908Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:48.910Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:48.910Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663608908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:49.010Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:49.011Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:49.011Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:49.021Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:49.022Z||pool-172-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:49.911Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:49.912Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:49.912Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:26:49.912Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:49.913Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:49.913Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663609911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:50.014Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:26:50.014Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:50.015Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:50.025Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:50.025Z||pool-173-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:50.914Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:50.915Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:50.915Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:26:50.915Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:50.917Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:50.917Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663610914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:51.017Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:51.017Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:51.018Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:51.026Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:51.026Z||pool-174-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:51.918Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:51.918Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:51.918Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:26:51.918Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:26:51.920Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:26:51.920Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663611918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:52.020Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:26:52.020Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:26:52.021Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:52.030Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:52.031Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:26:52.920Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:26:52.927Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:26:52.928Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:26:52.929Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:26:52.929Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:26:52.929Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:26:52.929Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:26:52.929Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:26:52.932Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:26:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:26:56.638Z||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-20T07:26:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:26:56.657Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:26:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663437194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "policy-id",
  "timestamp": 1642663438196,
  "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-20T07:26:56.663Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:26:56.664Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 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-20T07:26:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663440613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663441631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "clamp",
  "timestamp": 1642663442636,
  "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-20T07:26:56.672Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e877f7f-94fc-416f-8e3e-49b1e2435fc5
2022-01-20T07:26:56.672Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 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-20T07:26:56.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e5fc6ce-112e-4b18-adf9-67466d931dd4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663463247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7e5fc6ce-112e-4b18-adf9-67466d931dd4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b88ea04c-c451-474f-9b16-aaec485c02e9/model-vers/model-ver/f984663e-4b55-4858-800e-d8f5a87f43ae) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663457570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663457131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663452339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663467283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663467297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663468330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663469377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663462821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663470396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663470400,
  "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-20T07:26:56.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663470524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663470815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663471398,
  "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-20T07:26:56.701Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.701Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:26:56.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663471403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "cds",
  "timestamp": 1642663471528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-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-20T07:26:56.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663472263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "dcae-sch",
  "timestamp": 1642663465733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663466465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663474195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663475198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "policy-id",
  "timestamp": 1642663476200,
  "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-20T07:26:56.717Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.717Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663472137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663484618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663479030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663486628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663486837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "clamp",
  "timestamp": 1642663487632,
  "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-20T07:26:56.725Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.725Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:26:56.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663492662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:26:56.730Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:26:56.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:26:56.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "aai-ml",
  "timestamp": 1642663493665,
  "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-20T07:26:56.733Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
2022-01-20T07:26:56.733Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:27:22.932Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 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-20T07:27:22.937Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 and serviceModelVersionId: d4dbc07f-7235-48cf-b609-064854741800
2022-01-20T07:27:22.937Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52b2e05d-727b-40e8-a590-05aab266e69c
2022-01-20T07:27:22.938Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?depth=0
2022-01-20T07:27:22.941Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:27:22.960Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?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-20T07:27:22.961Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?depth=0|INFO|500||Invoke
2022-01-20T07:27:22.974Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:27:23.000Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:27:23.000Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220120-07:27:22:982-57674], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:27:22 GMT], Content-Type=[application/json]}
2022-01-20T07:27:23.001Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800","ERR.5.4.6114"]}}}

2022-01-20T07:27:23.003Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (ec=ERR.5.4.6114)
2022-01-20T07:27:23.003Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (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-20T07:27:23.003Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (ec=ERR.5.4.6114)
2022-01-20T07:27:23.004Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (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-20T07:27:23.007Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|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-20T07:27:23.007Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e877f7f-94fc-416f-8e3e-49b1e2435fc5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (ec=ERR.5.4.6114)
2022-01-20T07:27:23.007Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:27:23.007Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:23.009Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:23.009Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663643007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:27:23.109Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:23.109Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:23.109Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:23.124Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:23.125Z||pool-176-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:27:24.018Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:27:24.018Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2","serviceName":"vFW 2022-01-20 07-23-20","serviceVersion":"1.0","serviceUUID":"9576510f-9583-4e9d-8305-4f0c312986e0","serviceDescription":"catalog service description","serviceInvariantUUID":"9c5716bd-1804-47b1-b62a-e2f9b4e5292d","resources":[{"resourceInstanceName":"vFW 07d3c07b-2457 0","resourceName":"vFW 07d3c07b-2457","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d1e176f-32b8-4bf9-8812-5daaed52f7f8","resourceInvariantUUID":"73bbfbd3-8a8c-40b8-828f-0645d849dbc4","resourceCustomizationUUID":"feaa8bd9-2094-4044-a5ef-3cec92567144","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml","artifactChecksum":"NWU1ZmMxNjg1NWYzZjZkOGQ5MTgyNDIzNjMwMmNmMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66912926-84e2-432e-9fce-eb61965ba869","artifactVersion":"1"},{"artifactName":"vfw07d3c07b24570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json","artifactChecksum":"OTIzNDcwZTA4ZWZhYWM0MDJhNGMxYTIyYWI0MTQwZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f79e1004-efc8-43d9-994e-ad0920f5497a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0775ddee-89b2-4396-8eb8-7c691f8b894b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ3OGQ0MTMzN2E3MmMxZTk5MzIwY2UwMTA1NjcyMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f11ca249-29b4-4150-890a-a5213608ca20","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2db9967e-453b-4511-babe-a29e1419f203","artifactVersion":"2","generatedFromUUID":"0775ddee-89b2-4396-8eb8-7c691f8b894b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120072320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml","artifactChecksum":"NTI4OWUyZGI2OTgxMjJjYWRlMDc1ZWViM2QxYmUzZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"632030cc-5363-4e39-b1e5-2a8b7ee60d86","artifactVersion":"1"},{"artifactName":"service-Vfw20220120072320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar","artifactChecksum":"N2UwOGIyYzQ1MzBlMTM5ZTk4MGZmNjZiOTVlNjYxNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e9066f5-1935-4f12-9036-8a1e6db543d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:27:24.018Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:24.018Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:24.019Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:24.020Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:24.120Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:24.120Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:24.120Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:24.131Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:24.131Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:25.020Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:25.020Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:25.022Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:25.022Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:27:25.122Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:25.123Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:25.123Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:25.133Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:25.133Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:26.022Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:26.023Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:26.024Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:26.025Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:27:26.125Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:26.125Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:26.125Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:26.135Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:26.135Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:27.025Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:27.026Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:27.027Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:27.027Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:27.128Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:27:27.128Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:27.128Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:27.145Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:27.145Z||pool-180-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:28.028Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:28.029Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:28.031Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:28.031Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:27:28.131Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:28.132Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:28.132Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:28.143Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:28.143Z||pool-181-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:29.032Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:29.032Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:29.034Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:29.035Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:29.135Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:29.136Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:29.136Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:29.147Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:29.147Z||pool-182-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:30.035Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:27:30.036Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:30.037Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:30.037Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:27:30.137Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:30.138Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:30.138Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:30.148Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:30.149Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:27:31.038Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "serviceName": "vFW 2022-01-20 07-23-20",
  "serviceVersion": "1.0",
  "serviceUUID": "9576510f-9583-4e9d-8305-4f0c312986e0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9c5716bd-1804-47b1-b62a-e2f9b4e5292d",
  "resources": [
    {
      "resourceInstanceName": "vFW 07d3c07b-2457 0",
      "resourceCustomizationUUID": "feaa8bd9-2094-4044-a5ef-3cec92567144",
      "resourceName": "vFW 07d3c07b-2457",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d1e176f-32b8-4bf9-8812-5daaed52f7f8",
      "resourceInvariantUUID": "73bbfbd3-8a8c-40b8-828f-0645d849dbc4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw07d3c07b24570_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
          "artifactChecksum": "OTIzNDcwZTA4ZWZhYWM0MDJhNGMxYTIyYWI0MTQwZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f79e1004-efc8-43d9-994e-ad0920f5497a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0775ddee-89b2-4396-8eb8-7c691f8b894b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2db9967e-453b-4511-babe-a29e1419f203",
            "generatedFromUUID": "0775ddee-89b2-4396-8eb8-7c691f8b894b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2db9967e-453b-4511-babe-a29e1419f203",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120072320-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
      "artifactChecksum": "N2UwOGIyYzQ1MzBlMTM5ZTk4MGZmNjZiOTVlNjYxNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e9066f5-1935-4f12-9036-8a1e6db543d1"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:27:31.038Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:27:31.039Z|3e877f7f-94fc-416f-8e3e-49b1e2435fc5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9576510f-9583-4e9d-8305-4f0c312986e0 ASDC
2022-01-20T07:27:31.039Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
ServiceName:vFW 2022-01-20 07-23-20
ServiceVersion:1.0
ServiceUUID:9576510f-9583-4e9d-8305-4f0c312986e0
ServiceInvariantUUID:9c5716bd-1804-47b1-b62a-e2f9b4e5292d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120072320-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar
ArtifactUUID:7e9066f5-1935-4f12-9036-8a1e6db543d1
ArtifactChecksum:N2UwOGIyYzQ1MzBlMTM5ZTk4MGZmNjZiOTVlNjYxNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 07d3c07b-2457 0
ResourceCustomizationUUID:feaa8bd9-2094-4044-a5ef-3cec92567144
ResourceInvariantUUID:73bbfbd3-8a8c-40b8-828f-0645d849dbc4
ResourceName:vFW 07d3c07b-2457
ResourceType:VF
ResourceUUID:6d1e176f-32b8-4bf9-8812-5daaed52f7f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw07d3c07b24570_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json
ArtifactUUID:f79e1004-efc8-43d9-994e-ad0920f5497a
ArtifactChecksum:OTIzNDcwZTA4ZWZhYWM0MDJhNGMxYTIyYWI0MTQwZDE=
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/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml
ArtifactUUID:0775ddee-89b2-4396-8eb8-7c691f8b894b
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/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
ArtifactUUID:2db9967e-453b-4511-babe-a29e1419f203
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/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
ArtifactUUID:2db9967e-453b-4511-babe-a29e1419f203
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:27:31.039Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9576510f-9583-4e9d-8305-4f0c312986e0 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-20T07:27:31.063Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:27:31.063Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:27:31.064Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:27:31.064Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7e9066f5-1935-4f12-9036-8a1e6db543d1 from URL: /sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:31.064Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:27:31.064Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:31.160Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:27:31.164Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar 7e9066f5-1935-4f12-9036-8a1e6db543d1 98918
2022-01-20T07:27:31.164Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar ASDC sendASDCNotification
2022-01-20T07:27:31.169Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:31.169Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:27:31.169Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:31.182Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:31.182Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663651164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:31.280Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-20T07:27:31.281Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:31.281Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:31.290Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:31.290Z||pool-184-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:32.182Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:27:32.183Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:27:32.183Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7e9066f5-1935-4f12-9036-8a1e6db543d1, URL: /sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar to file: /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:32.183Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120072320-csar.csar
2022-01-20T07:27:32.184Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:32.184Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:32.305Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6876065085096337194/Definitions/service-Vfw20220120072320-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.732Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07d3c07b-2457 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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-Vfw20220120072320-csar.csar
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:27:33.733Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.734Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.735Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:33.736Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54c11b02-d8cf-4696-b9ec-ba3a9b548155
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:33.737Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=466565b7-6993-480f-87a3-52281305ff64
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.738Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc923692-9f1b-47b1-9638-2b9e9e69ee45
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.739Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:33.740Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 07-23-20
Description:catalog service description
Model UUID:9576510f-9583-4e9d-8305-4f0c312986e0
Model Version:NULL
Model InvariantUuid:9c5716bd-1804-47b1-b62a-e2f9b4e5292d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 07d3c07b-2457
Model UUID:9252593b-bb66-4649-b7c0-e29a1cc01f51
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73bbfbd3-8a8c-40b8-828f-0645d849dbc4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:feaa8bd9-2094-4044-a5ef-3cec92567144
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ee4e204-e0bb-462c-8501-2c8162c5b939
ModelName:Vfw07d3c07b2457..base_vfw..module-0
ModelUuid:dbf80ace-dd25-4835-bc0d-7dea717b8bbc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:54c11b02-d8cf-4696-b9ec-ba3a9b548155
ModelInvariantUuid:29d25def-90b8-49bd-b3f4-0503b778e778
ModelName:vFW 07d3c07b-2457-nodes.vfwCvfc
ModelUuid:252d8e8f-d2d0-46b2-aa7b-336a01ce8bc9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:54737874-f4c0-4ddf-90cb-fea3b50d3d2b
ModelInvariantUuid:2faa7573-af68-43a0-9c72-42742bce64a1
ModelName:Vfw07d3c07b2457.compute.nodes.heat.vfw
ModelUuid:546be0e9-9dfe-431f-a66a-9f9e1ff4a812
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:466565b7-6993-480f-87a3-52281305ff64
ModelInvariantUuid:f21d6ab7-0d72-4629-adfc-d5d2e85f042f
ModelName:vFW 07d3c07b-2457-nodes.vsnCvfc
ModelUuid:2b211366-a515-4294-974f-56c072cd0ee0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ca2d63c7-da49-42b9-a9c3-55c2fe9baab4
ModelInvariantUuid:a270a4b6-186c-4082-85f5-f9295f91e021
ModelName:Vfw07d3c07b2457.compute.nodes.heat.vsn
ModelUuid:1ebc71cf-b1e8-46f2-9638-a291cc918b07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dc923692-9f1b-47b1-9638-2b9e9e69ee45
ModelInvariantUuid:b315b8dc-d5ed-44af-823a-1a7d9afa097c
ModelName:vFW 07d3c07b-2457-nodes.vpgCvfc
ModelUuid:40618f92-fbb9-4026-9664-738edaef10de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a49d657a-5ee0-4357-943a-e8bdd8f2bc34
ModelInvariantUuid:59002485-3931-4315-8184-23aba0498463
ModelName:Vfw07d3c07b2457.compute.nodes.heat.vpg
ModelUuid:b4a12dfb-90b6-4818-a82b-db13ddbbba93
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-20T07:27:33.745Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d1e176f-32b8-4bf9-8812-5daaed52f7f8
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-20T07:27:33.748Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||vFW 07d3c07b-2457 0
2022-01-20T07:27:33.748Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d1e176f-32b8-4bf9-8812-5daaed52f7f8
2022-01-20T07:27:33.748Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f79e1004-efc8-43d9-994e-ad0920f5497a from URL: /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json
2022-01-20T07:27:33.748Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:27:33.748Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json
2022-01-20T07:27:33.785Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:27:33.786Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json f79e1004-efc8-43d9-994e-ad0920f5497a 785
2022-01-20T07:27:33.786Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json ASDC sendASDCNotification
2022-01-20T07:27:33.786Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json
2022-01-20T07:27:33.786Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:27:33.786Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:33.787Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:33.787Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663653786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:33.888Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:33.888Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:33.888Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:33.897Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:33.898Z||pool-185-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:27:34.788Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07d3c07b2457..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ee4e204-e0bb-462c-8501-2c8162c5b939",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbf80ace-dd25-4835-bc0d-7dea717b8bbc",
    "vfModuleModelCustomizationUUID": "01aab6d1-ddb0-4edf-8331-7258d3eb5edd",
    "isBase": true,
    "artifacts": [
      "0775ddee-89b2-4396-8eb8-7c691f8b894b",
      "2db9967e-453b-4511-babe-a29e1419f203"
    ],
    "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-20T07:27:34.790Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07d3c07b2457..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbf80ace-dd25-4835-bc0d-7dea717b8bbc
VfModuleModelInvariantUUID:7ee4e204-e0bb-462c-8501-2c8162c5b939
VfModuleModelDescription:NULL
Artifacts UUID List:{
0775ddee-89b2-4396-8eb8-7c691f8b894b
,
2db9967e-453b-4511-babe-a29e1419f203

}
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-20T07:27:34.791Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07d3c07b2457..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ee4e204-e0bb-462c-8501-2c8162c5b939",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbf80ace-dd25-4835-bc0d-7dea717b8bbc",
    "vfModuleModelCustomizationUUID": "01aab6d1-ddb0-4edf-8331-7258d3eb5edd",
    "isBase": true,
    "artifacts": [
      "0775ddee-89b2-4396-8eb8-7c691f8b894b",
      "2db9967e-453b-4511-babe-a29e1419f203"
    ],
    "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-20T07:27:34.791Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07d3c07b2457..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbf80ace-dd25-4835-bc0d-7dea717b8bbc
VfModuleModelInvariantUUID:7ee4e204-e0bb-462c-8501-2c8162c5b939
VfModuleModelDescription:NULL
Artifacts UUID List:{
0775ddee-89b2-4396-8eb8-7c691f8b894b
,
2db9967e-453b-4511-babe-a29e1419f203

}
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-20T07:27:34.791Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0775ddee-89b2-4396-8eb8-7c691f8b894b from URL: /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml
2022-01-20T07:27:34.791Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:27:34.792Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml
2022-01-20T07:27:34.968Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:27:34.969Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml 0775ddee-89b2-4396-8eb8-7c691f8b894b 20368
2022-01-20T07:27:34.969Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:27:34.969Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml
2022-01-20T07:27:34.969Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:27:34.970Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:34.971Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:34.971Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663654969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:35.071Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:35.072Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:35.072Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:35.083Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:35.083Z||pool-186-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:35.972Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2db9967e-453b-4511-babe-a29e1419f203 from URL: /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
2022-01-20T07:27:35.972Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:27:35.972Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
2022-01-20T07:27:36.083Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:27:36.083Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env 2db9967e-453b-4511-babe-a29e1419f203 2098
2022-01-20T07:27:36.083Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:27:36.084Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
2022-01-20T07:27:36.084Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:27:36.084Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:36.085Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:36.085Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663656083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:36.185Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:36.186Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:36.186Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:36.196Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:36.197Z||pool-187-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:37.085Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9576510f-9583-4e9d-8305-4f0c312986e0
2022-01-20T07:27:37.086Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07d3c07b-2457 0 6d1e176f-32b8-4bf9-8812-5daaed52f7f8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:27:37.097Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26597a26, org.onap.sdc.toscaparser.api.parameters.Input@512c04f7, org.onap.sdc.toscaparser.api.parameters.Input@17eb7a93, org.onap.sdc.toscaparser.api.parameters.Input@7037abd6, org.onap.sdc.toscaparser.api.parameters.Input@1dd267bc]
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= feaa8bd9-2094-4044-a5ef-3cec92567144
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: feaa8bd9-2094-4044-a5ef-3cec92567144 matches Tosca VF Customization UUID: feaa8bd9-2094-4044-a5ef-3cec92567144
2022-01-20T07:27:37.098Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: feaa8bd9-2094-4044-a5ef-3cec92567144  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-20T07:27:37.100Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.100Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id feaa8bd9-2094-4044-a5ef-3cec92567144: {\"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-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d3f656f
2022-01-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01aab6d1-ddb0-4edf-8331-7258d3eb5edd
2022-01-20T07:27:37.101Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01aab6d1-ddb0-4edf-8331-7258d3eb5edd
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-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:37.103Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.104Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=54c11b02-d8cf-4696-b9ec-ba3a9b548155
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-20T07:27:37.106Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.106Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.106Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:37.106Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.107Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.108Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:27:37.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=466565b7-6993-480f-87a3-52281305ff64
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-20T07:27:37.110Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.111Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.111Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:37.111Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.111Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is not matching search criteria
2022-01-20T07:27:37.111Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:27:37.112Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:27:37.113Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:27:37.113Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:27:37.113Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:27:37.113Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:27:37.113Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dc923692-9f1b-47b1-9638-2b9e9e69ee45
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-20T07:27:37.115Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.115Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.115Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:27:37.116Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.116Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Node template vFW 07d3c07b-2457 0 is matching search criteria
2022-01-20T07:27:37.116Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07d3c07b-2457 0] matching following query criteria: sdcType=VF, customizationUUID=feaa8bd9-2094-4044-a5ef-3cec92567144
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-20T07:27:37.117Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.117Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.118Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9576510f-9583-4e9d-8305-4f0c312986e0: vFW 07d3c07b-2457
2022-01-20T07:27:37.118Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.118Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.118Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.119Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:27:37.120Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-23-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:27:37.120Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-20 07-23-20 
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-20T07:27:37.247Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07d3c07b-2457 6d1e176f-32b8-4bf9-8812-5daaed52f7f8 1 ASDC deployResourceStructure
2022-01-20T07:27:37.248Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json ASDC sendASDCNotification
2022-01-20T07:27:37.248Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json
2022-01-20T07:27:37.248Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:27:37.248Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:37.249Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:37.249Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663657248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:27:37.349Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:37.350Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:37.350Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:37.359Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:37.360Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:27:38.250Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:27:38.250Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml
2022-01-20T07:27:38.250Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:27:38.251Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:38.253Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:38.253Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663658250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:27:38.353Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:38.353Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:38.353Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:38.363Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:38.363Z||pool-189-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:39.253Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:27:39.254Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env
2022-01-20T07:27:39.254Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:27:39.254Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:39.255Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:39.255Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663659253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:27:39.355Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:39.356Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:39.356Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:39.365Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:39.365Z||pool-190-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:40.256Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar ASDC sendASDCNotification
2022-01-20T07:27:40.256Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar
2022-01-20T07:27:40.256Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:27:40.256Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:27:40.258Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:27:40.258Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663660256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:27:40.358Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:27:40.359Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:27:40.359Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:40.369Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:40.369Z||pool-191-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:27:41.258Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:27:41.266Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:27:41.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:27:41.271Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:27:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:27:56.638Z||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-20T07:27:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:27:56.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:27:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67bc3988-354a-4eb4-b3cd-98b608380655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663503363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d67bc3988-354a-4eb4-b3cd-98b608380655 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/2ed7fc59-5b30-4c52-a8e8-154d27e2ae22/model-vers/model-ver/0144620d-530d-4170-9219-c69000d00f58) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/resourceInstances/pnf9415219080880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663513136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663514813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6mwwnpwvwcnjx56r45iy/1.0/artifacts/service-DemoPnf6mwwnpwvwcnjx56r45iy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47a424ef-311f-427e-8640-3c357c1c4efe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663545928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d47a424ef-311f-427e-8640-3c357c1c4efe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ba31a825-f37f-4078-ba92-3991239aa158/model-vers/model-ver/2124fa62-194a-4983-a574-389c7347e729) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/resourceInstances/pnfb2808cd4dc200/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:27:56.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663555068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:27:56.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:11.271Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 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-20T07:28:11.276Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 and serviceModelVersionId: 9576510f-9583-4e9d-8305-4f0c312986e0
2022-01-20T07:28:11.276Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c5716bd-1804-47b1-b62a-e2f9b4e5292d
2022-01-20T07:28:11.276Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0
2022-01-20T07:28:11.279Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:28:11.299Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0|INFO|500||Invoke
2022-01-20T07:28:11.299Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecf94d3f-2d35-4c13-86b4-72d965040a7b], X-ECOMP-RequestID=[90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2], X-TransactionId=[], X-ONAP-RequestID=[90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2], Content-Type=[application/merge-patch+json]}
2022-01-20T07:28:11.313Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:28:11.430Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?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/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:28:11:321-94669], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:28:11 GMT], Content-Type=[application/json]}
2022-01-20T07:28:11.431Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?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/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0","ERR.5.4.6114"]}}}

2022-01-20T07:28:11.432Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:28:11.435Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (ec=ERR.5.4.6114)
2022-01-20T07:28:11.435Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (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-20T07:28:11.435Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (ec=ERR.5.4.6114)
2022-01-20T07:28:11.435Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (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-20T07:28:11.439Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:11.439Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (ec=ERR.5.4.6114)
2022-01-20T07:28:11.439Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:28:11.439Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:28:11.440Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:28:11.441Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663691439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:28:11.541Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:28:11.541Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:28:11.541Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:11.552Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:11.552Z||pool-192-thread-1|||||INFO|500||cambria reply ok (11 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-20T07:28:12.449Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:12.449Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:12.449Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:22.894Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:22.894Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:22.894Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:22.894Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:32.429Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:32.429Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:32.430Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:32.430Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:41.964Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:41.964Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:41.965Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:41.965Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:51.497Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:51.497Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:51.498Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:28:51.498Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:28:56.638Z||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-20T07:28:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:28:56.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663556723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf99nqfupitk6g2awb6tae/1.0/artifacts/service-DemoPnf99nqfupitk6g2awb6tae-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b88bd58-b30d-4dbd-aff7-34890f139c4e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663587818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b88bd58-b30d-4dbd-aff7-34890f139c4e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/86fa282c-aff4-4986-86a4-4b192df93fe3/model-vers/model-ver/670be579-c7c6-43ab-a5ff-229a5f5f95a3) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663597963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663600865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663602226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663603434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663604636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663605828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663606902,
  "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-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663607905,
  "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-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663608908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663609911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663610914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663611918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:28:56.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:01.039Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:29:01.040Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:29:01.040Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:29:01.040Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:29:10.574Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:29:10.574Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:29:10.574Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:29:10.574Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:29:20.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:29:20.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:29:20.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:29:20.109Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:29:29.645Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:29:56.636Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:29:56.637Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:29:56.637Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:29:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:29:56.638Z||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-20T07:29:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:29:56.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:29:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e877f7f-94fc-416f-8e3e-49b1e2435fc5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663643007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3e877f7f-94fc-416f-8e3e-49b1e2435fc5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/52b2e05d-727b-40e8-a590-05aab266e69c/model-vers/model-ver/d4dbc07f-7235-48cf-b609-064854741800) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:29:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663464258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663651164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663653786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663654969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663656083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663657248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/vfw07d3c07b24570_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663658250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:29:56.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663659253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/resourceInstances/vfw07d3c07b24570/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663660256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120072320/1.0/artifacts/service-Vfw20220120072320-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:29:56.674Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:30:06.174Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:56.636Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:30:56.637Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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-20T07:30:56.637Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:30:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:30:56.638Z||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-20T07:30:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:30:56.659Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:56.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:30:56.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663691439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9c5716bd-1804-47b1-b62a-e2f9b4e5292d/model-vers/model-ver/9576510f-9583-4e9d-8305-4f0c312986e0) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:30:56.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:30:57.260Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:57.260Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:30:57.260Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"902412fb-e8db-4441-9c3a-147735a2eabe","serviceName":"Demo_pNF_k51ChsTOfwx5Yt87XtHN","serviceVersion":"1.0","serviceUUID":"f806aede-de01-4cf0-9a3d-41f6a281e0b1","serviceDescription":"catalog service description","serviceInvariantUUID":"603206e5-96f9-48a1-9923-5de14fd67d85","resources":[{"resourceInstanceName":"pNF 5ca7b125-cae7 0","resourceName":"pNF 5ca7b125-cae7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64","resourceInvariantUUID":"af28c15a-1d60-4958-8f33-ae6a907498ef","resourceCustomizationUUID":"52c01f7a-cd6a-4622-ae9f-674b744dd45d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml","artifactChecksum":"NTQ0ZTc2ZTkwMTg2OTM3N2ViMTE0Y2NiY2MzZjRhYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7ba7dfb-1167-4944-88ed-22c5c2121fb8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9d2975b-c0de-4671-90fb-4895395d56bb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c0976b6-bcd7-42cd-b043-731d85721721","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQ0NDIwZWNiNGM3OGM4ZDk2MWJhY2U3Y2Y2NDQzMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b5ecdba-d1d6-4ed1-a08a-f2cad0431450","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68f0283f-fa84-42c1-b79b-575c4eac5921","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c7516d7-3a86-4d98-9bfa-f54584bf054d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfK51chstofwx5yt87xthn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml","artifactChecksum":"NTE0MmQ4NjNhNWU5NTdmYTQ0Y2Y0NGRkYmU0NWQwYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0761253-02c0-4d6a-80df-aa96bbfa83b5","artifactVersion":"1"},{"artifactName":"service-DemoPnfK51chstofwx5yt87xthn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar","artifactChecksum":"NTAyNGQzZGE2ZGEwNmE0MzBkNDMxZTViNjc0ZmJhZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e69f194a-fb6c-4d18-be57-fc50059177bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:30:57.261Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:30:57.262Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:30:57.263Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:30:57.263Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:30:57.363Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:30:57.364Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:30:57.364Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:30:57.373Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:57.373Z||pool-193-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:30:58.264Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:30:58.265Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:30:58.266Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:30:58.266Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:30:58.366Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:30:58.367Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:30:58.367Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:30:58.375Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:58.375Z||pool-194-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:30:59.266Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:30:59.267Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:30:59.268Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:30:59.268Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:30:59.369Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:30:59.369Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:30:59.369Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:30:59.378Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:30:59.378Z||pool-195-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:00.269Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:31:00.269Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:00.270Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:00.271Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:00.371Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:31:00.371Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:00.371Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:00.381Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:00.381Z||pool-196-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:01.271Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:31:01.271Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:01.273Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:01.273Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:01.373Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:31:01.373Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:01.374Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:01.382Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:01.383Z||pool-197-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:02.273Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:31:02.274Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:02.275Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:02.275Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:02.375Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:31:02.376Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:02.376Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:02.386Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:02.386Z||pool-198-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:03.275Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:31:03.276Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:03.277Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:03.277Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:03.378Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:31:03.378Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:03.378Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:03.387Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:03.388Z||pool-199-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:04.278Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:31:04.278Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:04.280Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:04.280Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:04.380Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:31:04.381Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:04.381Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:04.389Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:04.389Z||pool-200-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:31:05.281Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "serviceName": "Demo_pNF_k51ChsTOfwx5Yt87XtHN",
  "serviceVersion": "1.0",
  "serviceUUID": "f806aede-de01-4cf0-9a3d-41f6a281e0b1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "603206e5-96f9-48a1-9923-5de14fd67d85",
  "resources": [
    {
      "resourceInstanceName": "pNF 5ca7b125-cae7 0",
      "resourceCustomizationUUID": "52c01f7a-cd6a-4622-ae9f-674b744dd45d",
      "resourceName": "pNF 5ca7b125-cae7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64",
      "resourceInvariantUUID": "af28c15a-1d60-4958-8f33-ae6a907498ef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
      "artifactChecksum": "NTAyNGQzZGE2ZGEwNmE0MzBkNDMxZTViNjc0ZmJhZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e69f194a-fb6c-4d18-be57-fc50059177bc"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:31:05.281Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:31:05.281Z|90d26c70-2c74-4d2d-bbba-3a61a0b6d6f2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f806aede-de01-4cf0-9a3d-41f6a281e0b1 ASDC
2022-01-20T07:31:05.281Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:902412fb-e8db-4441-9c3a-147735a2eabe
ServiceName:Demo_pNF_k51ChsTOfwx5Yt87XtHN
ServiceVersion:1.0
ServiceUUID:f806aede-de01-4cf0-9a3d-41f6a281e0b1
ServiceInvariantUUID:603206e5-96f9-48a1-9923-5de14fd67d85
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfK51chstofwx5yt87xthn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
ArtifactUUID:e69f194a-fb6c-4d18-be57-fc50059177bc
ArtifactChecksum:NTAyNGQzZGE2ZGEwNmE0MzBkNDMxZTViNjc0ZmJhZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5ca7b125-cae7 0
ResourceCustomizationUUID:52c01f7a-cd6a-4622-ae9f-674b744dd45d
ResourceInvariantUUID:af28c15a-1d60-4958-8f33-ae6a907498ef
ResourceName:pNF 5ca7b125-cae7
ResourceType:PNF
ResourceUUID:28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:31:05.281Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f806aede-de01-4cf0-9a3d-41f6a281e0b1 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-20T07:31:05.298Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:31:05.299Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:31:05.299Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:31:05.299Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e69f194a-fb6c-4d18-be57-fc50059177bc from URL: /sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:05.299Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:31:05.299Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:05.455Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:31:05.459Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar e69f194a-fb6c-4d18-be57-fc50059177bc 82623
2022-01-20T07:31:05.459Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar ASDC sendASDCNotification
2022-01-20T07:31:05.459Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:05.459Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:31:05.459Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:05.461Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:05.461Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663865459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:05.561Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:31:05.562Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:05.562Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:05.572Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:05.572Z||pool-201-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:31:06.461Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:31:06.462Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:31:06.463Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e69f194a-fb6c-4d18-be57-fc50059177bc, URL: /sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar to file: /app/ASDC/1/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:06.463Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:06.463Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:06.463Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:06.539Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1207028206481826604/Definitions/service-DemoPnfK51chstofwx5yt87xthn-template.yml
2022-01-20T07:31:07.102Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:31:07.102Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:31:07.102Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.102Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ca7b125-cae7 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-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Node template pNF 5ca7b125-cae7 0 is matching search criteria
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5ca7b125-cae7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.103Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Node template pNF 5ca7b125-cae7 0 is matching search criteria
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5ca7b125-cae7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.104Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_k51ChsTOfwx5Yt87XtHN
Description:catalog service description
Model UUID:f806aede-de01-4cf0-9a3d-41f6a281e0b1
Model Version:NULL
Model InvariantUuid:603206e5-96f9-48a1-9923-5de14fd67d85
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-20T07:31:07.111Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64
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-20T07:31:07.113Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||pNF 5ca7b125-cae7 0
2022-01-20T07:31:07.113Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64
2022-01-20T07:31:07.113Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f806aede-de01-4cf0-9a3d-41f6a281e0b1
2022-01-20T07:31:07.113Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f806aede-de01-4cf0-9a3d-41f6a281e0b1
2022-01-20T07:31:07.113Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5ca7b125-cae7 0 28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64 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-20T07:31:07.117Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d7b586a, org.onap.sdc.toscaparser.api.parameters.Input@7479a63e, org.onap.sdc.toscaparser.api.parameters.Input@4fb7582e, org.onap.sdc.toscaparser.api.parameters.Input@10d9df68, org.onap.sdc.toscaparser.api.parameters.Input@7767d11]
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f806aede-de01-4cf0-9a3d-41f6a281e0b1: pNF 5ca7b125-cae7
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Processing PNF resource: 28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_k51ChsTOfwx5Yt87XtHN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:31:07.118Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||Resource customization UUID: 52c01f7a-cd6a-4622-ae9f-674b744dd45d is the same as notified resource customizationUUID: 52c01f7a-cd6a-4622-ae9f-674b744dd45d
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-20T07:31:07.144Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5ca7b125-cae7 28bd9c6e-9bd5-4aaf-bf44-bb5a2cafdf64 0 ASDC deployResourceStructure
2022-01-20T07:31:07.144Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar ASDC sendASDCNotification
2022-01-20T07:31:07.144Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar
2022-01-20T07:31:07.144Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:31:07.144Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:31:07.145Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:31:07.145Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663867144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:31:07.246Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:31:07.246Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:31:07.246Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:07.256Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:07.256Z||pool-202-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:31:08.146Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:31:08.153Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:31:08.155Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:31:08.155Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:31:08.155Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:31:38.155Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:31:38.161Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:31:38.162Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:31:38.162Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:31:38.162Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:31:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:31:56.638Z||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-20T07:31:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:31:56.660Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:31:56.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663837570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642663837131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663832137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663837821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663839030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663849057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663849072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663849079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663842340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663850067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "cds",
  "timestamp": 1642663850076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-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-20T07:31:56.675Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:31:56.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:31:56.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663851048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642663851069,
  "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-20T07:31:56.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:31:56.685Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663852608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663852682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "dcae-sch",
  "timestamp": 1642663845733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:31:56.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "aai-ml",
  "timestamp": 1642663853611,
  "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-20T07:31:56.696Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:31:56.697Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:31:56.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663853671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642663853685,
  "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-20T07:31:56.705Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:31:56.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663846465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663855146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663855677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663856148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:31:56.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:32:08.163Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:32:08.170Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:32:08.172Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:32:08.175Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:32:38.175Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:32:38.179Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 902412fb-e8db-4441-9c3a-147735a2eabe and serviceModelVersionId: f806aede-de01-4cf0-9a3d-41f6a281e0b1
2022-01-20T07:32:38.179Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 603206e5-96f9-48a1-9923-5de14fd67d85
2022-01-20T07:32:38.179Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?depth=0
2022-01-20T07:32:38.182Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:32:38.201Z|902412fb-e8db-4441-9c3a-147735a2eabe|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/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?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-20T07:32:38.201Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?depth=0|INFO|500||Invoke
2022-01-20T07:32:38.215Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:32:38.244Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:32:38.245Z|902412fb-e8db-4441-9c3a-147735a2eabe|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/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220120-07:32:38:224-10093], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:32:38 GMT], Content-Type=[application/json]}
2022-01-20T07:32:38.245Z|902412fb-e8db-4441-9c3a-147735a2eabe|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/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1","ERR.5.4.6114"]}}}

2022-01-20T07:32:38.247Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (ec=ERR.5.4.6114)
2022-01-20T07:32:38.248Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (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-20T07:32:38.248Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (ec=ERR.5.4.6114)
2022-01-20T07:32:38.248Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (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-20T07:32:38.251Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:32:38.251Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 902412fb-e8db-4441-9c3a-147735a2eabe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (ec=ERR.5.4.6114)
2022-01-20T07:32:38.251Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:32:38.251Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:32:38.252Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:32:38.252Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663958251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:32:38.353Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:32:38.353Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:32:38.353Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:32:38.367Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:32:38.367Z||pool-203-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:32:39.261Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:32:39.261Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:32:39.261Z|902412fb-e8db-4441-9c3a-147735a2eabe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:32:48.808Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:32:56.636Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:32:56.636Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:32:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:32:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:32:56.638Z||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-20T07:32:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:32:56.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:32:56.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:32:56.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "clamp",
  "timestamp": 1642663856680,
  "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-20T07:32:56.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:32:56.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:33:06.171Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:33:56.636Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:33:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:33:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:33:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:33:56.638Z||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-20T07:33:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:33:56.657Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:33:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "policy-id",
  "timestamp": 1642663857150,
  "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-20T07:33:56.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 902412fb-e8db-4441-9c3a-147735a2eabe
2022-01-20T07:33:56.664Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 902412fb-e8db-4441-9c3a-147735a2eabe 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-20T07:33:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/resourceInstances/pnf5ca7b125cae70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663856636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663865459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:33:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663867144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfK51chstofwx5yt87xthn/1.0/artifacts/service-DemoPnfK51chstofwx5yt87xthn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:33:56.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:34:06.179Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:34:56.636Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:34:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:34:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:34:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:34:56.638Z||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-20T07:34:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:34:57.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:34:57.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:34:57.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "902412fb-e8db-4441-9c3a-147735a2eabe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642663958251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d902412fb-e8db-4441-9c3a-147735a2eabe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/603206e5-96f9-48a1-9923-5de14fd67d85/model-vers/model-ver/f806aede-de01-4cf0-9a3d-41f6a281e0b1) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:34:57.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:35:06.175Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:56.636Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:35:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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-20T07:35:56.637Z|902412fb-e8db-4441-9c3a-147735a2eabe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:35:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:35:56.638Z||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-20T07:35:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:35:57.861Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:57.862Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:35:57.862Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfcfdfc9-edae-40b7-b74e-3a279b65d7ac","serviceName":"Demo_pNF_u5YHnZU1dXVmT6uq8pS3","serviceVersion":"1.0","serviceUUID":"881e14b6-350a-4b0b-808e-ed4168cf353c","serviceDescription":"catalog service description","serviceInvariantUUID":"165763f3-edce-49d5-94fc-4dd7f7d23933","resources":[{"resourceInstanceName":"pNF 090f7618-ff12 0","resourceName":"pNF 090f7618-ff12","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5b71a63-dfe7-4d66-974f-b5c60a496a16","resourceInvariantUUID":"120b2fa6-1ec4-4318-822f-0baf7371b761","resourceCustomizationUUID":"6d5a2ee0-89e5-4a40-acf7-ad3ce39dee3a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml","artifactChecksum":"NzM1ZmE0MmRiMTk0Yzc1OTRjOTRjOTMwZjgyNzU4MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abb8261f-26b8-4cdc-87a5-075e745bbd41","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c71bf85-6bed-4e6f-b60a-770938ea5499","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a53e327e-90e8-41dd-91e2-1d8901f97969","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml","artifactChecksum":"MzllODE5M2NkZjU5MzkyMjJlZDY4YzQyZDE5ZWEzM2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d21fc173-6a58-4f51-8897-1fe164331a02","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1b62728-0fb2-440e-ab99-a0bb4529a9ab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"911e9ac1-93e5-4977-b749-9f9ebe07f922","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml","artifactChecksum":"OWUzYjNkNDgwYzc2MjU4Y2IyMDlkMjQzODZiNjVmZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b71bb990-c4af-4775-89a8-bf4fcdc035b8","artifactVersion":"1"},{"artifactName":"service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar","artifactChecksum":"OWQ4MjE0MTE4M2MyMGI3NWI3NzIwMzgxODdlNjhmMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a5381b2-5aa0-4e82-8e60-2af68d9997be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:35:57.863Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:35:57.863Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:35:57.865Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:35:57.865Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:35:57.965Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:35:57.965Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:35:57.965Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:35:57.975Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:57.975Z||pool-204-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:35:58.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:58.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:35:58.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:35:58.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:35:58.865Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:35:58.865Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:35:58.867Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:35:58.867Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:35:58.967Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:35:58.968Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:35:58.968Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:35:58.976Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:58.976Z||pool-205-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:35:59.867Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:35:59.868Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:35:59.869Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:35:59.869Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:35:59.970Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:35:59.970Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:35:59.971Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:35:59.979Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:35:59.980Z||pool-206-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:00.870Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:36:00.870Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:00.872Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:00.872Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:36:00.972Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:00.973Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:00.973Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:00.982Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:00.982Z||pool-207-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:01.872Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:36:01.873Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:01.874Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:01.874Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:36:01.974Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:01.975Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:01.975Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:01.984Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:01.984Z||pool-208-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:02.875Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:36:02.875Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:02.877Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:02.877Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:36:02.977Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:02.977Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:02.977Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:02.987Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:02.987Z||pool-209-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:03.877Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:36:03.878Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:03.879Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:03.879Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:36:03.979Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:03.980Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:03.980Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:03.988Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:03.989Z||pool-210-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:36:04.879Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:36:04.880Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:04.881Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:04.882Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:36:04.982Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:04.982Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:04.982Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:04.990Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:04.990Z||pool-211-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:05.882Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "serviceName": "Demo_pNF_u5YHnZU1dXVmT6uq8pS3",
  "serviceVersion": "1.0",
  "serviceUUID": "881e14b6-350a-4b0b-808e-ed4168cf353c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "165763f3-edce-49d5-94fc-4dd7f7d23933",
  "resources": [
    {
      "resourceInstanceName": "pNF 090f7618-ff12 0",
      "resourceCustomizationUUID": "6d5a2ee0-89e5-4a40-acf7-ad3ce39dee3a",
      "resourceName": "pNF 090f7618-ff12",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d5b71a63-dfe7-4d66-974f-b5c60a496a16",
      "resourceInvariantUUID": "120b2fa6-1ec4-4318-822f-0baf7371b761",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
      "artifactChecksum": "OWQ4MjE0MTE4M2MyMGI3NWI3NzIwMzgxODdlNjhmMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6a5381b2-5aa0-4e82-8e60-2af68d9997be"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:36:05.883Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:36:05.883Z|902412fb-e8db-4441-9c3a-147735a2eabe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 881e14b6-350a-4b0b-808e-ed4168cf353c ASDC
2022-01-20T07:36:05.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
ServiceName:Demo_pNF_u5YHnZU1dXVmT6uq8pS3
ServiceVersion:1.0
ServiceUUID:881e14b6-350a-4b0b-808e-ed4168cf353c
ServiceInvariantUUID:165763f3-edce-49d5-94fc-4dd7f7d23933
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
ArtifactUUID:6a5381b2-5aa0-4e82-8e60-2af68d9997be
ArtifactChecksum:OWQ4MjE0MTE4M2MyMGI3NWI3NzIwMzgxODdlNjhmMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 090f7618-ff12 0
ResourceCustomizationUUID:6d5a2ee0-89e5-4a40-acf7-ad3ce39dee3a
ResourceInvariantUUID:120b2fa6-1ec4-4318-822f-0baf7371b761
ResourceName:pNF 090f7618-ff12
ResourceType:PNF
ResourceUUID:d5b71a63-dfe7-4d66-974f-b5c60a496a16
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:36:05.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 881e14b6-350a-4b0b-808e-ed4168cf353c 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-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6a5381b2-5aa0-4e82-8e60-2af68d9997be from URL: /sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:36:05.899Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:06.167Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:36:06.170Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar 6a5381b2-5aa0-4e82-8e60-2af68d9997be 82623
2022-01-20T07:36:06.170Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar ASDC sendASDCNotification
2022-01-20T07:36:06.170Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:06.170Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:36:06.170Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:06.172Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:06.172Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664166170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:36:06.272Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:06.272Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:06.273Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:06.284Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:06.284Z||pool-212-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:07.172Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:36:07.173Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:36:07.173Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6a5381b2-5aa0-4e82-8e60-2af68d9997be, URL: /sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar to file: /app/ASDC/1/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.173Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.174Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.174Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.260Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7959543098442109686/Definitions/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml
2022-01-20T07:36:07.792Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.793Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 090f7618-ff12 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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.794Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Node template pNF 090f7618-ff12 0 is matching search criteria
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 090f7618-ff12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Node template pNF 090f7618-ff12 0 is matching search criteria
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:36:07.795Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 090f7618-ff12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.796Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.797Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.797Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.797Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_u5YHnZU1dXVmT6uq8pS3
Description:catalog service description
Model UUID:881e14b6-350a-4b0b-808e-ed4168cf353c
Model Version:NULL
Model InvariantUuid:165763f3-edce-49d5-94fc-4dd7f7d23933
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-20T07:36:07.803Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5b71a63-dfe7-4d66-974f-b5c60a496a16
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-20T07:36:07.805Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||pNF 090f7618-ff12 0
2022-01-20T07:36:07.805Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5b71a63-dfe7-4d66-974f-b5c60a496a16
2022-01-20T07:36:07.805Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 881e14b6-350a-4b0b-808e-ed4168cf353c
2022-01-20T07:36:07.805Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 881e14b6-350a-4b0b-808e-ed4168cf353c
2022-01-20T07:36:07.805Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 090f7618-ff12 0 d5b71a63-dfe7-4d66-974f-b5c60a496a16 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-20T07:36:07.809Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28ec0813, org.onap.sdc.toscaparser.api.parameters.Input@f002847, org.onap.sdc.toscaparser.api.parameters.Input@12d825c8, org.onap.sdc.toscaparser.api.parameters.Input@1d0a7739, org.onap.sdc.toscaparser.api.parameters.Input@55ee581b]
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 881e14b6-350a-4b0b-808e-ed4168cf353c: pNF 090f7618-ff12
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Processing PNF resource: d5b71a63-dfe7-4d66-974f-b5c60a496a16
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:36:07.810Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_u5YHnZU1dXVmT6uq8pS3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:36:07.811Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6d5a2ee0-89e5-4a40-acf7-ad3ce39dee3a is the same as notified resource customizationUUID: 6d5a2ee0-89e5-4a40-acf7-ad3ce39dee3a
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-20T07:36:07.836Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 090f7618-ff12 d5b71a63-dfe7-4d66-974f-b5c60a496a16 0 ASDC deployResourceStructure
2022-01-20T07:36:07.836Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar ASDC sendASDCNotification
2022-01-20T07:36:07.836Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar
2022-01-20T07:36:07.836Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:36:07.837Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:36:07.838Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:36:07.838Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664167836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:36:07.938Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:36:07.939Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:36:07.939Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:07.949Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:07.949Z||pool-213-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:36:08.839Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:36:08.845Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:36:08.846Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:36:08.846Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:36:08.846Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:36:38.846Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:36:38.852Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:36:38.853Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:36:38.853Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:36:38.853Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:36:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:36:56.638Z||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-20T07:36:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:36:56.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:36:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:36:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:36:56.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:37:08.853Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:37:08.859Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:37:08.860Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:37:08.860Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:37:08.860Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:37:38.860Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:37:38.866Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:37:38.867Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:37:38.867Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:37:38.867Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:37:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:37:56.638Z||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-20T07:37:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:37:56.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:37:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:37:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:37:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:08.867Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:38:08.874Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:38:08.875Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:38:08.876Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:38:08.876Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:38:38.876Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:38:38.882Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:38:38.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:38:38.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:38:38.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:38:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:38:56.638Z||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-20T07:38:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:38:56.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664152821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664157131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664156636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664157570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664166170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664166170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664166361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "cds",
  "timestamp": 1642664167175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-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-20T07:38:56.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.674Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664167370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664167836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664168372,
  "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-20T07:38:56.684Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.684Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:38:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664162138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "dcae-sch",
  "timestamp": 1642664165733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664173708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664166465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664175336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664175715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664176339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664169030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "clamp",
  "timestamp": 1642664176719,
  "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-20T07:38:56.700Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.700Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:38:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "policy-id",
  "timestamp": 1642664177341,
  "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-20T07:38:56.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664177747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/resourceInstances/pnf090f7618ff120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664172340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664181048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664181131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "aai-ml",
  "timestamp": 1642664182134,
  "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-20T07:38:56.718Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.718Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:38:56.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664182692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU5yhnzu1dxvmt6uq8ps3/1.0/artifacts/service-DemoPnfU5yhnzu1dxvmt6uq8ps3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:38:56.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:38:56.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:38:56.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664183694,
  "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-20T07:38:56.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
2022-01-20T07:38:56.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:39:08.883Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:39:08.889Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:39:08.890Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:39:08.890Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:39:08.890Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:39:08.890Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:39:08.890Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:39:08.891Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:39:08.891Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-20T07:39:08.893Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:39:38.893Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac 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-20T07:39:38.896Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfcfdfc9-edae-40b7-b74e-3a279b65d7ac and serviceModelVersionId: 881e14b6-350a-4b0b-808e-ed4168cf353c
2022-01-20T07:39:38.897Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 165763f3-edce-49d5-94fc-4dd7f7d23933
2022-01-20T07:39:38.897Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?depth=0
2022-01-20T07:39:38.900Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:39:38.921Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?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-20T07:39:38.921Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?depth=0|INFO|500||Invoke
2022-01-20T07:39:38.937Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:39:39.028Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:39:39.029Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:39:38:945-27000], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:39:38 GMT], Content-Type=[application/json]}
2022-01-20T07:39:39.029Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c","ERR.5.4.6114"]}}}

2022-01-20T07:39:39.032Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=cfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (ec=ERR.5.4.6114)
2022-01-20T07:39:39.032Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (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-20T07:39:39.032Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (ec=ERR.5.4.6114)
2022-01-20T07:39:39.033Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=cfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (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-20T07:39:39.036Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-20T07:39:39.036Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfcfdfc9-edae-40b7-b74e-3a279b65d7ac and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (ec=ERR.5.4.6114)
2022-01-20T07:39:39.036Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:39:39.037Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:39.038Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:39.038Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664379036,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:39:39.139Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:39:39.139Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:39.139Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:39.151Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:39.152Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 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-20T07:39:40.047Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:39:40.048Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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-20T07:39:40.048Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:44.637Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:44.637Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:39:44.637Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"46924b93-62f2-4a47-9867-654324f25cdf","serviceName":"vFW 2022-01-20 07-37-16","serviceVersion":"1.0","serviceUUID":"83fa5105-66f7-465a-8e84-d258cc21f65d","serviceDescription":"catalog service description","serviceInvariantUUID":"eeee585a-1378-4ef8-84b1-27564b091d4f","resources":[{"resourceInstanceName":"vFW 98ecf281-4d00 0","resourceName":"vFW 98ecf281-4d00","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22eb8347-99da-4d7b-9bdf-f5ed58b7b258","resourceInvariantUUID":"06e794a3-09b2-47b1-a6a9-852d19453a7c","resourceCustomizationUUID":"67018c7a-cff2-49b0-bcae-c97638fd6df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml","artifactChecksum":"NjZkOWU1MGJiNzIyODU2ZTA1NjJkZGY2Njk3ODc0NzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db38684a-ece5-493d-9d09-698541c5e481","artifactVersion":"1"},{"artifactName":"vfw98ecf2814d000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json","artifactChecksum":"OTQ3YjIxYTg4YWRiMzdmMTk1NGMyYjM2NWU4ZTY0MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75100346-d91c-43c0-8c87-4cd48f80b74a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3496ea29-41d2-4f77-b6a5-339ba7a7f3b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml","artifactChecksum":"ZmFmMWMxMzY2ZTViYjcwNDA3NDg4MzQ1ZWRiNDA2ZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7f736d6-9f5d-47f0-98d9-4c91094b269c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcf5ef16-10e3-4ac0-9093-63df9a88ad8c","artifactVersion":"2","generatedFromUUID":"3496ea29-41d2-4f77-b6a5-339ba7a7f3b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120073716-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml","artifactChecksum":"NWFkOWYwZjE3OTY4YzVhZDc4MjhkYTQ3MTAwYjViOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"859e4131-8b19-4cf2-9490-3bd7c230f23e","artifactVersion":"1"},{"artifactName":"service-Vfw20220120073716-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar","artifactChecksum":"M2ViNTllZDlmOGI0YjkzMmU3NWU2ZjFjY2QyZDcxZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3add941a-956b-448c-af59-8d81531b44dd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:39:44.638Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:44.639Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:44.640Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:44.640Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:44.740Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:44.740Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:44.741Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:44.749Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:44.749Z||pool-215-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:45.640Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:45.641Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:45.642Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:45.642Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:39:45.743Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:45.743Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:45.743Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:45.752Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:45.752Z||pool-216-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:46.643Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:46.644Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:46.646Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:46.646Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:39:46.746Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:46.747Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:46.747Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:46.756Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:46.756Z||pool-217-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:47.647Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:47.647Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:47.649Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:47.649Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:47.749Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:47.750Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:47.750Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:47.758Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:47.758Z||pool-218-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:48.649Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:48.650Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:48.651Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:48.651Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:39:48.751Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:48.752Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:48.752Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:48.762Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:48.762Z||pool-219-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:49.652Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:49.652Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:49.653Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:49.654Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:49.754Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:49.754Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:49.755Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:49.764Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:49.764Z||pool-220-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:50.654Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:39:50.655Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:50.656Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:50.657Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:50.757Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:50.757Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:50.757Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:50.767Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:50.768Z||pool-221-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:51.657Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "serviceName": "vFW 2022-01-20 07-37-16",
  "serviceVersion": "1.0",
  "serviceUUID": "83fa5105-66f7-465a-8e84-d258cc21f65d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eeee585a-1378-4ef8-84b1-27564b091d4f",
  "resources": [
    {
      "resourceInstanceName": "vFW 98ecf281-4d00 0",
      "resourceCustomizationUUID": "67018c7a-cff2-49b0-bcae-c97638fd6df1",
      "resourceName": "vFW 98ecf281-4d00",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22eb8347-99da-4d7b-9bdf-f5ed58b7b258",
      "resourceInvariantUUID": "06e794a3-09b2-47b1-a6a9-852d19453a7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw98ecf2814d000_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
          "artifactChecksum": "OTQ3YjIxYTg4YWRiMzdmMTk1NGMyYjM2NWU4ZTY0MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75100346-d91c-43c0-8c87-4cd48f80b74a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3496ea29-41d2-4f77-b6a5-339ba7a7f3b6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bcf5ef16-10e3-4ac0-9093-63df9a88ad8c",
            "generatedFromUUID": "3496ea29-41d2-4f77-b6a5-339ba7a7f3b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bcf5ef16-10e3-4ac0-9093-63df9a88ad8c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120073716-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
      "artifactChecksum": "M2ViNTllZDlmOGI0YjkzMmU3NWU2ZjFjY2QyZDcxZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3add941a-956b-448c-af59-8d81531b44dd"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:39:51.658Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:39:51.658Z|cfcfdfc9-edae-40b7-b74e-3a279b65d7ac|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83fa5105-66f7-465a-8e84-d258cc21f65d ASDC
2022-01-20T07:39:51.658Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:46924b93-62f2-4a47-9867-654324f25cdf
ServiceName:vFW 2022-01-20 07-37-16
ServiceVersion:1.0
ServiceUUID:83fa5105-66f7-465a-8e84-d258cc21f65d
ServiceInvariantUUID:eeee585a-1378-4ef8-84b1-27564b091d4f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120073716-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar
ArtifactUUID:3add941a-956b-448c-af59-8d81531b44dd
ArtifactChecksum:M2ViNTllZDlmOGI0YjkzMmU3NWU2ZjFjY2QyZDcxZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98ecf281-4d00 0
ResourceCustomizationUUID:67018c7a-cff2-49b0-bcae-c97638fd6df1
ResourceInvariantUUID:06e794a3-09b2-47b1-a6a9-852d19453a7c
ResourceName:vFW 98ecf281-4d00
ResourceType:VF
ResourceUUID:22eb8347-99da-4d7b-9bdf-f5ed58b7b258
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98ecf2814d000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json
ArtifactUUID:75100346-d91c-43c0-8c87-4cd48f80b74a
ArtifactChecksum:OTQ3YjIxYTg4YWRiMzdmMTk1NGMyYjM2NWU4ZTY0MDg=
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/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml
ArtifactUUID:3496ea29-41d2-4f77-b6a5-339ba7a7f3b6
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/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
ArtifactUUID:bcf5ef16-10e3-4ac0-9093-63df9a88ad8c
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/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
ArtifactUUID:bcf5ef16-10e3-4ac0-9093-63df9a88ad8c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:39:51.658Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83fa5105-66f7-465a-8e84-d258cc21f65d 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-20T07:39:51.678Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:39:51.679Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:39:51.679Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:39:51.679Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3add941a-956b-448c-af59-8d81531b44dd from URL: /sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:51.679Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:39:51.679Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:51.732Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:39:51.735Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar 3add941a-956b-448c-af59-8d81531b44dd 98943
2022-01-20T07:39:51.735Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar ASDC sendASDCNotification
2022-01-20T07:39:51.735Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:51.735Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:39:51.735Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:51.736Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:51.737Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664391735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:51.837Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:51.838Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:51.838Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:51.848Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:51.848Z||pool-222-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:52.737Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:39:52.738Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:39:52.738Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3add941a-956b-448c-af59-8d81531b44dd, URL: /sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar to file: /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:52.738Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120073716-csar.csar
2022-01-20T07:39:52.739Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:52.739Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:52.843Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2401503609348296556/Definitions/service-Vfw20220120073716-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-20T07:39:54.258Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.259Z|46924b93-62f2-4a47-9867-654324f25cdf|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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98ecf281-4d00 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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|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-Vfw20220120073716-csar.csar
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.260Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:54.261Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:39:54.262Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.263Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:39:54.264Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf562c47-f25b-4cd8-b069-bd220c13fa62
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:54.265Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.266Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe001a7d-0c33-48e8-977d-86b285ddd88e
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:39:54.267Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2bf41ec0-88a0-452f-81fe-88b7550b2412
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:54.268Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 07-37-16
Description:catalog service description
Model UUID:83fa5105-66f7-465a-8e84-d258cc21f65d
Model Version:NULL
Model InvariantUuid:eeee585a-1378-4ef8-84b1-27564b091d4f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 98ecf281-4d00
Model UUID:81aeb19c-2d21-40c2-a191-9c38ef138f96
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06e794a3-09b2-47b1-a6a9-852d19453a7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:67018c7a-cff2-49b0-bcae-c97638fd6df1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a761ab27-c11e-40e7-9928-b9508182e83b
ModelName:Vfw98ecf2814d00..base_vfw..module-0
ModelUuid:c4f13a7a-059d-43de-be58-442d1d90c58b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf562c47-f25b-4cd8-b069-bd220c13fa62
ModelInvariantUuid:35df7a60-87f4-4ec4-8350-b98032a0927c
ModelName:vFW 98ecf281-4d00-nodes.vfwCvfc
ModelUuid:6e4ed02a-9579-4411-984e-a252ea93794d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4a2e1e71-d0f8-4dee-834a-042cdbcd249f
ModelInvariantUuid:4e0a022a-1f29-41ed-aa1d-4b7d9f17616e
ModelName:Vfw98ecf2814d00.compute.nodes.heat.vfw
ModelUuid:36c2f384-74bf-490f-b091-dfac2dc10516
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fe001a7d-0c33-48e8-977d-86b285ddd88e
ModelInvariantUuid:110e7877-1574-4e36-9618-c89425ea6b4a
ModelName:vFW 98ecf281-4d00-nodes.vsnCvfc
ModelUuid:fc54f4a8-78bf-4679-b88a-89418bf27dab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7fe35700-464d-46e5-9bef-db26400960ba
ModelInvariantUuid:341634df-3ae6-4029-ac41-f6343d90b308
ModelName:Vfw98ecf2814d00.compute.nodes.heat.vsn
ModelUuid:197b54e9-0693-411c-b0e9-648ecc095781
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2bf41ec0-88a0-452f-81fe-88b7550b2412
ModelInvariantUuid:52d34f04-14c2-4e28-9d25-c054ab7912c9
ModelName:vFW 98ecf281-4d00-nodes.vpgCvfc
ModelUuid:8943a1ca-5087-4336-b690-6e0419c8d792
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6a4694b9-e972-4990-9f14-1feea1c0c86c
ModelInvariantUuid:afb4f83f-27e4-4264-a091-f19346c35001
ModelName:Vfw98ecf2814d00.compute.nodes.heat.vpg
ModelUuid:062f4617-0e78-4d85-9e8b-ecb1fd29966a
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-20T07:39:54.275Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 22eb8347-99da-4d7b-9bdf-f5ed58b7b258
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-20T07:39:54.277Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||vFW 98ecf281-4d00 0
2022-01-20T07:39:54.277Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22eb8347-99da-4d7b-9bdf-f5ed58b7b258
2022-01-20T07:39:54.277Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75100346-d91c-43c0-8c87-4cd48f80b74a from URL: /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json
2022-01-20T07:39:54.277Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:39:54.278Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json
2022-01-20T07:39:54.316Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:39:54.317Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json 75100346-d91c-43c0-8c87-4cd48f80b74a 785
2022-01-20T07:39:54.317Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json ASDC sendASDCNotification
2022-01-20T07:39:54.317Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json
2022-01-20T07:39:54.317Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:39:54.317Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:54.319Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:54.319Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664394317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:54.419Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:54.420Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:54.420Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:54.428Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:54.428Z||pool-223-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:55.320Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98ecf2814d00..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a761ab27-c11e-40e7-9928-b9508182e83b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4f13a7a-059d-43de-be58-442d1d90c58b",
    "vfModuleModelCustomizationUUID": "23b18476-6cd5-492b-9f8e-9a98fefa529f",
    "isBase": true,
    "artifacts": [
      "3496ea29-41d2-4f77-b6a5-339ba7a7f3b6",
      "bcf5ef16-10e3-4ac0-9093-63df9a88ad8c"
    ],
    "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-20T07:39:55.322Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98ecf2814d00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4f13a7a-059d-43de-be58-442d1d90c58b
VfModuleModelInvariantUUID:a761ab27-c11e-40e7-9928-b9508182e83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
3496ea29-41d2-4f77-b6a5-339ba7a7f3b6
,
bcf5ef16-10e3-4ac0-9093-63df9a88ad8c

}
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-20T07:39:55.323Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw98ecf2814d00..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a761ab27-c11e-40e7-9928-b9508182e83b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4f13a7a-059d-43de-be58-442d1d90c58b",
    "vfModuleModelCustomizationUUID": "23b18476-6cd5-492b-9f8e-9a98fefa529f",
    "isBase": true,
    "artifacts": [
      "3496ea29-41d2-4f77-b6a5-339ba7a7f3b6",
      "bcf5ef16-10e3-4ac0-9093-63df9a88ad8c"
    ],
    "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-20T07:39:55.323Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98ecf2814d00..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4f13a7a-059d-43de-be58-442d1d90c58b
VfModuleModelInvariantUUID:a761ab27-c11e-40e7-9928-b9508182e83b
VfModuleModelDescription:NULL
Artifacts UUID List:{
3496ea29-41d2-4f77-b6a5-339ba7a7f3b6
,
bcf5ef16-10e3-4ac0-9093-63df9a88ad8c

}
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-20T07:39:55.323Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3496ea29-41d2-4f77-b6a5-339ba7a7f3b6 from URL: /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml
2022-01-20T07:39:55.323Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:39:55.323Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml
2022-01-20T07:39:55.363Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:39:55.364Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml 3496ea29-41d2-4f77-b6a5-339ba7a7f3b6 20368
2022-01-20T07:39:55.364Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:39:55.364Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml
2022-01-20T07:39:55.364Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:39:55.364Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:55.365Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:55.366Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664395364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:55.466Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:55.466Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:55.466Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:55.475Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:55.475Z||pool-224-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:56.366Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bcf5ef16-10e3-4ac0-9093-63df9a88ad8c from URL: /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
2022-01-20T07:39:56.366Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:39:56.367Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
2022-01-20T07:39:56.406Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:39:56.407Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env bcf5ef16-10e3-4ac0-9093-63df9a88ad8c 2098
2022-01-20T07:39:56.407Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:39:56.407Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
2022-01-20T07:39:56.407Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:39:56.407Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:56.408Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:56.408Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664396407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.509Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:56.509Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:56.509Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:56.518Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:56.518Z||pool-225-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:39:56.638Z||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-20T07:39:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:56.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "dcae-sch",
  "timestamp": 1642664285733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664282137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664286465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664289030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664296335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664296332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664296833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "cds",
  "timestamp": 1642664297340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-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-20T07:39:56.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664297334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:56.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "policy-id",
  "timestamp": 1642664298336,
  "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-20T07:39:56.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664292339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664300047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664302817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664303079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664297131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664303820,
  "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-20T07:39:56.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "aai-ml",
  "timestamp": 1642664304082,
  "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-20T07:39:56.695Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664297570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664304823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664305724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664305876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664306749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664306915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "clamp",
  "timestamp": 1642664307753,
  "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-20T07:39:56.704Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.704Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664308055,
  "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-20T07:39:56.711Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46924b93-62f2-4a47-9867-654324f25cdf
2022-01-20T07:39:56.711Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:39:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:39:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664309057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:56.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:39:57.409Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 83fa5105-66f7-465a-8e84-d258cc21f65d
2022-01-20T07:39:57.409Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98ecf281-4d00 0 22eb8347-99da-4d7b-9bdf-f5ed58b7b258 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:39:57.421Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@399541d9, org.onap.sdc.toscaparser.api.parameters.Input@6c7607a, org.onap.sdc.toscaparser.api.parameters.Input@152ef2b1, org.onap.sdc.toscaparser.api.parameters.Input@282f42d9, org.onap.sdc.toscaparser.api.parameters.Input@3ba7558c]
2022-01-20T07:39:57.422Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.422Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.422Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:39:57.422Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 67018c7a-cff2-49b0-bcae-c97638fd6df1
2022-01-20T07:39:57.422Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 67018c7a-cff2-49b0-bcae-c97638fd6df1 matches Tosca VF Customization UUID: 67018c7a-cff2-49b0-bcae-c97638fd6df1
2022-01-20T07:39:57.423Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 67018c7a-cff2-49b0-bcae-c97638fd6df1  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-20T07:39:57.424Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.424Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 67018c7a-cff2-49b0-bcae-c97638fd6df1: {\"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-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36ec58f1
2022-01-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23b18476-6cd5-492b-9f8e-9a98fefa529f
2022-01-20T07:39:57.425Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23b18476-6cd5-492b-9f8e-9a98fefa529f
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-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.427Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.428Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:39:57.429Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.429Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:39:57.429Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.429Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf562c47-f25b-4cd8-b069-bd220c13fa62
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-20T07:39:57.430Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.431Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.432Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe001a7d-0c33-48e8-977d-86b285ddd88e
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-20T07:39:57.433Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is not matching search criteria
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:39:57.434Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:39:57.435Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2bf41ec0-88a0-452f-81fe-88b7550b2412
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-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Node template vFW 98ecf281-4d00 0 is matching search criteria
2022-01-20T07:39:57.437Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 98ecf281-4d00 0] matching following query criteria: sdcType=VF, customizationUUID=67018c7a-cff2-49b0-bcae-c97638fd6df1
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-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 83fa5105-66f7-465a-8e84-d258cc21f65d: vFW 98ecf281-4d00
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.439Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-37-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:39:57.440Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-20 07-37-16 
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-20T07:39:57.570Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98ecf281-4d00 22eb8347-99da-4d7b-9bdf-f5ed58b7b258 1 ASDC deployResourceStructure
2022-01-20T07:39:57.570Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json ASDC sendASDCNotification
2022-01-20T07:39:57.570Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json
2022-01-20T07:39:57.570Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:39:57.571Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:57.572Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:57.572Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664397570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:57.672Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:57.673Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:57.673Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:57.683Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:57.684Z||pool-226-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:58.573Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:39:58.573Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml
2022-01-20T07:39:58.573Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:39:58.574Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:58.576Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:58.576Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664398573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:58.676Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:58.677Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:58.677Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:58.685Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:58.685Z||pool-227-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:39:59.576Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:39:59.577Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env
2022-01-20T07:39:59.577Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:39:59.577Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:39:59.579Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:39:59.579Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664399576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:39:59.679Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:39:59.680Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:39:59.680Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:39:59.688Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:39:59.689Z||pool-228-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:40:00.579Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar ASDC sendASDCNotification
2022-01-20T07:40:00.580Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar
2022-01-20T07:40:00.580Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:40:00.580Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:00.581Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:00.581Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664400579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:00.681Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:00.682Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:00.682Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:00.692Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:00.692Z||pool-229-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:40:01.582Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46924b93-62f2-4a47-9867-654324f25cdf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:40:01.588Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46924b93-62f2-4a47-9867-654324f25cdf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:40:01.589Z|46924b93-62f2-4a47-9867-654324f25cdf|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-20T07:40:01.592Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:40:31.592Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46924b93-62f2-4a47-9867-654324f25cdf 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-20T07:40:31.596Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46924b93-62f2-4a47-9867-654324f25cdf and serviceModelVersionId: 83fa5105-66f7-465a-8e84-d258cc21f65d
2022-01-20T07:40:31.596Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eeee585a-1378-4ef8-84b1-27564b091d4f
2022-01-20T07:40:31.596Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0
2022-01-20T07:40:31.600Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:40:31.630Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0|INFO|500||Invoke
2022-01-20T07:40:31.631Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46924b93-62f2-4a47-9867-654324f25cdf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dea3f65-6329-4412-8a5b-9a966d04281f], X-ECOMP-RequestID=[46924b93-62f2-4a47-9867-654324f25cdf], X-TransactionId=[], X-ONAP-RequestID=[46924b93-62f2-4a47-9867-654324f25cdf], Content-Type=[application/merge-patch+json]}
2022-01-20T07:40:31.644Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:40:31.672Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?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/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:40:31:652-36353], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:40:31 GMT], Content-Type=[application/json]}
2022-01-20T07:40:31.673Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?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/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d","ERR.5.4.6114"]}}}

2022-01-20T07:40:31.673Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:40:31.678Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (ec=ERR.5.4.6114)
2022-01-20T07:40:31.678Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (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-20T07:40:31.678Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (ec=ERR.5.4.6114)
2022-01-20T07:40:31.678Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (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-20T07:40:31.680Z|46924b93-62f2-4a47-9867-654324f25cdf|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-20T07:40:31.680Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46924b93-62f2-4a47-9867-654324f25cdf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (ec=ERR.5.4.6114)
2022-01-20T07:40:31.681Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:40:31.681Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:31.682Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:31.683Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664431681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:40:31.783Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:31.783Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:31.783Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:31.795Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:31.795Z||pool-230-thread-1|||||INFO|500||cambria reply ok (12 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-20T07:40:32.691Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:40:32.692Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cae43d4d-d109-457f-b957-ee1cefc75ecd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3fabe881-8fd6-4696-9954-8c7242a71887","serviceDescription":"service","serviceInvariantUUID":"0bba27f8-d078-4c47-a5f7-3e4a82896fb1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"92a397fc-d61b-4705-9b75-43e508ab0cff","resourceInvariantUUID":"ee96639d-f9b4-4942-88e8-98908e860bb7","resourceCustomizationUUID":"92129baa-8727-45ce-b12e-3b484c601d3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2ZiYzVkMWIxOThmNDgwN2M5M2ZiZWJjMmI1YzljYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44ad47a1-ca61-41ae-b85f-f79e10e62daf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99a07954-fba1-4309-9217-0eec6d892305","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76048c46-1333-4e84-8a93-01334ac82d30","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Y2VhM2JhOTQzODI2YTIxYWQ5MjMwOGRkZjNlNDA5ZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"778c99af-f407-4587-967d-47e3997570c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44e80bf6-c1d1-4073-ab3c-2883018b902d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f59ba392-af79-4ac3-9921-5dff244be66c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2aded85e-08ed-43ca-9740-ea12a4d2438d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODhlMWFjN2UwZGViYTY5NWI5YjQ0ZThiYjk5ODZiZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ac4d060-9188-4bdd-ac42-2f41b2aad6f8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWJkMjM2MTVkMjAwN2UyNzc3ODE1YjMzODk0MjU2MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b0ffb73-40b0-491a-8a4f-0683ca1688da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:40:32.693Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:32.693Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:32.694Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:32.694Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:32.795Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:40:32.795Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:32.795Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:32.805Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:32.805Z||pool-231-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:33.695Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:33.695Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:33.697Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:33.697Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:33.797Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:33.797Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:33.797Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:33.808Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:33.808Z||pool-232-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:34.697Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:34.698Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:34.699Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:34.699Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:34.799Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:34.800Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:34.800Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:34.810Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:34.810Z||pool-233-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:35.699Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:35.700Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:35.701Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:35.701Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:35.801Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:35.802Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:35.802Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:35.812Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:35.812Z||pool-234-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:36.701Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:36.702Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:36.703Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:36.703Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:36.803Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:36.804Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:36.804Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:36.815Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:36.815Z||pool-235-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:37.704Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:37.704Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:37.706Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:37.706Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:37.806Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:37.807Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:37.807Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:37.816Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:37.816Z||pool-236-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:38.707Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:38.707Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:38.709Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:38.709Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:38.809Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:38.810Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:38.810Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:38.819Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:38.819Z||pool-237-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:39.709Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:39.710Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:39.711Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:39.711Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:39.811Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:39.812Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:39.812Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:39.826Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:39.826Z||pool-238-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:40.712Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:40:40.712Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:40.714Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:40.714Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:40.814Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:40.815Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:40.815Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:40.826Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:40.826Z||pool-239-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:40:41.715Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3fabe881-8fd6-4696-9954-8c7242a71887",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0bba27f8-d078-4c47-a5f7-3e4a82896fb1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "92129baa-8727-45ce-b12e-3b484c601d3e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "92a397fc-d61b-4705-9b75-43e508ab0cff",
      "resourceInvariantUUID": "ee96639d-f9b4-4942-88e8-98908e860bb7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "OWJkMjM2MTVkMjAwN2UyNzc3ODE1YjMzODk0MjU2MjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b0ffb73-40b0-491a-8a4f-0683ca1688da"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:40:41.715Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:40:41.715Z|46924b93-62f2-4a47-9867-654324f25cdf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fabe881-8fd6-4696-9954-8c7242a71887 ASDC
2022-01-20T07:40:41.715Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cae43d4d-d109-457f-b957-ee1cefc75ecd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3fabe881-8fd6-4696-9954-8c7242a71887
ServiceInvariantUUID:0bba27f8-d078-4c47-a5f7-3e4a82896fb1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:4b0ffb73-40b0-491a-8a4f-0683ca1688da
ArtifactChecksum:OWJkMjM2MTVkMjAwN2UyNzc3ODE1YjMzODk0MjU2MjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:92129baa-8727-45ce-b12e-3b484c601d3e
ResourceInvariantUUID:ee96639d-f9b4-4942-88e8-98908e860bb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:92a397fc-d61b-4705-9b75-43e508ab0cff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:40:41.715Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fabe881-8fd6-4696-9954-8c7242a71887 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-20T07:40:41.734Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:40:41.734Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:40:41.734Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:40:41.734Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b0ffb73-40b0-491a-8a4f-0683ca1688da from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-20T07:40:41.735Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:40:41.735Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-20T07:40:42.227Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:40:42.231Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4b0ffb73-40b0-491a-8a4f-0683ca1688da 105637
2022-01-20T07:40:42.231Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-20T07:40:42.231Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-20T07:40:42.231Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:40:42.232Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:42.233Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:42.233Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664442231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:42.333Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:42.334Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:42.334Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:42.346Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:42.346Z||pool-240-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:43.234Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:40:43.235Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:40:43.235Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b0ffb73-40b0-491a-8a4f-0683ca1688da, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.235Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.235Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.236Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.337Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8814973982332450418/Definitions/service-TestPnfMacro-template.yml
2022-01-20T07:40:43.860Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:40:43.860Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:40:43.860Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.861Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:40:43.862Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.863Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3fabe881-8fd6-4696-9954-8c7242a71887
Model Version:NULL
Model InvariantUuid:0bba27f8-d078-4c47-a5f7-3e4a82896fb1
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-20T07:40:43.869Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 92a397fc-d61b-4705-9b75-43e508ab0cff
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-20T07:40:43.871Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-01-20T07:40:43.871Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 92a397fc-d61b-4705-9b75-43e508ab0cff
2022-01-20T07:40:43.871Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3fabe881-8fd6-4696-9954-8c7242a71887
2022-01-20T07:40:43.871Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3fabe881-8fd6-4696-9954-8c7242a71887
2022-01-20T07:40:43.871Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 92a397fc-d61b-4705-9b75-43e508ab0cff 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-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52bd4b0b, org.onap.sdc.toscaparser.api.parameters.Input@27176c73, org.onap.sdc.toscaparser.api.parameters.Input@1a512410, org.onap.sdc.toscaparser.api.parameters.Input@2e3de383, org.onap.sdc.toscaparser.api.parameters.Input@1660105c]
2022-01-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3fabe881-8fd6-4696-9954-8c7242a71887: test-pnf
2022-01-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Processing PNF resource: 92a397fc-d61b-4705-9b75-43e508ab0cff
2022-01-20T07:40:43.875Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:40:43.876Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:40:43.876Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||Resource customization UUID: 92129baa-8727-45ce-b12e-3b484c601d3e is the same as notified resource customizationUUID: 92129baa-8727-45ce-b12e-3b484c601d3e
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-20T07:40:43.898Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 92a397fc-d61b-4705-9b75-43e508ab0cff 0 ASDC deployResourceStructure
2022-01-20T07:40:43.899Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-20T07:40:43.899Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-20T07:40:43.899Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:40:43.899Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:40:43.900Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:40:43.900Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664443899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:44.001Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:40:44.001Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:40:44.001Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:44.011Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:44.011Z||pool-241-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:40:44.901Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cae43d4d-d109-457f-b957-ee1cefc75ecd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:40:44.907Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cae43d4d-d109-457f-b957-ee1cefc75ecd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:40:44.908Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:40:44.908Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:40:44.908Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:40:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:40:56.638Z||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-20T07:40:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:40:56.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:40:56.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664357570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664349030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664357131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664352339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664367557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664367564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664367565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664368571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664369243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664369575,
  "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-20T07:40:56.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664370245,
  "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-20T07:40:56.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664370783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664362821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "aai-ml",
  "timestamp": 1642664371786,
  "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-20T07:40:56.704Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664372573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "cds",
  "timestamp": 1642664373809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-20T07:40:56.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "dcae-sch",
  "timestamp": 1642664365733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664366465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664376372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664377375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "policy-id",
  "timestamp": 1642664378376,
  "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-20T07:40:56.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfcfdfc9-edae-40b7-b74e-3a279b65d7ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664379036,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcfcfdfc9-edae-40b7-b74e-3a279b65d7ac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/165763f3-edce-49d5-94fc-4dd7f7d23933/model-vers/model-ver/881e14b6-350a-4b0b-808e-ed4168cf353c) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664372138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664386733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664387752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "clamp",
  "timestamp": 1642664388755,
  "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-20T07:40:56.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cae43d4d-d109-457f-b957-ee1cefc75ecd
2022-01-20T07:40:56.730Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664391735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664394317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664395364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664396407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:40:56.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:14.908Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cae43d4d-d109-457f-b957-ee1cefc75ecd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:41:14.914Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cae43d4d-d109-457f-b957-ee1cefc75ecd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:41:14.916Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:41:14.919Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:41:44.919Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cae43d4d-d109-457f-b957-ee1cefc75ecd 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-20T07:41:44.923Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cae43d4d-d109-457f-b957-ee1cefc75ecd and serviceModelVersionId: 3fabe881-8fd6-4696-9954-8c7242a71887
2022-01-20T07:41:44.923Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bba27f8-d078-4c47-a5f7-3e4a82896fb1
2022-01-20T07:41:44.923Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0
2022-01-20T07:41:44.927Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:41:44.948Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0|INFO|500||Invoke
2022-01-20T07:41:44.948Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cae43d4d-d109-457f-b957-ee1cefc75ecd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad4250f6-bd96-4880-ac62-c302c9048066], X-ECOMP-RequestID=[cae43d4d-d109-457f-b957-ee1cefc75ecd], X-TransactionId=[], X-ONAP-RequestID=[cae43d4d-d109-457f-b957-ee1cefc75ecd], Content-Type=[application/merge-patch+json]}
2022-01-20T07:41:44.964Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:41:44.987Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?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/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-07:41:44:970-18224], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:41:44 GMT], Content-Type=[application/json]}
2022-01-20T07:41:44.987Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?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/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887","ERR.5.4.6114"]}}}

2022-01-20T07:41:44.988Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:41:44.990Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=cae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (ec=ERR.5.4.6114)
2022-01-20T07:41:44.991Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (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-20T07:41:44.991Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (ec=ERR.5.4.6114)
2022-01-20T07:41:44.991Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=cae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (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-20T07:41:44.994Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:41:44.995Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cae43d4d-d109-457f-b957-ee1cefc75ecd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (ec=ERR.5.4.6114)
2022-01-20T07:41:44.995Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:41:44.995Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:41:44.996Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:41:44.996Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664504995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:41:45.096Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:41:45.097Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:41:45.097Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:41:45.111Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:41:45.111Z||pool-242-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:41:46.004Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:41:46.005Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:41:46.005Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:41:55.537Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:41:55.537Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:41:55.538Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:41:55.538Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:41:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:41:56.638Z||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-20T07:41:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:41:56.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664397570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/vfw98ecf2814d000_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664398573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664399576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/resourceInstances/vfw98ecf2814d000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664400579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120073716/1.0/artifacts/service-Vfw20220120073716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46924b93-62f2-4a47-9867-654324f25cdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664431681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d46924b93-62f2-4a47-9867-654324f25cdf Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/eeee585a-1378-4ef8-84b1-27564b091d4f/model-vers/model-ver/83fa5105-66f7-465a-8e84-d258cc21f65d) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664380047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664442231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664443899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:41:56.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:42:05.070Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:42:05.070Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:42:05.071Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:42:05.071Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:42:14.600Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:42:14.601Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:42:14.601Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:42:14.602Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:42:24.134Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:42:24.135Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:42:24.135Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:42:24.135Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:42:33.664Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:42:56.636Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:42:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:42:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:42:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:42:56.638Z||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-20T07:42:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:42:57.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:42:57.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-20T07:42:57.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cae43d4d-d109-457f-b957-ee1cefc75ecd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664504995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcae43d4d-d109-457f-b957-ee1cefc75ecd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0bba27f8-d078-4c47-a5f7-3e4a82896fb1/model-vers/model-ver/3fabe881-8fd6-4696-9954-8c7242a71887) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:42:57.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:43:06.177Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:43:56.636Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:43:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:43:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:43:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:43:56.638Z||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-20T07:43:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:06.172Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:06.172Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:56.636Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:44:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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-20T07:44:56.637Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:44:56.638Z||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-20T07:44:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:57.261Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:57.262Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.262Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe","serviceName":"Demo_pNF_VA3LMWenipJ017Is2lmR","serviceVersion":"1.0","serviceUUID":"f5a351df-d4dd-4440-ac2d-4d696d2c9191","serviceDescription":"catalog service description","serviceInvariantUUID":"370e5c94-6fed-49f3-b76b-c8cd0bf39936","resources":[{"resourceInstanceName":"pNF a7f5c995-7813 0","resourceName":"pNF a7f5c995-7813","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6311310b-5421-4e20-897e-79ef17a7e63a","resourceInvariantUUID":"a3e8008b-9c4e-4be4-b992-34bcf8502895","resourceCustomizationUUID":"6cc47ecf-d499-4be3-8f0f-1397f8aad56f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml","artifactChecksum":"ZDg4MDQ1Y2VhNDgyNGU0NmQ2ZDM3ODYwZTgzZWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ea519f1-02eb-4ee8-91cc-9c5f88c398d3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ac4ff47-98c1-42ed-a4fb-d4d03f51d7ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f5bf2713-6d4d-4cd2-a0ea-323867aad159","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml","artifactChecksum":"NmM1ZmJkOWVmNzY4ZGZlYzliYjc2Zjk0MDUwNTM0MGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7573f4b3-6c55-414f-8af3-072ec099a92e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cca1813f-e39c-4b15-a353-a7e42dfa15c4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dea517b3-242e-401f-8e09-768ea9783fb9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVa3lmwenipj017is2lmr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml","artifactChecksum":"Y2JjNmMyZWJiY2QyZGNkYWVhY2M0YTQyYzUyOWM5NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4eec7b6f-9414-48f0-8a3b-555442333887","artifactVersion":"1"},{"artifactName":"service-DemoPnfVa3lmwenipj017is2lmr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar","artifactChecksum":"YjFjNjllMTI5NjcyYWM1MTU3YmJkY2YyN2QzMjliNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4369e0d5-9093-4246-951c-ff6722582334","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:44:57.263Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:44:57.263Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:44:57.264Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:44:57.265Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.265Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664672138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664677131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664677570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664677821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664686422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664686631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664679030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664687428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "cds",
  "timestamp": 1642664687636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-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-20T07:44:57.282Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:44:57.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:44:57.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664687768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664687843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664688430,
  "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-20T07:44:57.290Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:44:57.290Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664689776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664682339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "clamp",
  "timestamp": 1642664690779,
  "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-20T07:44:57.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:44:57.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:44:57.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664690990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:44:57.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664691044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "aai-ml",
  "timestamp": 1642664691993,
  "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-20T07:44:57.310Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:44:57.310Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:44:57.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664692717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "dcae-sch",
  "timestamp": 1642664685733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:57.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664693719,
  "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-20T07:44:57.322Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:44:57.322Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664686465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664695151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664696154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:44:57.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:44:57.365Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:44:57.365Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:44:57.365Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:57.374Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:57.374Z||pool-243-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:44:58.265Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:44:58.266Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:44:58.267Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:44:58.267Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:58.367Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:44:58.368Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:44:58.368Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:58.378Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:58.378Z||pool-244-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:44:59.267Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:44:59.268Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:44:59.269Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:44:59.269Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:44:59.370Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:44:59.370Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:44:59.370Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:44:59.380Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:44:59.380Z||pool-245-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:00.270Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:45:00.270Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:00.271Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:00.271Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:45:00.372Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:00.372Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:00.373Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:00.406Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:00.406Z||pool-246-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:01.272Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:45:01.272Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:01.274Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:01.274Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:45:01.374Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:01.375Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:01.375Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:01.384Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:01.384Z||pool-247-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:02.274Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:45:02.274Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:02.276Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:02.276Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:45:02.376Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:02.376Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:02.377Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:02.386Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:02.386Z||pool-248-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:03.276Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:45:03.277Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:03.278Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:03.278Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:45:03.379Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:45:03.379Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:03.379Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:03.392Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:03.392Z||pool-249-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:04.279Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:45:04.279Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:04.281Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:04.281Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:45:04.381Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:04.381Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:04.381Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:04.391Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:04.391Z||pool-250-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:05.282Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "serviceName": "Demo_pNF_VA3LMWenipJ017Is2lmR",
  "serviceVersion": "1.0",
  "serviceUUID": "f5a351df-d4dd-4440-ac2d-4d696d2c9191",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "370e5c94-6fed-49f3-b76b-c8cd0bf39936",
  "resources": [
    {
      "resourceInstanceName": "pNF a7f5c995-7813 0",
      "resourceCustomizationUUID": "6cc47ecf-d499-4be3-8f0f-1397f8aad56f",
      "resourceName": "pNF a7f5c995-7813",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6311310b-5421-4e20-897e-79ef17a7e63a",
      "resourceInvariantUUID": "a3e8008b-9c4e-4be4-b992-34bcf8502895",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
      "artifactChecksum": "YjFjNjllMTI5NjcyYWM1MTU3YmJkY2YyN2QzMjliNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4369e0d5-9093-4246-951c-ff6722582334"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:45:05.282Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:45:05.282Z|cae43d4d-d109-457f-b957-ee1cefc75ecd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5a351df-d4dd-4440-ac2d-4d696d2c9191 ASDC
2022-01-20T07:45:05.282Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
ServiceName:Demo_pNF_VA3LMWenipJ017Is2lmR
ServiceVersion:1.0
ServiceUUID:f5a351df-d4dd-4440-ac2d-4d696d2c9191
ServiceInvariantUUID:370e5c94-6fed-49f3-b76b-c8cd0bf39936
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
ArtifactUUID:4369e0d5-9093-4246-951c-ff6722582334
ArtifactChecksum:YjFjNjllMTI5NjcyYWM1MTU3YmJkY2YyN2QzMjliNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a7f5c995-7813 0
ResourceCustomizationUUID:6cc47ecf-d499-4be3-8f0f-1397f8aad56f
ResourceInvariantUUID:a3e8008b-9c4e-4be4-b992-34bcf8502895
ResourceName:pNF a7f5c995-7813
ResourceType:PNF
ResourceUUID:6311310b-5421-4e20-897e-79ef17a7e63a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:45:05.282Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5a351df-d4dd-4440-ac2d-4d696d2c9191 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-20T07:45:05.297Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:45:05.298Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:45:05.298Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:45:05.298Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4369e0d5-9093-4246-951c-ff6722582334 from URL: /sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:05.298Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:45:05.298Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:05.479Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:45:05.481Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar 4369e0d5-9093-4246-951c-ff6722582334 82615
2022-01-20T07:45:05.482Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar ASDC sendASDCNotification
2022-01-20T07:45:05.482Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:05.482Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:45:05.482Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:05.483Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:05.483Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664705481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:45:05.584Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:45:05.584Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:05.584Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:05.594Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:05.594Z||pool-251-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:06.484Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:45:06.484Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:45:06.485Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4369e0d5-9093-4246-951c-ff6722582334, URL: /sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar to file: /app/ASDC/1/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:06.485Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:06.485Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:06.485Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:06.557Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11314579070687174054/Definitions/service-DemoPnfVa3lmwenipj017is2lmr-template.yml
2022-01-20T07:45:07.066Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:45:07.066Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a7f5c995-7813 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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Node template pNF a7f5c995-7813 0 is matching search criteria
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a7f5c995-7813 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:45:07.067Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Node template pNF a7f5c995-7813 0 is matching search criteria
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a7f5c995-7813 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.068Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VA3LMWenipJ017Is2lmR
Description:catalog service description
Model UUID:f5a351df-d4dd-4440-ac2d-4d696d2c9191
Model Version:NULL
Model InvariantUuid:370e5c94-6fed-49f3-b76b-c8cd0bf39936
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-20T07:45:07.074Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6311310b-5421-4e20-897e-79ef17a7e63a
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-20T07:45:07.076Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||pNF a7f5c995-7813 0
2022-01-20T07:45:07.076Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6311310b-5421-4e20-897e-79ef17a7e63a
2022-01-20T07:45:07.076Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f5a351df-d4dd-4440-ac2d-4d696d2c9191
2022-01-20T07:45:07.076Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f5a351df-d4dd-4440-ac2d-4d696d2c9191
2022-01-20T07:45:07.076Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a7f5c995-7813 0 6311310b-5421-4e20-897e-79ef17a7e63a 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-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ea45836, org.onap.sdc.toscaparser.api.parameters.Input@3669d259, org.onap.sdc.toscaparser.api.parameters.Input@1e10a67e, org.onap.sdc.toscaparser.api.parameters.Input@72e6413c, org.onap.sdc.toscaparser.api.parameters.Input@3ecfc2be]
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f5a351df-d4dd-4440-ac2d-4d696d2c9191: pNF a7f5c995-7813
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Processing PNF resource: 6311310b-5421-4e20-897e-79ef17a7e63a
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VA3LMWenipJ017Is2lmR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:45:07.079Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||Resource customization UUID: 6cc47ecf-d499-4be3-8f0f-1397f8aad56f is the same as notified resource customizationUUID: 6cc47ecf-d499-4be3-8f0f-1397f8aad56f
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-20T07:45:07.101Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a7f5c995-7813 6311310b-5421-4e20-897e-79ef17a7e63a 0 ASDC deployResourceStructure
2022-01-20T07:45:07.101Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar ASDC sendASDCNotification
2022-01-20T07:45:07.101Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar
2022-01-20T07:45:07.101Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:45:07.101Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:07.103Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:07.103Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664707101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:45:07.203Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:07.204Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:07.204Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:07.215Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:07.215Z||pool-252-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:45:08.104Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:45:08.111Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:45:08.113Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:45:08.116Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:45:38.116Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:45:38.120Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe and serviceModelVersionId: f5a351df-d4dd-4440-ac2d-4d696d2c9191
2022-01-20T07:45:38.120Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 370e5c94-6fed-49f3-b76b-c8cd0bf39936
2022-01-20T07:45:38.120Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0
2022-01-20T07:45:38.123Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:45:38.141Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0|INFO|500||Invoke
2022-01-20T07:45:38.141Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[267346d6-8045-4042-bd91-f48e1dee085d], X-ECOMP-RequestID=[07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe], X-TransactionId=[], X-ONAP-RequestID=[07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe], Content-Type=[application/merge-patch+json]}
2022-01-20T07:45:38.156Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:45:38.180Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?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/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:45:38:163-54633], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:45:38 GMT], Content-Type=[application/json]}
2022-01-20T07:45:38.181Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?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/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191","ERR.5.4.6114"]}}}

2022-01-20T07:45:38.181Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:45:38.184Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (ec=ERR.5.4.6114)
2022-01-20T07:45:38.184Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (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-20T07:45:38.184Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (ec=ERR.5.4.6114)
2022-01-20T07:45:38.184Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (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-20T07:45:38.187Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:45:38.187Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (ec=ERR.5.4.6114)
2022-01-20T07:45:38.187Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:45:38.187Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:45:38.189Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:45:38.189Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664738187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:45:38.289Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:45:38.289Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:45:38.290Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:38.303Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:38.303Z||pool-253-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:45:56.636Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:45:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:45:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:45:56.638Z||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-20T07:45:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:45:56.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:45:56.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:45:56.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "policy-id",
  "timestamp": 1642664697155,
  "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-20T07:45:56.762Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe
2022-01-20T07:45:56.762Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe 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-20T07:46:06.172Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:46:56.636Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:46:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:46:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:46:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:46:56.638Z||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-20T07:46:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:46:57.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:46:57.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/resourceInstances/pnfa7f5c99578130/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664696636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664705481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664707101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVa3lmwenipj017is2lmr/1.0/artifacts/service-DemoPnfVa3lmwenipj017is2lmr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664738187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/370e5c94-6fed-49f3-b76b-c8cd0bf39936/model-vers/model-ver/f5a351df-d4dd-4440-ac2d-4d696d2c9191) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:46:57.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:47:06.175Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:47:56.636Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:47:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:47:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:47:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:47:56.638Z||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-20T07:47:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:06.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:06.174Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:56.636Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:48:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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-20T07:48:56.637Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:48:56.638Z||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-20T07:48:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:57.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:57.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664919030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "dcae-sch",
  "timestamp": 1642664925733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664926465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664922339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664936037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664936027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664936071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:48:57.259Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:57.259Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:48:57.259Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f01ba1bf-7335-4b84-96ae-c662e65d910b","serviceName":"vFW 2022-01-20 07-47-50","serviceVersion":"1.0","serviceUUID":"2825be69-dc57-47e4-90d7-e4b9fd2865e1","serviceDescription":"catalog service description","serviceInvariantUUID":"297aade3-e9f0-4b0c-9662-68aa3ee1f17f","resources":[{"resourceInstanceName":"vFW d94cbc5b-d4ad 0","resourceName":"vFW d94cbc5b-d4ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"84f25c5f-b286-4a2b-a4d4-ad2c050b30c7","resourceInvariantUUID":"4dbdd276-047c-4f47-8371-9314b565b272","resourceCustomizationUUID":"88460bfa-32f3-4a86-8a96-8477d17b9684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml","artifactChecksum":"MjFiYjcxODNiNzI4MGY2ZjBiYjNhMzZlYzM4ZGExMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2954d8bc-9880-44b7-814f-81689a656a80","artifactVersion":"1"},{"artifactName":"vfwd94cbc5bd4ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json","artifactChecksum":"MDc2NTJmMGNjNjdjNzAzYjZhZGVjZWUwYzQxZGFhODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0cc05f1f-956a-4117-bec4-19217ec81df2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0f71abe-8e1e-46d2-9b5e-5546e54b1088","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml","artifactChecksum":"MWQxM2I0M2ZjMzNhYzI5ODA0YzFmMjFiN2E3ODViODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bbd4e1b-e68b-492a-88da-b27519d5d5a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b058ffb2-48fd-47a8-9f02-6002473ca714","artifactVersion":"2","generatedFromUUID":"a0f71abe-8e1e-46d2-9b5e-5546e54b1088"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120074750-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml","artifactChecksum":"NTExOGFhZGNiNWRjZDlkMmMwYzM3YWM3OGI4NDI3YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22739a43-b552-4e7c-b34f-3723384c79c7","artifactVersion":"1"},{"artifactName":"service-Vfw20220120074750-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar","artifactChecksum":"OTk5ZmYyNDk0NjA1YmM3MWY1ODE2Zjk5MGZhZjY1NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2aed650a-ac95-46ff-a54d-a153000f82be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:48:57.260Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:48:57.260Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:48:57.261Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:48:57.262Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:48:57.362Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:48:57.362Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:48:57.362Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:57.372Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:57.372Z||pool-254-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:48:58.262Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:48:58.263Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:48:58.264Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:48:58.264Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:48:58.364Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:48:58.365Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:48:58.365Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:58.376Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:58.376Z||pool-255-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:48:59.264Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:48:59.265Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:48:59.267Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:48:59.267Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:48:59.367Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:48:59.368Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:48:59.368Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:48:59.378Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:48:59.378Z||pool-256-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:49:00.267Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:49:00.268Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:00.269Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:00.269Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:49:00.370Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:49:00.370Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:00.371Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:00.381Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:00.381Z||pool-257-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:49:01.270Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:49:01.271Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:01.272Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:01.272Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:49:01.373Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:49:01.373Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:01.373Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:01.383Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:01.383Z||pool-258-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:02.273Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:49:02.273Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:02.275Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:02.275Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:49:02.375Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:02.376Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:02.376Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:02.384Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:02.385Z||pool-259-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:03.275Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:49:03.276Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:03.277Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:03.277Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:49:03.377Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:03.378Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:03.378Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:03.389Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:03.389Z||pool-260-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:49:04.278Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "serviceName": "vFW 2022-01-20 07-47-50",
  "serviceVersion": "1.0",
  "serviceUUID": "2825be69-dc57-47e4-90d7-e4b9fd2865e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "297aade3-e9f0-4b0c-9662-68aa3ee1f17f",
  "resources": [
    {
      "resourceInstanceName": "vFW d94cbc5b-d4ad 0",
      "resourceCustomizationUUID": "88460bfa-32f3-4a86-8a96-8477d17b9684",
      "resourceName": "vFW d94cbc5b-d4ad",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "84f25c5f-b286-4a2b-a4d4-ad2c050b30c7",
      "resourceInvariantUUID": "4dbdd276-047c-4f47-8371-9314b565b272",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd94cbc5bd4ad0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
          "artifactChecksum": "MDc2NTJmMGNjNjdjNzAzYjZhZGVjZWUwYzQxZGFhODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0cc05f1f-956a-4117-bec4-19217ec81df2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a0f71abe-8e1e-46d2-9b5e-5546e54b1088",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b058ffb2-48fd-47a8-9f02-6002473ca714",
            "generatedFromUUID": "a0f71abe-8e1e-46d2-9b5e-5546e54b1088"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b058ffb2-48fd-47a8-9f02-6002473ca714",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220120074750-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
      "artifactChecksum": "OTk5ZmYyNDk0NjA1YmM3MWY1ODE2Zjk5MGZhZjY1NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2aed650a-ac95-46ff-a54d-a153000f82be"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:49:04.278Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:49:04.278Z|07cff3a1-cc1c-49ad-86c9-2ed8a76e1ffe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2825be69-dc57-47e4-90d7-e4b9fd2865e1 ASDC
2022-01-20T07:49:04.279Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f01ba1bf-7335-4b84-96ae-c662e65d910b
ServiceName:vFW 2022-01-20 07-47-50
ServiceVersion:1.0
ServiceUUID:2825be69-dc57-47e4-90d7-e4b9fd2865e1
ServiceInvariantUUID:297aade3-e9f0-4b0c-9662-68aa3ee1f17f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120074750-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar
ArtifactUUID:2aed650a-ac95-46ff-a54d-a153000f82be
ArtifactChecksum:OTk5ZmYyNDk0NjA1YmM3MWY1ODE2Zjk5MGZhZjY1NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d94cbc5b-d4ad 0
ResourceCustomizationUUID:88460bfa-32f3-4a86-8a96-8477d17b9684
ResourceInvariantUUID:4dbdd276-047c-4f47-8371-9314b565b272
ResourceName:vFW d94cbc5b-d4ad
ResourceType:VF
ResourceUUID:84f25c5f-b286-4a2b-a4d4-ad2c050b30c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd94cbc5bd4ad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json
ArtifactUUID:0cc05f1f-956a-4117-bec4-19217ec81df2
ArtifactChecksum:MDc2NTJmMGNjNjdjNzAzYjZhZGVjZWUwYzQxZGFhODc=
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/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml
ArtifactUUID:a0f71abe-8e1e-46d2-9b5e-5546e54b1088
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/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
ArtifactUUID:b058ffb2-48fd-47a8-9f02-6002473ca714
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/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
ArtifactUUID:b058ffb2-48fd-47a8-9f02-6002473ca714
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-20T07:49:04.279Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2825be69-dc57-47e4-90d7-e4b9fd2865e1 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-20T07:49:04.304Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:49:04.305Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:49:04.305Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:49:04.305Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2aed650a-ac95-46ff-a54d-a153000f82be from URL: /sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:04.305Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:49:04.305Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:04.388Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:49:04.391Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar 2aed650a-ac95-46ff-a54d-a153000f82be 98945
2022-01-20T07:49:04.391Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar ASDC sendASDCNotification
2022-01-20T07:49:04.391Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:04.392Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:49:04.392Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:04.393Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:04.393Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664944391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:49:04.493Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:04.494Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:04.494Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:04.502Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:04.502Z||pool-261-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:05.393Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:49:05.394Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:49:05.394Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2aed650a-ac95-46ff-a54d-a153000f82be, URL: /sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar to file: /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:05.395Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120074750-csar.csar
2022-01-20T07:49:05.395Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:05.395Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:05.757Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13293615815291637599/Definitions/service-Vfw20220120074750-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-20T07:49:07.147Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d94cbc5b-d4ad 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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-Vfw20220120074750-csar.csar
2022-01-20T07:49:07.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:49:07.149Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:49:07.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:07.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6f2e782c-90dd-4519-94bc-f47bf9b44a80
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.153Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=349cc9ad-5430-4e0f-9f3b-4f01f4d20493
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.154Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8f95b1fb-2d86-4cc6-a31f-62d18f7a4730
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.155Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:07.156Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:07.156Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-20 07-47-50
Description:catalog service description
Model UUID:2825be69-dc57-47e4-90d7-e4b9fd2865e1
Model Version:NULL
Model InvariantUuid:297aade3-e9f0-4b0c-9662-68aa3ee1f17f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d94cbc5b-d4ad
Model UUID:9ab9f2d2-a2bb-429f-82f8-a7c8e0c10b30
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4dbdd276-047c-4f47-8371-9314b565b272
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:88460bfa-32f3-4a86-8a96-8477d17b9684
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b98c938-2a4d-4424-b5a2-ef654fadf439
ModelName:VfwD94cbc5bD4ad..base_vfw..module-0
ModelUuid:4ee6320c-2b88-470a-b052-683fb2d7b278
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f2e782c-90dd-4519-94bc-f47bf9b44a80
ModelInvariantUuid:86e9f84a-3306-4e68-bf39-44a1648f8bb6
ModelName:vFW d94cbc5b-d4ad-nodes.vfwCvfc
ModelUuid:45ddedfe-a224-401d-a8d1-37e6e6372a87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:33ed0c56-d38d-456e-b28f-819e41967c32
ModelInvariantUuid:b7231999-34b6-4983-a61f-7be308dee00f
ModelName:VfwD94cbc5bD4ad.compute.nodes.heat.vfw
ModelUuid:c3bde2b2-4ceb-473a-b065-25995315fa62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:349cc9ad-5430-4e0f-9f3b-4f01f4d20493
ModelInvariantUuid:910d2dd7-6eed-4d81-803d-70688a84fc02
ModelName:vFW d94cbc5b-d4ad-nodes.vsnCvfc
ModelUuid:cbb9c12a-491a-4777-a32b-27b20696a4db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19acce93-cb67-4892-939c-e390e245c2e3
ModelInvariantUuid:37f71607-4c29-49a5-bf8d-ee9f87286e41
ModelName:VfwD94cbc5bD4ad.compute.nodes.heat.vsn
ModelUuid:3154473f-2f58-412f-9d2e-b6b279910900
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8f95b1fb-2d86-4cc6-a31f-62d18f7a4730
ModelInvariantUuid:370850d0-f6c2-4805-aff3-5636ac8498fe
ModelName:vFW d94cbc5b-d4ad-nodes.vpgCvfc
ModelUuid:a8ba2c0d-8bc0-4e1e-9555-aed4eb521c49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e38ed7e9-d8ef-4046-8645-e0b020bc66ae
ModelInvariantUuid:b058f8d6-35e9-41bb-b8f8-9ebe5836cf79
ModelName:VfwD94cbc5bD4ad.compute.nodes.heat.vpg
ModelUuid:5bafeea1-b9bb-4be5-8eba-6ba44a9ce67a
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-20T07:49:07.163Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 84f25c5f-b286-4a2b-a4d4-ad2c050b30c7
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-20T07:49:07.165Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||vFW d94cbc5b-d4ad 0
2022-01-20T07:49:07.165Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 84f25c5f-b286-4a2b-a4d4-ad2c050b30c7
2022-01-20T07:49:07.165Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0cc05f1f-956a-4117-bec4-19217ec81df2 from URL: /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json
2022-01-20T07:49:07.165Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:49:07.165Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json 0cc05f1f-956a-4117-bec4-19217ec81df2 785
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json ASDC sendASDCNotification
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:49:07.351Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:07.353Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:07.353Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664947351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:49:07.453Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:07.454Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:07.454Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:07.463Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:07.463Z||pool-262-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:08.353Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD94cbc5bD4ad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6b98c938-2a4d-4424-b5a2-ef654fadf439",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ee6320c-2b88-470a-b052-683fb2d7b278",
    "vfModuleModelCustomizationUUID": "03820af8-002b-40e5-9bc4-02287bad31aa",
    "isBase": true,
    "artifacts": [
      "a0f71abe-8e1e-46d2-9b5e-5546e54b1088",
      "b058ffb2-48fd-47a8-9f02-6002473ca714"
    ],
    "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-20T07:49:08.356Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD94cbc5bD4ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ee6320c-2b88-470a-b052-683fb2d7b278
VfModuleModelInvariantUUID:6b98c938-2a4d-4424-b5a2-ef654fadf439
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f71abe-8e1e-46d2-9b5e-5546e54b1088
,
b058ffb2-48fd-47a8-9f02-6002473ca714

}
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-20T07:49:08.359Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD94cbc5bD4ad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6b98c938-2a4d-4424-b5a2-ef654fadf439",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ee6320c-2b88-470a-b052-683fb2d7b278",
    "vfModuleModelCustomizationUUID": "03820af8-002b-40e5-9bc4-02287bad31aa",
    "isBase": true,
    "artifacts": [
      "a0f71abe-8e1e-46d2-9b5e-5546e54b1088",
      "b058ffb2-48fd-47a8-9f02-6002473ca714"
    ],
    "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-20T07:49:08.360Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD94cbc5bD4ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ee6320c-2b88-470a-b052-683fb2d7b278
VfModuleModelInvariantUUID:6b98c938-2a4d-4424-b5a2-ef654fadf439
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f71abe-8e1e-46d2-9b5e-5546e54b1088
,
b058ffb2-48fd-47a8-9f02-6002473ca714

}
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-20T07:49:08.360Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a0f71abe-8e1e-46d2-9b5e-5546e54b1088 from URL: /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml
2022-01-20T07:49:08.360Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:49:08.360Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml
2022-01-20T07:49:08.554Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:49:08.555Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml a0f71abe-8e1e-46d2-9b5e-5546e54b1088 20368
2022-01-20T07:49:08.555Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:49:08.555Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml
2022-01-20T07:49:08.555Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:49:08.555Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:08.557Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:08.557Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664948555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:49:08.657Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:08.658Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:08.658Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:08.665Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:08.665Z||pool-263-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:09.557Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b058ffb2-48fd-47a8-9f02-6002473ca714 from URL: /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
2022-01-20T07:49:09.558Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:49:09.558Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
2022-01-20T07:49:09.826Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:49:09.827Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env b058ffb2-48fd-47a8-9f02-6002473ca714 2098
2022-01-20T07:49:09.827Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:49:09.827Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
2022-01-20T07:49:09.827Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:49:09.827Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:09.828Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:09.829Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664949827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:49:09.929Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:09.929Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:09.929Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:09.939Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:09.939Z||pool-264-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:10.829Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2825be69-dc57-47e4-90d7-e4b9fd2865e1
2022-01-20T07:49:10.829Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d94cbc5b-d4ad 0 84f25c5f-b286-4a2b-a4d4-ad2c050b30c7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T07:49:10.840Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e44478, org.onap.sdc.toscaparser.api.parameters.Input@67999d99, org.onap.sdc.toscaparser.api.parameters.Input@1d84b9d1, org.onap.sdc.toscaparser.api.parameters.Input@19e5bbd4, org.onap.sdc.toscaparser.api.parameters.Input@7ac1fb14]
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 88460bfa-32f3-4a86-8a96-8477d17b9684
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88460bfa-32f3-4a86-8a96-8477d17b9684 matches Tosca VF Customization UUID: 88460bfa-32f3-4a86-8a96-8477d17b9684
2022-01-20T07:49:10.841Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 88460bfa-32f3-4a86-8a96-8477d17b9684  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-20T07:49:10.843Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.843Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 88460bfa-32f3-4a86-8a96-8477d17b9684: {\"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-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5de288b1
2022-01-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03820af8-002b-40e5-9bc4-02287bad31aa
2022-01-20T07:49:10.844Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03820af8-002b-40e5-9bc4-02287bad31aa
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-20T07:49:10.846Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.846Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.846Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:10.846Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.846Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:49:10.847Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.848Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:49:10.848Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.848Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6f2e782c-90dd-4519-94bc-f47bf9b44a80
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-20T07:49:10.849Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.849Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T07:49:10.850Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T07:49:10.851Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.851Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T07:49:10.851Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.851Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=349cc9ad-5430-4e0f-9f3b-4f01f4d20493
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-20T07:49:10.852Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.852Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.852Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T07:49:10.853Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T07:49:10.854Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T07:49:10.854Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T07:49:10.854Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T07:49:10.854Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8f95b1fb-2d86-4cc6-a31f-62d18f7a4730
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-20T07:49:10.855Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.855Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.855Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T07:49:10.856Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.856Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Node template vFW d94cbc5b-d4ad 0 is matching search criteria
2022-01-20T07:49:10.856Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d94cbc5b-d4ad 0] matching following query criteria: sdcType=VF, customizationUUID=88460bfa-32f3-4a86-8a96-8477d17b9684
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-20T07:49:10.857Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.857Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.857Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2825be69-dc57-47e4-90d7-e4b9fd2865e1: vFW d94cbc5b-d4ad
2022-01-20T07:49:10.857Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-20 07-47-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:49:10.858Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-20 07-47-50 
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-20T07:49:10.990Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d94cbc5b-d4ad 84f25c5f-b286-4a2b-a4d4-ad2c050b30c7 1 ASDC deployResourceStructure
2022-01-20T07:49:10.990Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json ASDC sendASDCNotification
2022-01-20T07:49:10.990Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json
2022-01-20T07:49:10.991Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:49:10.991Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:10.992Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:10.993Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664950990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:49:11.093Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:11.093Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:11.093Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:11.103Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:11.103Z||pool-265-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:11.993Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T07:49:11.993Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml
2022-01-20T07:49:11.993Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:49:11.994Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:11.995Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:11.995Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664951993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:49:12.095Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:12.096Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:12.096Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:12.106Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:12.106Z||pool-266-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:12.996Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T07:49:12.996Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env
2022-01-20T07:49:12.996Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:49:12.996Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:12.998Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:12.998Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664952996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:49:13.098Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:13.098Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:13.099Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:13.109Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:13.109Z||pool-267-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:13.999Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar ASDC sendASDCNotification
2022-01-20T07:49:13.999Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar
2022-01-20T07:49:13.999Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:49:13.999Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:49:14.001Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:49:14.001Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664953999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:49:14.101Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:49:14.102Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:49:14.102Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:14.111Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:14.111Z||pool-268-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:49:15.002Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:49:15.009Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:49:15.010Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:49:15.010Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:49:15.010Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:49:45.010Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:49:45.019Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:49:45.020Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:49:45.020Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:49:45.020Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:49:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:49:56.638Z||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-20T07:49:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:49:56.654Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:49:56.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:49:56.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664937032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:49:56.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:50:15.020Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:50:15.029Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:50:15.030Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:50:15.030Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:50:15.030Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:50:45.031Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:50:45.039Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:50:45.040Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:50:45.040Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:50:45.041Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:50:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:50:56.638Z||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-20T07:50:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:50:56.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:50:56.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:50:56.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:50:56.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:15.041Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:51:15.048Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:51:15.050Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:51:15.050Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:51:15.050Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:51:45.050Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:51:45.058Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:51:45.059Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:51:45.059Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T07:51:45.059Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T07:51:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:51:56.638Z||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-20T07:51:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:51:56.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "policy-id",
  "timestamp": 1642664938034,
  "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-20T07:51:56.668Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.668Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:51:56.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664939086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664932821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642664940090,
  "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-20T07:51:56.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.683Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:51:56.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664940533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "cds",
  "timestamp": 1642664941537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-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-20T07:51:56.695Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.695Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:51:56.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664941691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:51:56.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "aai-ml",
  "timestamp": 1642664942694,
  "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-20T07:51:56.707Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.707Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664936636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664937131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642664937570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664944391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664944948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664946073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664947171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664947351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664948549,
  "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-20T07:51:56.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664948555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664942138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642664949553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664949827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664950990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/vfwd94cbc5bd4ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664951993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664952996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/resourceInstances/vfwd94cbc5bd4ad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642664953999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664954801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664956807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220120074750/1.0/artifacts/service-Vfw20220120074750-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:51:56.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "clamp",
  "timestamp": 1642664957812,
  "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-20T07:51:56.731Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f01ba1bf-7335-4b84-96ae-c662e65d910b
2022-01-20T07:51:56.731Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:52:15.060Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:52:15.068Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:52:15.070Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-20T07:52:15.075Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:52:45.075Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f01ba1bf-7335-4b84-96ae-c662e65d910b 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-20T07:52:45.079Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f01ba1bf-7335-4b84-96ae-c662e65d910b and serviceModelVersionId: 2825be69-dc57-47e4-90d7-e4b9fd2865e1
2022-01-20T07:52:45.080Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 297aade3-e9f0-4b0c-9662-68aa3ee1f17f
2022-01-20T07:52:45.081Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0
2022-01-20T07:52:45.084Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:52:45.105Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0|INFO|500||Invoke
2022-01-20T07:52:45.105Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f01ba1bf-7335-4b84-96ae-c662e65d910b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5272c16f-9561-4091-92fb-f872d06834b2], X-ECOMP-RequestID=[f01ba1bf-7335-4b84-96ae-c662e65d910b], X-TransactionId=[], X-ONAP-RequestID=[f01ba1bf-7335-4b84-96ae-c662e65d910b], Content-Type=[application/merge-patch+json]}
2022-01-20T07:52:45.118Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:52:45.144Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?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/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:52:45:125-38989], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:52:45 GMT], Content-Type=[application/json]}
2022-01-20T07:52:45.145Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?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/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1","ERR.5.4.6114"]}}}

2022-01-20T07:52:45.145Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:52:45.147Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (ec=ERR.5.4.6114)
2022-01-20T07:52:45.147Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (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-20T07:52:45.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (ec=ERR.5.4.6114)
2022-01-20T07:52:45.148Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (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-20T07:52:45.150Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-20T07:52:45.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f01ba1bf-7335-4b84-96ae-c662e65d910b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (ec=ERR.5.4.6114)
2022-01-20T07:52:45.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:52:45.151Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:45.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:45.152Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665165151,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:52:45.252Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:45.253Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:45.253Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:45.262Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:45.262Z||pool-269-thread-1|||||INFO|500||cambria reply ok (10 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-20T07:52:46.162Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:52:46.162Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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-20T07:52:46.163Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:50.648Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:50.649Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-20T07:52:50.649Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cb823a6-4d22-4f5e-b5de-be562dfc20bd","serviceName":"Demo_pNF_lYaAdQM3F5Uc8KhcDciV","serviceVersion":"1.0","serviceUUID":"3f3595ba-bf0e-417f-a1a9-af9791938ae3","serviceDescription":"catalog service description","serviceInvariantUUID":"c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a","resources":[{"resourceInstanceName":"pNF e7385732-d709 0","resourceName":"pNF e7385732-d709","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f51c2866-0136-4ecb-b384-247115a4b18f","resourceInvariantUUID":"f8f7bf4e-201e-4638-813f-ac2358894c1e","resourceCustomizationUUID":"a145ab56-1139-42a6-9759-0ab7206fb368","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml","artifactChecksum":"MjQxMWIyNzE0ODdmODY3OGQxMTYwNDllODE2YTJiYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fddfe0a3-eba7-4ac1-98d2-5911e7b04975","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar","artifactChecksum":"NWFkY2NhZGU5MDU2N2MzYThmMmRhZjQ5YzMyMzI5NWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7776f487-e595-4274-a834-19434c1d654e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78794589-9683-4932-889e-f8c0f30b2a31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml","artifactChecksum":"MGI3YTBjNzdjOTljZjYxYzk3YmYzNDQ2NzYyYzY4ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ef5020e-ce27-4505-842b-9e0c7d2ebd2b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec349263-e610-4df2-b048-25523c5b46cb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"add98d4b-f920-4cff-834f-b86f13974e6d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml","artifactChecksum":"MmJhYjIwY2Q5Mzk2NWZhMDBhOGRhOGYwNDE3MjNkNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14c6b758-af96-4861-8c3f-e08b7d62c642","artifactVersion":"1"},{"artifactName":"service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar","artifactChecksum":"ZGE5OTlhODBkZjVlYTNkZTdmZWMwNDAzNjA4OTdiZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T07:52:50.650Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:50.650Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:50.651Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:50.651Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:50.751Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:50.752Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:50.752Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:50.760Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:50.760Z||pool-270-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:51.652Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:51.652Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:51.653Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:51.653Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:51.754Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T07:52:51.754Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:51.754Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:51.763Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:51.764Z||pool-271-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:52:52.654Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:52.655Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:52.656Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:52.656Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:52.756Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:52.757Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:52.757Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:52.768Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:52.768Z||pool-272-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:53.656Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:53.657Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:53.659Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:53.659Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:53.759Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:53.759Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:53.759Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:53.769Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:53.769Z||pool-273-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:54.659Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:54.660Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:54.661Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:54.661Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:54.761Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:54.762Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:54.762Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:54.772Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:54.773Z||pool-274-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:52:55.662Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:55.662Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:55.664Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:55.664Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:55.764Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:55.765Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:55.765Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:55.774Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:55.774Z||pool-275-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:52:56.638Z||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-20T07:52:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:56.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:56.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.664Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:56.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.665Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.666Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:56.666Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665012340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665009030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665007821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665024745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665024756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665024758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642665017131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665017570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "cds",
  "timestamp": 1642665025761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-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-20T07:52:56.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.683Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665026250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665026381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665027257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642665027384,
  "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-20T07:52:56.694Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665028245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642665028259,
  "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-20T07:52:56.703Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.703Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "aai-ml",
  "timestamp": 1642665029248,
  "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-20T07:52:56.713Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.714Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "dcae-sch",
  "timestamp": 1642665025733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665026465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665035366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665036369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "policy-id",
  "timestamp": 1642665037371,
  "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-20T07:52:56.728Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.728Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665032138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665046811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665047827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:52:56.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:52:56.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-20T07:52:56.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "clamp",
  "timestamp": 1642665048831,
  "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-20T07:52:56.740Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
2022-01-20T07:52:56.740Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:52:56.766Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:56.767Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:56.767Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:56.776Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:56.777Z||pool-276-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-20T07:52:57.666Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T07:52:57.667Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:57.668Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:57.668Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "NOTIFIED"
}
2022-01-20T07:52:57.768Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:57.768Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:57.768Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:57.778Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:57.778Z||pool-277-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:58.669Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "serviceName": "Demo_pNF_lYaAdQM3F5Uc8KhcDciV",
  "serviceVersion": "1.0",
  "serviceUUID": "3f3595ba-bf0e-417f-a1a9-af9791938ae3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a",
  "resources": [
    {
      "resourceInstanceName": "pNF e7385732-d709 0",
      "resourceCustomizationUUID": "a145ab56-1139-42a6-9759-0ab7206fb368",
      "resourceName": "pNF e7385732-d709",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f51c2866-0136-4ecb-b384-247115a4b18f",
      "resourceInvariantUUID": "f8f7bf4e-201e-4638-813f-ac2358894c1e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
      "artifactChecksum": "ZGE5OTlhODBkZjVlYTNkZTdmZWMwNDAzNjA4OTdiZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a"
    }
  ],
  "workloadContext": "Production"
}
2022-01-20T07:52:58.669Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T07:52:58.669Z|f01ba1bf-7335-4b84-96ae-c662e65d910b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f3595ba-bf0e-417f-a1a9-af9791938ae3 ASDC
2022-01-20T07:52:58.669Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7cb823a6-4d22-4f5e-b5de-be562dfc20bd
ServiceName:Demo_pNF_lYaAdQM3F5Uc8KhcDciV
ServiceVersion:1.0
ServiceUUID:3f3595ba-bf0e-417f-a1a9-af9791938ae3
ServiceInvariantUUID:c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
ArtifactUUID:dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a
ArtifactChecksum:ZGE5OTlhODBkZjVlYTNkZTdmZWMwNDAzNjA4OTdiZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7385732-d709 0
ResourceCustomizationUUID:a145ab56-1139-42a6-9759-0ab7206fb368
ResourceInvariantUUID:f8f7bf4e-201e-4638-813f-ac2358894c1e
ResourceName:pNF e7385732-d709
ResourceType:PNF
ResourceUUID:f51c2866-0136-4ecb-b384-247115a4b18f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-20T07:52:58.669Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f3595ba-bf0e-417f-a1a9-af9791938ae3 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-20T07:52:58.695Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:52:58.696Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:52:58.696Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:52:58.696Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a from URL: /sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:58.696Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-20T07:52:58.696Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:58.738Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-20T07:52:58.741Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a 82634
2022-01-20T07:52:58.741Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar ASDC sendASDCNotification
2022-01-20T07:52:58.741Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:58.741Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T07:52:58.741Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:52:58.743Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:52:58.743Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665178741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-20T07:52:58.843Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:52:58.843Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:52:58.844Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:52:58.855Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:52:58.855Z||pool-278-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:52:59.743Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T07:52:59.744Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-20T07:52:59.744Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dbf7ff5f-b4c4-4b1c-be17-9c3e67aee80a, URL: /sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar to file: /app/ASDC/1/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:59.744Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:59.745Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:59.745Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:52:59.818Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP84628673150275928/Definitions/service-DemoPnfLyaadqm3f5uc8khcdciv-template.yml
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7385732-d709 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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-20T07:53:00.363Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Node template pNF e7385732-d709 0 is matching search criteria
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e7385732-d709 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Node template pNF e7385732-d709 0 is matching search criteria
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e7385732-d709 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.364Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.365Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lYaAdQM3F5Uc8KhcDciV
Description:catalog service description
Model UUID:3f3595ba-bf0e-417f-a1a9-af9791938ae3
Model Version:NULL
Model InvariantUuid:c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a
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-20T07:53:00.372Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f51c2866-0136-4ecb-b384-247115a4b18f
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-20T07:53:00.374Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||pNF e7385732-d709 0
2022-01-20T07:53:00.374Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f51c2866-0136-4ecb-b384-247115a4b18f
2022-01-20T07:53:00.374Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3f3595ba-bf0e-417f-a1a9-af9791938ae3
2022-01-20T07:53:00.374Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f3595ba-bf0e-417f-a1a9-af9791938ae3
2022-01-20T07:53:00.375Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e7385732-d709 0 f51c2866-0136-4ecb-b384-247115a4b18f 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-20T07:53:00.378Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@382a4f88, org.onap.sdc.toscaparser.api.parameters.Input@25b17fee, org.onap.sdc.toscaparser.api.parameters.Input@5f007e3, org.onap.sdc.toscaparser.api.parameters.Input@6df32a7b, org.onap.sdc.toscaparser.api.parameters.Input@74f7e42]
2022-01-20T07:53:00.378Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f3595ba-bf0e-417f-a1a9-af9791938ae3: pNF e7385732-d709
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Processing PNF resource: f51c2866-0136-4ecb-b384-247115a4b18f
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_lYaAdQM3F5Uc8KhcDciV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T07:53:00.379Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||Resource customization UUID: a145ab56-1139-42a6-9759-0ab7206fb368 is the same as notified resource customizationUUID: a145ab56-1139-42a6-9759-0ab7206fb368
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-20T07:53:00.403Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e7385732-d709 f51c2866-0136-4ecb-b384-247115a4b18f 0 ASDC deployResourceStructure
2022-01-20T07:53:00.404Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar ASDC sendASDCNotification
2022-01-20T07:53:00.404Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar
2022-01-20T07:53:00.404Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T07:53:00.404Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:53:00.405Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:53:00.405Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665180404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/artifacts/service-DemoPnfLyaadqm3f5uc8khcdciv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-20T07:53:00.506Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T07:53:00.506Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:53:00.506Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:00.516Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:53:00.516Z||pool-279-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T07:53:01.406Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-20T07:53:01.415Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cb823a6-4d22-4f5e-b5de-be562dfc20bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-20T07:53:01.417Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:53:01.421Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T07:53:31.422Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cb823a6-4d22-4f5e-b5de-be562dfc20bd 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-20T07:53:31.425Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7cb823a6-4d22-4f5e-b5de-be562dfc20bd and serviceModelVersionId: 3f3595ba-bf0e-417f-a1a9-af9791938ae3
2022-01-20T07:53:31.425Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a
2022-01-20T07:53:31.426Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0
2022-01-20T07:53:31.429Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T07:53:31.448Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0|INFO|500||Invoke
2022-01-20T07:53:31.448Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7cb823a6-4d22-4f5e-b5de-be562dfc20bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93700547-0488-4e82-afb2-6f30dd57cdd2], X-ECOMP-RequestID=[7cb823a6-4d22-4f5e-b5de-be562dfc20bd], X-TransactionId=[], X-ONAP-RequestID=[7cb823a6-4d22-4f5e-b5de-be562dfc20bd], Content-Type=[application/merge-patch+json]}
2022-01-20T07:53:31.464Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-20T07:53:31.489Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?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/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220120-07:53:31:471-39347], Content-Length=[495], Date=[Thu, 20 Jan 2022 07:53:31 GMT], Content-Type=[application/json]}
2022-01-20T07:53:31.489Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?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/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3","ERR.5.4.6114"]}}}

2022-01-20T07:53:31.490Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T07:53:31.492Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (ec=ERR.5.4.6114)
2022-01-20T07:53:31.492Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (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-20T07:53:31.492Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (ec=ERR.5.4.6114)
2022-01-20T07:53:31.492Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (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-20T07:53:31.495Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:53:31.495Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cb823a6-4d22-4f5e-b5de-be562dfc20bd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (ec=ERR.5.4.6114)
2022-01-20T07:53:31.495Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T07:53:31.495Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-20T07:53:31.497Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T07:53:31.497Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665211495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7cb823a6-4d22-4f5e-b5de-be562dfc20bd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c9b5fcc1-bf46-4969-98f9-1f7d58f0a33a/model-vers/model-ver/3f3595ba-bf0e-417f-a1a9-af9791938ae3) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:53:31.597Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T07:53:31.598Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T07:53:31.598Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:31.610Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:53:31.611Z||pool-280-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-20T07:53:32.507Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:53:32.508Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:53:32.508Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:42.044Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:53:42.044Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:53:42.045Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:53:42.045Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:51.580Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:53:51.580Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:53:51.580Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:53:51.580Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:53:56.638Z||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-20T07:53:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01ba1bf-7335-4b84-96ae-c662e65d910b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665165151,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df01ba1bf-7335-4b84-96ae-c662e65d910b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/297aade3-e9f0-4b0c-9662-68aa3ee1f17f/model-vers/model-ver/2825be69-dc57-47e4-90d7-e4b9fd2865e1) (ec\u003dERR.5.4.6114)"
}
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7cb823a6-4d22-4f5e-b5de-be562dfc20bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642665166162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLyaadqm3f5uc8khcdciv/1.0/resourceInstances/pnfe7385732d7090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-20T07:53:56.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-20T07:54:01.111Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-20T07:54:01.111Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T07:54:01.112Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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-20T07:54:01.112Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T07:54:10.645Z|7cb823a6-4d22-4f5e-b5de-be562dfc20bd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK