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) 2021-04-23T22:57:13.527Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-lwbzq with PID 14 (/app/app.jar started by so in /app) 2021-04-23T22:57:13.531Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-23T22:57:13.532Z||main|||||INFO|500||The following profiles are active: basic 2021-04-23T22:57:19.501Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-23T22:57:19.501Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-23T22:57:19.588Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-23T22:57:20.945Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-23T22:57:21.094Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-23T22:57:21.456Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-23T22:57:21.462Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-23T22:57:21.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-23T22:57:21.645Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-23T22:57:21.989Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-23T22:57:22.663Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-23T22:57:24.608Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-23T22:57:24.647Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-23T22:57:24.961Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-23T22:57:25.139Z||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. 2021-04-23T22:57:26.229Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-23T22:57:27.062Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-23T22:57:27.079Z||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$$70fe894b.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) 2021-04-23T22:57:27.080Z||main|||||WARN|500||The sdc end point is not alive 2021-04-23T22:57:29.101Z||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 2021-04-23T22:57:31.041Z||main|||||WARN|500||--- 2021-04-23T22:57:31.042Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-23T22:57:31.042Z||main|||||WARN|500||--- 2021-04-23T22:57:31.382Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-23T22:57:33.964Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T22:57:33.965Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T22:57:33.966Z||main|||||INFO|500||Started Application in 22.198 seconds (JVM running for 23.361) 2021-04-23T22:57:33.999Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T22:57:34.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T22:57:34.120Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 16240389-0b31-4b80-909a-4ce24c55e952 url= /sdc/v1/artifactTypes 2021-04-23T22:57:34.120Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T22:57:34.341Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T22:57:34.355Z||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 2021-04-23T22:57:34.374Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T22:57:34.384Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T22:57:35.406Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T22:57:35.407Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T22:57:35.408Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T22:57:35.411Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T22:58:23.963Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T22:58:23.964Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T22:58:23.965Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T22:58:23.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T22:58:23.976Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b72ec17-9b97-4982-b42c-174b12d779be url= /sdc/v1/artifactTypes 2021-04-23T22:58:23.976Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T22:58:24.013Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T22:58:24.014Z||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 2021-04-23T22:58:24.014Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T22:58:24.015Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T22:58:24.015Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T22:58:25.037Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T22:58:25.037Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T22:58:25.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T22:58:25.039Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T22:59:13.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T22:59:13.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T22:59:13.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T22:59:13.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T22:59:13.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cfa4207-7a98-405e-95c6-f9c62bb6b71e url= /sdc/v1/artifactTypes 2021-04-23T22:59:13.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T22:59:13.998Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T22:59:13.999Z||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 2021-04-23T22:59:13.999Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T22:59:14.003Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T22:59:14.003Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T22:59:15.020Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T22:59:15.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T22:59:15.022Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T22:59:15.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:00:03.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:00:03.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:00:03.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:00:03.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:00:03.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d4a1a68-61b7-4e58-842a-6db18162ac77 url= /sdc/v1/artifactTypes 2021-04-23T23:00:03.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:00:03.997Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:00:03.998Z||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 2021-04-23T23:00:03.998Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:00:03.999Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:00:03.999Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:00:05.008Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:00:05.008Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:00:05.008Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:00:05.009Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:00:53.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:00:53.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:00:53.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:00:53.964Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:00:53.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cc08258-ead7-491a-85e8-a33a4ae99ca6 url= /sdc/v1/artifactTypes 2021-04-23T23:00:53.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:00:54.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:00:54.009Z||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 2021-04-23T23:00:54.009Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:00:54.010Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:00:54.010Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:00:55.026Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:00:55.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:00:55.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:00:55.027Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:01:43.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:01:43.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:01:43.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:01:43.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:01:43.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff3ef785-a037-4391-8da9-47062b118a19 url= /sdc/v1/artifactTypes 2021-04-23T23:01:43.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:01:43.995Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:01:43.996Z||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 2021-04-23T23:01:43.996Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:01:43.996Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:01:43.996Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:01:45.005Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:01:45.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:01:45.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:01:45.006Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:02:03.314Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xf4_J0xba.0x9d0x920xedGY0xa1zO0x85Us0xda~0xf150x1c0xcd3Gx0x150x82[0xa30xacC0xcb]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:02:33.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:02:33.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:02:33.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:02:33.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:02:33.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9b5488c-f315-4a2a-9a94-98a617cf578e url= /sdc/v1/artifactTypes 2021-04-23T23:02:33.970Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:02:33.999Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:02:34.000Z||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 2021-04-23T23:02:34.000Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:02:34.000Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:02:34.001Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:02:35.021Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:02:35.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:02:35.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:02:35.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:03:23.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:03:23.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:03:23.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:03:23.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:03:23.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3fbdea7-808c-4355-8824-d997d96a2387 url= /sdc/v1/artifactTypes 2021-04-23T23:03:23.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:03:23.994Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:03:23.995Z||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 2021-04-23T23:03:23.995Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:03:23.995Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:03:23.995Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:03:25.004Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:03:25.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:03:25.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:03:25.005Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:04:13.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:04:13.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:04:13.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:04:13.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:04:13.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57cb60f0-332b-421f-8732-62dd4db0f321 url= /sdc/v1/artifactTypes 2021-04-23T23:04:13.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:04:14.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:04:14.007Z||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 2021-04-23T23:04:14.007Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:04:14.008Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:04:14.008Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:04:15.021Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:04:15.021Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:04:15.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:04:15.022Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:05:03.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:05:03.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:05:03.961Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:05:03.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:05:03.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87efbf7c-2431-4c35-a792-223251e73944 url= /sdc/v1/artifactTypes 2021-04-23T23:05:03.969Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:05:03.999Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:05:04.001Z||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 2021-04-23T23:05:04.001Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:05:04.001Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:05:04.002Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:05:05.037Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:05:05.037Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:05:05.038Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:05:05.038Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:05:53.961Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:05:53.962Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:05:53.963Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:05:53.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:05:53.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8c4de91-765d-476d-a580-b33f97aa7e0e url= /sdc/v1/artifactTypes 2021-04-23T23:05:53.970Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:05:53.996Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:05:53.997Z||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 2021-04-23T23:05:53.997Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:05:53.997Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:05:53.998Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:05:55.026Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:05:55.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:05:55.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:05:55.028Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:06:43.960Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:06:43.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:06:43.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:06:43.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:06:43.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38321a2d-35bf-48f6-9109-4f9f79717487 url= /sdc/v1/artifactTypes 2021-04-23T23:06:43.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:06:43.993Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:06:43.994Z||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 2021-04-23T23:06:43.994Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:06:43.994Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:06:43.994Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:06:45.005Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-04-23T23:06:45.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused)] 2021-04-23T23:06:45.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) 2021-04-23T23:06:45.006Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.17.8] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-23T23:07:33.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:07:33.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:07:33.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:07:33.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:07:33.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c678e9cc-f6c2-4ee4-b1d1-3f09ad2a8b76 url= /sdc/v1/artifactTypes 2021-04-23T23:07:33.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:07:33.993Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:07:33.994Z||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 2021-04-23T23:07:33.994Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:07:33.994Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-04-23T23:07:33.994Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-23T23:07:34.318Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:07:34.392Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a3788c13-525b-4441-ab23-9b17e0486f49 url= /sdc/v1/registerForDistribution 2021-04-23T23:07:34.403Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a656212 2021-04-23T23:07:34.403Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-04-23T23:07:34.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-04-23T23:07:34.606Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/JI92scy4lB1RpX0e will send credentials over a clear channel. 2021-04-23T23:07:34.607Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/JI92scy4lB1RpX0e (as JI92scy4lB1RpX0e) ... 2021-04-23T23:07:34.651Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:07:34.653Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-23T23:07:34.654Z||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 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) ... 12 common frames omitted 2021-04-23T23:07:45.735Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-23T23:08:23.959Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-23T23:08:23.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-23T23:08:23.960Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-23T23:08:23.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-23T23:08:23.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3f5a046-b92d-4c64-a200-6df996640cbb url= /sdc/v1/artifactTypes 2021-04-23T23:08:23.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-23T23:08:23.990Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:08:23.992Z||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 2021-04-23T23:08:23.992Z||scheduling-1|||||DEBUG|500||create keys 2021-04-23T23:08:23.993Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-04-23T23:08:23.993Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as JI92scy4lB1RpX0e) ... 2021-04-23T23:08:24.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:24.017Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 98094d9d-ccce-4d41-b675-747a19286213 url= /sdc/v1/registerForDistribution 2021-04-23T23:08:24.091Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 98094d9d-ccce-4d41-b675-747a19286213 url= /sdc/v1/registerForDistribution 2021-04-23T23:08:24.091Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-23T23:08:24.105Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:08:24.106Z||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. 2021-04-23T23:08:24.106Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:24.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:08:24.107Z||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. 2021-04-23T23:08:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:24.111Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-23T23:08:32.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:32.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:08:32.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d265146-5390-4510-9103-658ac1858215","serviceName":"basic_onboard_vAdSiM","serviceVersion":"1.0","serviceUUID":"707e1920-9b6e-489e-ae61-76ca9454fcda","serviceDescription":"service","serviceInvariantUUID":"6c979e6d-584c-4fed-8d92-448f43116f80","resources":[{"resourceInstanceName":"basic_onboard_vAdSiM 0","resourceName":"basic_onboard_vAdSiM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68b43a62-56ed-460c-8d94-7fd539bd0060","resourceInvariantUUID":"b20209f5-fdc1-497a-874b-fa6147917fd0","resourceCustomizationUUID":"61c772aa-9c67-4d17-80df-e71dd5cfa1fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml","artifactChecksum":"MWVjZTgxNWQ4ZTM4MmIzODRkNGUxZTllNjI0YjdjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bbbcadb-2428-4943-936a-f0137176a9b1","artifactVersion":"1"},{"artifactName":"basic_onboard_vadsim0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json","artifactChecksum":"MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e980be1d-ec66-401a-95e8-bb6215502a6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8295e059-09ab-4ffa-86d8-bc71b2c10106","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c54c8d42-6ea7-40d7-848e-ce6e28350abd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7cffbba-9d19-45a4-af82-c6972d49f58d","artifactVersion":"2","generatedFromUUID":"8295e059-09ab-4ffa-86d8-bc71b2c10106"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVadsim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml","artifactChecksum":"MzUyMzhlMGJkOWRhZGRkZjkzNjU4NTYzNjdkZTQyNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50caffe7-8c0a-4158-814d-c5cb989462b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVadsim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar","artifactChecksum":"YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79d89fcb-aa96-4faa-876d-bfeb289c5a50","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:08:32.279Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:32.287Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:32.296Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:32.296Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:08:32.462Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 0 ms 2021-04-23T23:08:32.465Z||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. 2021-04-23T23:08:32.465Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:32.481Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:32.482Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:32.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:08:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:08:32.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:08:33.464Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:33.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:33.466Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:33.466Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:08:33.567Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:33.568Z||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. 2021-04-23T23:08:33.568Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:33.585Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:33.586Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:08:34.467Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:34.468Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:34.470Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:34.470Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-23T23:08:34.570Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:34.572Z||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. 2021-04-23T23:08:34.572Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:34.592Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:34.592Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:35.470Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:35.471Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:35.473Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:35.473Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:08:35.573Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:35.574Z||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. 2021-04-23T23:08:35.575Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:35.589Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:35.589Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:08:36.473Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:36.474Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:36.476Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:36.476Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-23T23:08:36.576Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:36.577Z||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. 2021-04-23T23:08:36.578Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:36.594Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:36.595Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:08:37.476Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:37.477Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:37.479Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:37.479Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:08:37.579Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:37.580Z||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. 2021-04-23T23:08:37.580Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:37.599Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:37.600Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:38.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:08:38.480Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:38.482Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:38.482Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:08:38.582Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:38.583Z||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. 2021-04-23T23:08:38.583Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:38.597Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:38.597Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:39.484Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "serviceName": "basic_onboard_vAdSiM", "serviceVersion": "1.0", "serviceUUID": "707e1920-9b6e-489e-ae61-76ca9454fcda", "serviceDescription": "service", "serviceInvariantUUID": "6c979e6d-584c-4fed-8d92-448f43116f80", "resources": [ { "resourceInstanceName": "basic_onboard_vAdSiM 0", "resourceCustomizationUUID": "61c772aa-9c67-4d17-80df-e71dd5cfa1fd", "resourceName": "basic_onboard_vAdSiM", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "68b43a62-56ed-460c-8d94-7fd539bd0060", "resourceInvariantUUID": "b20209f5-fdc1-497a-874b-fa6147917fd0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vadsim0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "artifactChecksum": "MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e980be1d-ec66-401a-95e8-bb6215502a6f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8295e059-09ab-4ffa-86d8-bc71b2c10106", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f7cffbba-9d19-45a4-af82-c6972d49f58d", "generatedFromUUID": "8295e059-09ab-4ffa-86d8-bc71b2c10106" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f7cffbba-9d19-45a4-af82-c6972d49f58d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVadsim-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "artifactChecksum": "YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79d89fcb-aa96-4faa-876d-bfeb289c5a50" } ], "workloadContext": "Production" } 2021-04-23T23:08:39.484Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:08:39.485Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 707e1920-9b6e-489e-ae61-76ca9454fcda ASDC 2021-04-23T23:08:39.624Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9d265146-5390-4510-9103-658ac1858215 ServiceName:basic_onboard_vAdSiM ServiceVersion:1.0 ServiceUUID:707e1920-9b6e-489e-ae61-76ca9454fcda ServiceInvariantUUID:6c979e6d-584c-4fed-8d92-448f43116f80 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVadsim-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar ArtifactUUID:79d89fcb-aa96-4faa-876d-bfeb289c5a50 ArtifactChecksum:YjVmNjJjMjQzZjM5M2UwOWRhMmIxN2JhMTczZWYwZDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vAdSiM 0 ResourceCustomizationUUID:61c772aa-9c67-4d17-80df-e71dd5cfa1fd ResourceInvariantUUID:b20209f5-fdc1-497a-874b-fa6147917fd0 ResourceName:basic_onboard_vAdSiM ResourceType:VF ResourceUUID:68b43a62-56ed-460c-8d94-7fd539bd0060 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vadsim0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json ArtifactUUID:e980be1d-ec66-401a-95e8-bb6215502a6f ArtifactChecksum:MTIxZmY5NmZjYmRjZDgyNWZjMzhmMmQyY2IxYzJjZDc= 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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml ArtifactUUID:8295e059-09ab-4ffa-86d8-bc71b2c10106 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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ArtifactUUID:f7cffbba-9d19-45a4-af82-c6972d49f58d 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/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ArtifactUUID:f7cffbba-9d19-45a4-af82-c6972d49f58d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:08:39.624Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 707e1920-9b6e-489e-ae61-76ca9454fcda 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 (?, ?, ?, ?, ?) 2021-04-23T23:08:39.833Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:08:39.833Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d89fcb-aa96-4faa-876d-bfeb289c5a50 from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:39.834Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-23T23:08:39.835Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:41.261Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 79d89fcb-aa96-4faa-876d-bfeb289c5a50 74820 2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar ASDC sendASDCNotification 2021-04-23T23:08:41.280Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:41.282Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:08:41.283Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:41.284Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:41.285Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219321280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:08:41.386Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:08:41.386Z||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. 2021-04-23T23:08:41.387Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:41.402Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:41.402Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:42.285Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:08:42.286Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-04-23T23:08:42.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 79d89fcb-aa96-4faa-876d-bfeb289c5a50, URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar to file: /app/ASDC/1/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:42.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:42.662Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:42.663Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:43.105Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14676051272344586118/Definitions/service-BasicOnboardVadsim-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 2021-04-23T23:08:44.558Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:08:44.564Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-23T23:08:44.564Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vAdSiM 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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.565Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vAdSiM 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.566Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|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-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:44.567Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-04-23T23:08:44.573Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.575Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.579Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:44.579Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-23T23:08:44.581Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:08:44.583Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-04-23T23:08:44.584Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:08:44.585Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.585Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.589Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.589Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria 2021-04-23T23:08:44.590Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-23T23:08:44.590Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-23T23:08:44.598Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.599Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:08:44.600Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.601Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:44.602Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=649ab70c-4ab2-413d-8ade-f9781152df2b 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.603Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:44.604Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vAdSiM Description:service Model UUID:707e1920-9b6e-489e-ae61-76ca9454fcda Model Version:NULL Model InvariantUuid:6c979e6d-584c-4fed-8d92-448f43116f80 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vAdSiM Model UUID:053b65af-07ca-40fa-b9ae-4c8ff695d145 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b20209f5-fdc1-497a-874b-fa6147917fd0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:61c772aa-9c67-4d17-80df-e71dd5cfa1fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:aa34e4da-52d5-4e82-9f58-7b631253ec59 ModelName:BasicOnboardVadsim..base_ubuntu18..module-0 ModelUuid:40a6f179-ce30-437f-9d6c-13a6a8763400 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:649ab70c-4ab2-413d-8ade-f9781152df2b ModelInvariantUuid:82eb7a4f-7018-4105-b683-b97d324b1c29 ModelName:basic_onboard_vAdSiM-nodes.ubuntu18Cvfc ModelUuid:8e1df562-8cb3-4ef6-bbbd-404b7836d0d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ea7d9a36-9bac-4cf1-880f-aa0e0e296330 ModelInvariantUuid:40001e56-9b77-41c3-a1f3-c8b41af9593d ModelName:BasicOnboardVadsim.compute.nodes.heat.ubuntu18 ModelUuid:1745959e-e9f9-4d28-9690-1c114cd1c89e 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:08:44.626Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 68b43a62-56ed-460c-8d94-7fd539bd0060 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:08:44.719Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||basic_onboard_vAdSiM 0 2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68b43a62-56ed-460c-8d94-7fd539bd0060 2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e980be1d-ec66-401a-95e8-bb6215502a6f from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json 2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-23T23:08:44.727Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json 2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json e980be1d-ec66-401a-95e8-bb6215502a6f 798 2021-04-23T23:08:44.971Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json ASDC sendASDCNotification 2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json 2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:08:44.972Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:44.974Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:44.974Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219324971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:08:45.074Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:45.075Z||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. 2021-04-23T23:08:45.075Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:45.088Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:45.088Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:45.975Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVadsim..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "aa34e4da-52d5-4e82-9f58-7b631253ec59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40a6f179-ce30-437f-9d6c-13a6a8763400", "vfModuleModelCustomizationUUID": "298becd6-6dd9-443e-8f06-8656618830a8", "isBase": true, "artifacts": [ "8295e059-09ab-4ffa-86d8-bc71b2c10106", "f7cffbba-9d19-45a4-af82-c6972d49f58d" ], "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": "" } } ] 2021-04-23T23:08:45.997Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVadsim..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40a6f179-ce30-437f-9d6c-13a6a8763400 VfModuleModelInvariantUUID:aa34e4da-52d5-4e82-9f58-7b631253ec59 VfModuleModelDescription:NULL Artifacts UUID List:{ 8295e059-09ab-4ffa-86d8-bc71b2c10106 , f7cffbba-9d19-45a4-af82-c6972d49f58d } 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 } 2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVadsim..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "aa34e4da-52d5-4e82-9f58-7b631253ec59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40a6f179-ce30-437f-9d6c-13a6a8763400", "vfModuleModelCustomizationUUID": "298becd6-6dd9-443e-8f06-8656618830a8", "isBase": true, "artifacts": [ "8295e059-09ab-4ffa-86d8-bc71b2c10106", "f7cffbba-9d19-45a4-af82-c6972d49f58d" ], "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": "" } } ] 2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVadsim..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40a6f179-ce30-437f-9d6c-13a6a8763400 VfModuleModelInvariantUUID:aa34e4da-52d5-4e82-9f58-7b631253ec59 VfModuleModelDescription:NULL Artifacts UUID List:{ 8295e059-09ab-4ffa-86d8-bc71b2c10106 , f7cffbba-9d19-45a4-af82-c6972d49f58d } 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 } 2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8295e059-09ab-4ffa-86d8-bc71b2c10106 from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-23T23:08:46.000Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 2021-04-23T23:08:46.617Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 8295e059-09ab-4ffa-86d8-bc71b2c10106 5033 2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:08:46.618Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:46.620Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:46.620Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219326618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:08:46.720Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:46.721Z||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. 2021-04-23T23:08:46.721Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:46.735Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:46.735Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7cffbba-9d19-45a4-af82-c6972d49f58d from URL: /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env 2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-04-23T23:08:47.621Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env 2021-04-23T23:08:47.853Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env f7cffbba-9d19-45a4-af82-c6972d49f58d 909 2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env 2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:08:47.854Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:47.856Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:47.856Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219327854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:08:47.956Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:47.957Z||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. 2021-04-23T23:08:47.957Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:47.973Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:47.973Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:48.857Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 707e1920-9b6e-489e-ae61-76ca9454fcda 2021-04-23T23:08:48.858Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vAdSiM 0 68b43a62-56ed-460c-8d94-7fd539bd0060 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:08:48.891Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 61c772aa-9c67-4d17-80df-e71dd5cfa1fd 2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd matches Tosca VF Customization UUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd 2021-04-23T23:08:48.892Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 61c772aa-9c67-4d17-80df-e71dd5cfa1fd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:08:48.914Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.914Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.915Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 61c772aa-9c67-4d17-80df-e71dd5cfa1fd: {\"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\"} 2021-04-23T23:08:48.915Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ce06c6c 2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:08:48.916Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 298becd6-6dd9-443e-8f06-8656618830a8 2021-04-23T23:08:48.917Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 298becd6-6dd9-443e-8f06-8656618830a8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:08:48.929Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.929Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:48.930Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:48.930Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:48.931Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is not matching search criteria 2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-23T23:08:48.932Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=649ab70c-4ab2-413d-8ade-f9781152df2b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:08:48.941Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vAdSiM 0 is matching search criteria 2021-04-23T23:08:48.942Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vAdSiM 0] matching following query criteria: sdcType=VF, customizationUUID=61c772aa-9c67-4d17-80df-e71dd5cfa1fd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 707e1920-9b6e-489e-ae61-76ca9454fcda: basic_onboard_vAdSiM 2021-04-23T23:08:48.944Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.945Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vAdSiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:08:48.946Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vAdSiM Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:08:49.123Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vAdSiM 68b43a62-56ed-460c-8d94-7fd539bd0060 1 ASDC deployResourceStructure 2021-04-23T23:08:49.124Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json ASDC sendASDCNotification 2021-04-23T23:08:49.124Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json 2021-04-23T23:08:49.125Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:08:49.125Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:49.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:49.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219329124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:08:49.227Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:49.229Z||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. 2021-04-23T23:08:49.229Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:49.245Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:49.246Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:08:50.127Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-23T23:08:50.128Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml 2021-04-23T23:08:50.128Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:08:50.129Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:50.131Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:50.131Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219330127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:08:50.232Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:50.232Z||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. 2021-04-23T23:08:50.232Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:50.250Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:50.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:51.132Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env 2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:08:51.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:51.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:51.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219331132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-23T23:08:51.236Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:08:51.237Z||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. 2021-04-23T23:08:51.237Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:51.251Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:51.252Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar ASDC sendASDCNotification 2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar 2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:08:52.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:08:52.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:08:52.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219332136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:08:52.240Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:08:52.241Z||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. 2021-04-23T23:08:52.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:08:52.257Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:08:52.257Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:08:53.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:08:53.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:08:53.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:09:23.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:09:23.171Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:09:23.173Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:09:23.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:09:23.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:09:24.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:09:24.107Z||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. 2021-04-23T23:09:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:09:24.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:09:24.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:09:24.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:09:24.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:09:53.174Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:09:53.182Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:09:53.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:09:53.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:09:53.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:10:23.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:10:23.192Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:10:23.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:10:24.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:10:24.107Z||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. 2021-04-23T23:10:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:10:24.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:10:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-23T23:10:24.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:10:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-23T23:10:53.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:10:53.202Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:10:53.204Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:11:23.205Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:11:23.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:11:23.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:11:24.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:11:24.107Z||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. 2021-04-23T23:11:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:11:24.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:11:24.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:11:24.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219301626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219305621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219304105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219320607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219320605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219321280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219321986, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219321984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219323755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219323748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219324756, "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=? 2021-04-23T23:11:24.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215 2021-04-23T23:11:24.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 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 (?, ?, ?, ?, ?) 2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219324971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219324980, "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=? 2021-04-23T23:11:24.164Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215 2021-04-23T23:11:24.164Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 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=? 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219325760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-k8s-id", "timestamp": 1619219325984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219326618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219320878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219327854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219329124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219329328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219330127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219331132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219332136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/artifacts/service-BasicOnboardVadsim-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219333623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219336622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:11:24.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:24.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219337628, "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=? 2021-04-23T23:11:24.178Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d265146-5390-4510-9103-658ac1858215 2021-04-23T23:11:24.178Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d265146-5390-4510-9103-658ac1858215 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=? 2021-04-23T23:11:24.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:11:24.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "multicloud-windriver-id", "timestamp": 1619219338631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVadsim/1.0/resourceInstances/basic_onboard_vadsim0/artifacts/basic_onboard_vadsim0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:11:24.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:11:53.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:11:53.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:11:53.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:12:23.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:12:23.235Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:12:23.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:12:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:12:24.107Z||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. 2021-04-23T23:12:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:12:24.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:12:24.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:12:24.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:12:24.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219365621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219360877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219361626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219368100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219375255, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219375563, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219375959, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219377373, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219370728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219378045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219378266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219378303, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219378379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "policy-id", "timestamp": 1619219379382, "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 (?, ?, ?, ?, ?) 2021-04-23T23:12:24.667Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.667Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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 (?, ?, ?, ?, ?) 2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219380142, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219380563, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219380761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219381146, "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=? 2021-04-23T23:12:24.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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=? 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "ves-openapi-manager", "timestamp": 1619219374624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:12:24.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219381568, "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=? 2021-04-23T23:12:24.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.713Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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=? 2021-04-23T23:12:24.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219381901, "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=? 2021-04-23T23:12:24.722Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.723Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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=? 2021-04-23T23:12:24.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219382149, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:12:24.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219375571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:12:24.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:12:24.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-windriver-id", "timestamp": 1619219382571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "multicloud-k8s-id", "timestamp": 1619219382905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219383645, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219390783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219391852, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:12:24.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "clamp", "timestamp": 1619219392856, "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=? 2021-04-23T23:12:24.736Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.736Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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 (?, ?, ?, ?, ?) 2021-04-23T23:12:24.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219404616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:12:24.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:12:24.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "aai-ml", "timestamp": 1619219405621, "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=? 2021-04-23T23:12:24.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ed68f1c3-216d-40ba-bde5-c3f66a80e580 2021-04-23T23:12:24.748Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed68f1c3-216d-40ba-bde5-c3f66a80e580 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 (?, ?, ?, ?, ?) 2021-04-23T23:12:53.237Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:12:53.245Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:12:53.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:13:23.247Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:13:23.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d265146-5390-4510-9103-658ac1858215 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:13:23.257Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:13:23.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:13:23.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:13:24.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:13:24.107Z||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. 2021-04-23T23:13:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:13:33.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:13:53.258Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-04-23T23:13:53.259Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d265146-5390-4510-9103-658ac1858215 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=? 2021-04-23T23:13:53.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d265146-5390-4510-9103-658ac1858215 and serviceModelVersionId: 707e1920-9b6e-489e-ae61-76ca9454fcda 2021-04-23T23:13:53.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c979e6d-584c-4fed-8d92-448f43116f80 2021-04-23T23:14:06.708Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0 2021-04-23T23:14:06.816Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:14:07.260Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?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]} 2021-04-23T23:14:07.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|INFO|500||Invoke 2021-04-23T23:14:07.354Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:14:07.423Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:14:07.425Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-23:14:07:365-39573], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:14:07 GMT], Content-Type=[application/json]} 2021-04-23T23:14:07.426Z|9d265146-5390-4510-9103-658ac1858215|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/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda","ERR.5.4.6114"]}}} 2021-04-23T23:14:07.448Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114) 2021-04-23T23:14:07.449Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (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) 2021-04-23T23:14:07.449Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114) 2021-04-23T23:14:07.450Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:14:07.453Z|9d265146-5390-4510-9103-658ac1858215|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) 2021-04-23T23:14:07.460Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d265146-5390-4510-9103-658ac1858215 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec=ERR.5.4.6114) 2021-04-23T23:14:07.460Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:14:07.461Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:07.462Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:07.463Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219647460, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:14:07.563Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:07.564Z||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. 2021-04-23T23:14:07.564Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:07.579Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:07.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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=? 2021-04-23T23:14:08.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:14:08.473Z||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. 2021-04-23T23:14:08.473Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:12.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:12.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:14:12.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed68f1c3-216d-40ba-bde5-c3f66a80e580","serviceName":"vFW 2021-04-23 23-07-23","serviceVersion":"1.0","serviceUUID":"6c06f8a7-b23d-4e0d-a76e-092730380f21","serviceDescription":"catalog service description","serviceInvariantUUID":"23d24769-e206-4c19-ba81-d719afe0716e","resources":[{"resourceInstanceName":"vFW 659fc7dc-f5a3 0","resourceName":"vFW 659fc7dc-f5a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7be8011d-ca5a-41d2-befa-018d3b60b8b7","resourceInvariantUUID":"fa9ace75-30de-4a34-8c75-f30871fb929f","resourceCustomizationUUID":"58523d11-0f2d-4dfb-bfeb-d37f10edc1fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml","artifactChecksum":"MDdkMmQwODA3MWU3ODdhZDBmNjM3MDJkMTkzNGY2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"480c7fab-e306-4c34-b2b2-a82e763af986","artifactVersion":"1"},{"artifactName":"vfw659fc7dcf5a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json","artifactChecksum":"Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1aa68c35-886a-484f-8567-eeb84fa569a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml","artifactChecksum":"MGViZGUyOTNiZDljNjRjZDQyMjg2YzM4ZGNjNTc3OTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4cc3a58-c110-4e97-a570-6a790be01149","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ade85ad7-da4c-42ab-88f4-e76803abd431","artifactVersion":"2","generatedFromUUID":"90d4c7ca-9a40-4df5-b662-ba1b9a5ef010"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423230723-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml","artifactChecksum":"NjcxMDFhMmM5ZjY5YWRlNThmZGUyOTgyOWJmNzE3ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cab0134-47a4-4876-8c7a-eae3a1ac75f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210423230723-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar","artifactChecksum":"ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d83c2bb-a283-4b98-8685-e1d13aa63aa7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:14:12.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:12.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:12.783Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:12.783Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:12.883Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:12.884Z||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. 2021-04-23T23:14:12.884Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:12.895Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:12.896Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:13.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:13.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:13.787Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:13.787Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:14:13.887Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:13.888Z||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. 2021-04-23T23:14:13.888Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:13.900Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:13.900Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:14.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:14.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:14.790Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:14.790Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:14:14.890Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:14.891Z||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. 2021-04-23T23:14:14.892Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:14.904Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:14.904Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:15.790Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:15.791Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:15.793Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:15.793Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:15.893Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:15.894Z||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. 2021-04-23T23:14:15.894Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:15.906Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:15.906Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:16.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:16.795Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:16.796Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:16.797Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:14:16.897Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:16.898Z||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. 2021-04-23T23:14:16.898Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:16.909Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:16.910Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:17.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:17.798Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:17.799Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:17.800Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:17.900Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:17.901Z||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. 2021-04-23T23:14:17.901Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:17.914Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:17.915Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:18.800Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:14:18.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:18.803Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:18.803Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:14:18.903Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:18.904Z||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. 2021-04-23T23:14:18.904Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:18.916Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:18.916Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:19.804Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "serviceName": "vFW 2021-04-23 23-07-23", "serviceVersion": "1.0", "serviceUUID": "6c06f8a7-b23d-4e0d-a76e-092730380f21", "serviceDescription": "catalog service description", "serviceInvariantUUID": "23d24769-e206-4c19-ba81-d719afe0716e", "resources": [ { "resourceInstanceName": "vFW 659fc7dc-f5a3 0", "resourceCustomizationUUID": "58523d11-0f2d-4dfb-bfeb-d37f10edc1fb", "resourceName": "vFW 659fc7dc-f5a3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7be8011d-ca5a-41d2-befa-018d3b60b8b7", "resourceInvariantUUID": "fa9ace75-30de-4a34-8c75-f30871fb929f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw659fc7dcf5a30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "artifactChecksum": "Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1aa68c35-886a-484f-8567-eeb84fa569a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ade85ad7-da4c-42ab-88f4-e76803abd431", "generatedFromUUID": "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ade85ad7-da4c-42ab-88f4-e76803abd431", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210423230723-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "artifactChecksum": "ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d83c2bb-a283-4b98-8685-e1d13aa63aa7" } ], "workloadContext": "Production" } 2021-04-23T23:14:19.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:14:19.805Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c06f8a7-b23d-4e0d-a76e-092730380f21 ASDC 2021-04-23T23:14:19.805Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ed68f1c3-216d-40ba-bde5-c3f66a80e580 ServiceName:vFW 2021-04-23 23-07-23 ServiceVersion:1.0 ServiceUUID:6c06f8a7-b23d-4e0d-a76e-092730380f21 ServiceInvariantUUID:23d24769-e206-4c19-ba81-d719afe0716e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210423230723-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar ArtifactUUID:8d83c2bb-a283-4b98-8685-e1d13aa63aa7 ArtifactChecksum:ODI3MjU0NTkyNGZkYzBmZDA2NjViYzVlMThmMzlkMjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 659fc7dc-f5a3 0 ResourceCustomizationUUID:58523d11-0f2d-4dfb-bfeb-d37f10edc1fb ResourceInvariantUUID:fa9ace75-30de-4a34-8c75-f30871fb929f ResourceName:vFW 659fc7dc-f5a3 ResourceType:VF ResourceUUID:7be8011d-ca5a-41d2-befa-018d3b60b8b7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw659fc7dcf5a30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json ArtifactUUID:1aa68c35-886a-484f-8567-eeb84fa569a8 ArtifactChecksum:Y2VjZmNhZTFmOWI1NjEzZTMxOWQ1YTEzNWJiNmE1NDE= 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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml ArtifactUUID:90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ArtifactUUID:ade85ad7-da4c-42ab-88f4-e76803abd431 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/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ArtifactUUID:ade85ad7-da4c-42ab-88f4-e76803abd431 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:14:19.805Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c06f8a7-b23d-4e0d-a76e-092730380f21 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=? 2021-04-23T23:14:19.837Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d83c2bb-a283-4b98-8685-e1d13aa63aa7 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:19.838Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:14:19.839Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:20.200Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 8d83c2bb-a283-4b98-8685-e1d13aa63aa7 110266 2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar ASDC sendASDCNotification 2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:20.205Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:14:20.206Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:20.207Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:20.207Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219660205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:20.307Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:20.308Z||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. 2021-04-23T23:14:20.308Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:20.320Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:20.321Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:21.208Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8d83c2bb-a283-4b98-8685-e1d13aa63aa7, URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar to file: /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:21.209Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423230723-csar.csar 2021-04-23T23:14:21.210Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:21.210Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:21.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15016999519101147118/Definitions/service-Vfw20210423230723-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 2021-04-23T23:14:23.534Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 659fc7dc-f5a3 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-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 659fc7dc-f5a3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.537Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.538Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.539Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.540Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.542Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:23.543Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:23.544Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:14:23.545Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:23.546Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:14:23.547Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:23.548Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:14:23.549Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01c5507-b7b8-4e65-a524-4dea68219aeb 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.550Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:23.551Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-23 23-07-23 Description:catalog service description Model UUID:6c06f8a7-b23d-4e0d-a76e-092730380f21 Model Version:NULL Model InvariantUuid:23d24769-e206-4c19-ba81-d719afe0716e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 659fc7dc-f5a3 Model UUID:084894a6-6001-4a2d-b2f6-0c611358a774 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:fa9ace75-30de-4a34-8c75-f30871fb929f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:58523d11-0f2d-4dfb-bfeb-d37f10edc1fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d8e4fce5-7eda-4927-a98e-417abe2a0704 ModelName:Vfw659fc7dcF5a3..base_vfw..module-0 ModelUuid:fe7bf33c-5b43-41ae-a794-e933ce553872 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e ModelInvariantUuid:22fcf4ee-a00f-454c-a483-7481cc96bd35 ModelName:vFW 659fc7dc-f5a3-nodes.vfwCvfc ModelUuid:dae351c4-ab70-41f5-a556-eb5c7083556f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3d860bcd-9a5a-4f87-a7c7-44e90c108731 ModelInvariantUuid:b65f82f1-26f2-44d5-be80-b5e1eb0a04e6 ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vfw ModelUuid:3264b51c-30cd-4106-9329-2f2e51eaba5a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3 ModelInvariantUuid:a1b93fc0-6876-4702-a81a-0d0176ff8002 ModelName:vFW 659fc7dc-f5a3-nodes.vsnCvfc ModelUuid:1d8187b0-60f6-4814-9f72-df44bfe3e325 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fde876a5-ccb0-4142-baff-a0a6b8879335 ModelInvariantUuid:d580c295-fd3a-472a-a09c-640c3203ee6a ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vsn ModelUuid:f3031325-34af-4d4a-bb0a-701bab12e497 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e01c5507-b7b8-4e65-a524-4dea68219aeb ModelInvariantUuid:5e29bc4d-f083-4153-86fb-827f0a6d6cb7 ModelName:vFW 659fc7dc-f5a3-nodes.vpgCvfc ModelUuid:4702c614-a9db-4863-ae30-54be48b66c87 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:25c06845-b307-4f84-afcd-3a78496f736a ModelInvariantUuid:cd4bbce4-9704-476d-8405-ace2bb19e1dc ModelName:Vfw659fc7dcF5a3.compute.nodes.heat.vpg ModelUuid:bbb1d8b8-3b49-4065-aea1-85232e646359 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:14:23.556Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7be8011d-ca5a-41d2-befa-018d3b60b8b7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||vFW 659fc7dc-f5a3 0 2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7be8011d-ca5a-41d2-befa-018d3b60b8b7 2021-04-23T23:14:23.558Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1aa68c35-886a-484f-8567-eeb84fa569a8 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 2021-04-23T23:14:23.559Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:14:23.559Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 2021-04-23T23:14:23.755Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 1aa68c35-886a-484f-8567-eeb84fa569a8 785 2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json ASDC sendASDCNotification 2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 2021-04-23T23:14:23.756Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:14:23.757Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:23.758Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:23.758Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219663756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:23.858Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:23.859Z||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. 2021-04-23T23:14:23.860Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:23.873Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:23.874Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:14:24.107Z||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. 2021-04-23T23:14:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:24.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:24.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d265146-5390-4510-9103-658ac1858215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219647460, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9d265146-5390-4510-9103-658ac1858215 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c979e6d-584c-4fed-8d92-448f43116f80/model-vers/model-ver/707e1920-9b6e-489e-ae61-76ca9454fcda) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "NOTIFIED" } 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219648472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219660205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219663756, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:24.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:14:24.763Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw659fc7dcF5a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d8e4fce5-7eda-4927-a98e-417abe2a0704", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe7bf33c-5b43-41ae-a794-e933ce553872", "vfModuleModelCustomizationUUID": "026f92eb-55fe-4fac-8f64-3bc79bf09544", "isBase": true, "artifacts": [ "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010", "ade85ad7-da4c-42ab-88f4-e76803abd431" ], "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": "" } } ] 2021-04-23T23:14:24.767Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw659fc7dcF5a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe7bf33c-5b43-41ae-a794-e933ce553872 VfModuleModelInvariantUUID:d8e4fce5-7eda-4927-a98e-417abe2a0704 VfModuleModelDescription:NULL Artifacts UUID List:{ 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 , ade85ad7-da4c-42ab-88f4-e76803abd431 } 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 } 2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw659fc7dcF5a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "d8e4fce5-7eda-4927-a98e-417abe2a0704", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe7bf33c-5b43-41ae-a794-e933ce553872", "vfModuleModelCustomizationUUID": "026f92eb-55fe-4fac-8f64-3bc79bf09544", "isBase": true, "artifacts": [ "90d4c7ca-9a40-4df5-b662-ba1b9a5ef010", "ade85ad7-da4c-42ab-88f4-e76803abd431" ], "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": "" } } ] 2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw659fc7dcF5a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe7bf33c-5b43-41ae-a794-e933ce553872 VfModuleModelInvariantUUID:d8e4fce5-7eda-4927-a98e-417abe2a0704 VfModuleModelDescription:NULL Artifacts UUID List:{ 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 , ade85ad7-da4c-42ab-88f4-e76803abd431 } 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 } 2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:14:24.769Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 2021-04-23T23:14:24.983Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 90d4c7ca-9a40-4df5-b662-ba1b9a5ef010 20368 2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:14:24.984Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:24.986Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:24.986Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219664984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:25.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:14:25.088Z||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. 2021-04-23T23:14:25.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:25.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:25.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:14:25.987Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ade85ad7-da4c-42ab-88f4-e76803abd431 from URL: /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env 2021-04-23T23:14:25.988Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:14:25.988Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env 2021-04-23T23:14:26.211Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ade85ad7-da4c-42ab-88f4-e76803abd431 2098 2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:14:26.212Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env 2021-04-23T23:14:26.213Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:14:26.213Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:26.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:26.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219666212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:14:26.315Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:26.316Z||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. 2021-04-23T23:14:26.316Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:26.327Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:26.328Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:27.215Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6c06f8a7-b23d-4e0d-a76e-092730380f21 2021-04-23T23:14:27.216Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 659fc7dc-f5a3 0 7be8011d-ca5a-41d2-befa-018d3b60b8b7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:14:27.236Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb 2021-04-23T23:14:27.237Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb matches Tosca VF Customization UUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb 2021-04-23T23:14:27.237Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:14:27.239Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.239Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.240Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 58523d11-0f2d-4dfb-bfeb-d37f10edc1fb: {\"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\"} 2021-04-23T23:14:27.240Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f2156dc 2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 026f92eb-55fe-4fac-8f64-3bc79bf09544 2021-04-23T23:14:27.241Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 026f92eb-55fe-4fac-8f64-3bc79bf09544 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:14:27.243Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.244Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:27.245Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:14:27.246Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:14:27.247Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.248Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cf956c4c-a8ab-4d6d-a4d1-f90f8b39bb4e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.250Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:14:27.251Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:14:27.252Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.253Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35bb0c09-b1cb-47bb-b3ca-c4e35a8409e3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.255Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:27.257Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is not matching search criteria 2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:14:27.258Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:14:27.259Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:14:27.260Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:14:27.260Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01c5507-b7b8-4e65-a524-4dea68219aeb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.262Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Node template vFW 659fc7dc-f5a3 0 is matching search criteria 2021-04-23T23:14:27.263Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 659fc7dc-f5a3 0] matching following query criteria: sdcType=VF, customizationUUID=58523d11-0f2d-4dfb-bfeb-d37f10edc1fb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:14:27.264Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.264Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6c06f8a7-b23d-4e0d-a76e-092730380f21: vFW 659fc7dc-f5a3 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.265Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-07-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:14:27.266Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-23 23-07-23 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:14:27.397Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 659fc7dc-f5a3 7be8011d-ca5a-41d2-befa-018d3b60b8b7 1 ASDC deployResourceStructure 2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json ASDC sendASDCNotification 2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json 2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:14:27.398Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:27.400Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:27.400Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219667398, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:14:27.500Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:27.501Z||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. 2021-04-23T23:14:27.501Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:27.512Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:27.513Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:28.402Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml 2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:14:28.403Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:28.405Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:28.405Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219668402, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:14:28.505Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:28.506Z||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. 2021-04-23T23:14:28.506Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:28.518Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:28.519Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env 2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:14:29.406Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:29.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:29.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219669405, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:14:29.508Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:29.509Z||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. 2021-04-23T23:14:29.509Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:29.520Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:29.520Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:14:30.408Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar ASDC sendASDCNotification 2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar 2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:14:30.409Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:14:30.410Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:14:30.411Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219670408, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:14:30.511Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:14:30.512Z||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. 2021-04-23T23:14:30.512Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:14:30.529Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:14:30.530Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:14:31.412Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:14:31.420Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:14:31.424Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:14:31.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:15:01.425Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:15:01.433Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:15:01.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:15:24.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:15:24.108Z||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. 2021-04-23T23:15:24.109Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:15:24.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:15:24.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:15:24.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219664984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:15:24.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:15:31.435Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:15:31.451Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:15:31.453Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:15:31.454Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:16:01.455Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:16:01.462Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:16:01.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:16:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:16:24.107Z||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. 2021-04-23T23:16:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:16:24.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:16:24.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:16:24.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219666212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219667398, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/vfw659fc7dcf5a30_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:16:24.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219668402, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219669405, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/resourceInstances/vfw659fc7dcf5a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219670408, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423230723/1.0/artifacts/service-Vfw20210423230723-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:16:24.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:16:31.465Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:16:31.473Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:16:31.475Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:17:01.476Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:17:01.484Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:17:01.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:17:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:17:24.107Z||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. 2021-04-23T23:17:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:17:31.486Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:17:31.494Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:17:31.496Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:17:33.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:18:01.497Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:18:01.505Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:18:01.508Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:18:01.509Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:18:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:18:24.107Z||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. 2021-04-23T23:18:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:18:25.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:18:25.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:18:25.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:18:25.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:18:31.509Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:18:31.517Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:18:31.519Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:19:01.520Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:19:01.527Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:19:01.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:19:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:19:24.107Z||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. 2021-04-23T23:19:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:24.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:19:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:19:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:19:31.529Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-04-23T23:19:31.530Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 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=? 2021-04-23T23:19:31.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed68f1c3-216d-40ba-bde5-c3f66a80e580 and serviceModelVersionId: 6c06f8a7-b23d-4e0d-a76e-092730380f21 2021-04-23T23:19:31.535Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23d24769-e206-4c19-ba81-d719afe0716e 2021-04-23T23:19:31.536Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0 2021-04-23T23:19:31.541Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:19:31.581Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|INFO|500||Invoke 2021-04-23T23:19:31.582Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[643c083d-50fe-495f-a2b7-5af844cff1ab], X-ECOMP-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], X-TransactionId=[], X-ONAP-RequestID=[ed68f1c3-216d-40ba-bde5-c3f66a80e580], Content-Type=[application/merge-patch+json]} 2021-04-23T23:19:31.601Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:19:31.765Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-23:19:31:611-14041], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:19:31 GMT], Content-Type=[application/json]} 2021-04-23T23:19:31.766Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?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/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21","ERR.5.4.6114"]}}} 2021-04-23T23:19:31.767Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114) 2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (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) 2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114) 2021-04-23T23:19:31.770Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed68f1c3-216d-40ba-bde5-c3f66a80e580 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ed68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec=ERR.5.4.6114) 2021-04-23T23:19:31.774Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:19:31.775Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:31.776Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:31.776Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219971774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ded68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:19:31.876Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:31.877Z||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. 2021-04-23T23:19:31.877Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:31.889Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:31.889Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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=? 2021-04-23T23:19:32.785Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:19:32.786Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|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. 2021-04-23T23:19:32.786Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:37.082Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:37.083Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:19:37.083Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"81340e18-0476-4249-8dd1-f41ed073ead5","serviceName":"vFW 2021-04-23 23-16-44","serviceVersion":"1.0","serviceUUID":"ab8c000a-28ba-4410-baed-d29ae0bdb9fc","serviceDescription":"catalog service description","serviceInvariantUUID":"30013485-f5bb-4e8f-99ce-e239dc692285","resources":[{"resourceInstanceName":"vFW fef770ec-2918 0","resourceName":"vFW fef770ec-2918","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac84e2e1-91ef-478d-952c-30e3ca7e5fff","resourceInvariantUUID":"0b05c785-b989-4d34-9576-c60c9bf8b28e","resourceCustomizationUUID":"aa605332-9d95-4b3a-9fc4-e8ffa39d7557","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml","artifactChecksum":"ZTg5YjMzM2EyZTRlOWRhNmU3OTEzMzRkNGU1N2VjY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"319843c1-d606-4769-ac6d-7654bce69bd2","artifactVersion":"1"},{"artifactName":"vfwfef770ec29180_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json","artifactChecksum":"ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38287add-1d75-41d9-856e-bde858592d3e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbf85a47-4399-4b4c-9424-ea884445592d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc3MjAxMmVmZjM5ZTNiN2E0MmU0MDU0NWNlZjBhYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7ddb975-5b2e-41c2-966e-d48758a783ef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de58f632-de98-4108-bfac-b5dbb03af715","artifactVersion":"2","generatedFromUUID":"bbf85a47-4399-4b4c-9424-ea884445592d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423231644-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml","artifactChecksum":"ZmZiNWE1MzRlNGFkNmY5ZWUyMzMzY2U1MjEzYWExZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfb2794a-b799-4f1a-9432-0f6c96dca38f","artifactVersion":"1"},{"artifactName":"service-Vfw20210423231644-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar","artifactChecksum":"MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a38b4bbd-ad10-44c8-aaa9-ff2494656dde","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:19:37.084Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:37.084Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:37.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:37.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:19:37.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:37.187Z||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. 2021-04-23T23:19:37.187Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:37.199Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:37.200Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:38.086Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:38.087Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:38.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:38.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:19:38.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:38.190Z||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. 2021-04-23T23:19:38.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:38.204Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:38.205Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:39.089Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:39.090Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:39.091Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:39.091Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:19:39.194Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-04-23T23:19:39.194Z||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. 2021-04-23T23:19:39.195Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:39.207Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:39.208Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:40.092Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:40.092Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:40.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:40.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:19:40.194Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:40.195Z||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. 2021-04-23T23:19:40.195Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:40.209Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:40.209Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:19:41.094Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:41.095Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:41.096Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:41.096Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:19:41.197Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:41.197Z||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. 2021-04-23T23:19:41.197Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:41.213Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:41.214Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:19:42.097Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:42.097Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:42.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:42.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:19:42.199Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:42.200Z||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. 2021-04-23T23:19:42.200Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:42.212Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:42.213Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:43.099Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:19:43.100Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:43.102Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:43.102Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:19:43.202Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:43.203Z||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. 2021-04-23T23:19:43.203Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:43.217Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:43.218Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "serviceName": "vFW 2021-04-23 23-16-44", "serviceVersion": "1.0", "serviceUUID": "ab8c000a-28ba-4410-baed-d29ae0bdb9fc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "30013485-f5bb-4e8f-99ce-e239dc692285", "resources": [ { "resourceInstanceName": "vFW fef770ec-2918 0", "resourceCustomizationUUID": "aa605332-9d95-4b3a-9fc4-e8ffa39d7557", "resourceName": "vFW fef770ec-2918", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ac84e2e1-91ef-478d-952c-30e3ca7e5fff", "resourceInvariantUUID": "0b05c785-b989-4d34-9576-c60c9bf8b28e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfef770ec29180_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "artifactChecksum": "ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38287add-1d75-41d9-856e-bde858592d3e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bbf85a47-4399-4b4c-9424-ea884445592d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de58f632-de98-4108-bfac-b5dbb03af715", "generatedFromUUID": "bbf85a47-4399-4b4c-9424-ea884445592d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de58f632-de98-4108-bfac-b5dbb03af715", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210423231644-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "artifactChecksum": "MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a38b4bbd-ad10-44c8-aaa9-ff2494656dde" } ], "workloadContext": "Production" } 2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:19:44.103Z|ed68f1c3-216d-40ba-bde5-c3f66a80e580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab8c000a-28ba-4410-baed-d29ae0bdb9fc ASDC 2021-04-23T23:19:44.104Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:81340e18-0476-4249-8dd1-f41ed073ead5 ServiceName:vFW 2021-04-23 23-16-44 ServiceVersion:1.0 ServiceUUID:ab8c000a-28ba-4410-baed-d29ae0bdb9fc ServiceInvariantUUID:30013485-f5bb-4e8f-99ce-e239dc692285 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210423231644-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar ArtifactUUID:a38b4bbd-ad10-44c8-aaa9-ff2494656dde ArtifactChecksum:MzFhNzJmYWVlZjhiZDE0MzUzM2ZhMDk5YzlmZDhlZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fef770ec-2918 0 ResourceCustomizationUUID:aa605332-9d95-4b3a-9fc4-e8ffa39d7557 ResourceInvariantUUID:0b05c785-b989-4d34-9576-c60c9bf8b28e ResourceName:vFW fef770ec-2918 ResourceType:VF ResourceUUID:ac84e2e1-91ef-478d-952c-30e3ca7e5fff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfef770ec29180_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json ArtifactUUID:38287add-1d75-41d9-856e-bde858592d3e ArtifactChecksum:ZmEzODUzMWI1YTI2M2YzMDVkZGNmMWQ4NWZkNGM5ODk= 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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml ArtifactUUID:bbf85a47-4399-4b4c-9424-ea884445592d 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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env ArtifactUUID:de58f632-de98-4108-bfac-b5dbb03af715 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/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env ArtifactUUID:de58f632-de98-4108-bfac-b5dbb03af715 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:19:44.104Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab8c000a-28ba-4410-baed-d29ae0bdb9fc 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 (?, ?, ?, ?, ?) 2021-04-23T23:19:44.125Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a38b4bbd-ad10-44c8-aaa9-ff2494656dde from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:19:44.126Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:44.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar a38b4bbd-ad10-44c8-aaa9-ff2494656dde 110100 2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar ASDC sendASDCNotification 2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:19:44.339Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:44.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:44.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219984339, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:19:44.441Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:44.442Z||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. 2021-04-23T23:19:44.442Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:44.454Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:44.454Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:45.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:19:45.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a38b4bbd-ad10-44c8-aaa9-ff2494656dde, URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar to file: /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423231644-csar.csar 2021-04-23T23:19:45.343Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:45.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:45.724Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14909271509393540202/Definitions/service-Vfw20210423231644-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_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 2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.459Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fef770ec-2918 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-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.460Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fef770ec-2918 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:19:47.461Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.462Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.463Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.464Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.465Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:47.466Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8db81d1-ee26-41c7-9dc1-5bf53a222a32 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dc81b2c-ece0-4919-bc49-ce879b5eb82a 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:47.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:19:47.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b9a30a67-fac1-4113-8623-0084c596c656 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:47.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-23 23-16-44 Description:catalog service description Model UUID:ab8c000a-28ba-4410-baed-d29ae0bdb9fc Model Version:NULL Model InvariantUuid:30013485-f5bb-4e8f-99ce-e239dc692285 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fef770ec-2918 Model UUID:5a691702-6828-488e-b32e-23cc566c8787 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0b05c785-b989-4d34-9576-c60c9bf8b28e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aa605332-9d95-4b3a-9fc4-e8ffa39d7557 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:705f3b11-4153-4e8f-83ec-3e41f1eafa34 ModelName:VfwFef770ec2918..base_vfw..module-0 ModelUuid:ada1889d-f05c-409c-b148-3e00839efbc4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d8db81d1-ee26-41c7-9dc1-5bf53a222a32 ModelInvariantUuid:72cceedb-6dd3-4be7-9f33-cb2bd7299660 ModelName:vFW fef770ec-2918-nodes.vfwCvfc ModelUuid:2928f2da-e5d0-4114-af59-f14194b70c00 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:376eb79b-337d-4e28-aafd-122aba5cac23 ModelInvariantUuid:9899c50f-3924-4443-b935-3790b8d4b533 ModelName:VfwFef770ec2918.compute.nodes.heat.vfw ModelUuid:519a5351-cf46-4189-a60d-fe5e018cb266 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5dc81b2c-ece0-4919-bc49-ce879b5eb82a ModelInvariantUuid:7d4108ba-a8fb-4850-a252-a94dd2262b3a ModelName:vFW fef770ec-2918-nodes.vsnCvfc ModelUuid:7623222f-c82f-43ed-a0ba-780f9bb3a276 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:60d73077-399e-490a-a1dd-32d84070aad9 ModelInvariantUuid:8a2c47d2-85e1-4e4d-b520-8ad704f46ae7 ModelName:VfwFef770ec2918.compute.nodes.heat.vsn ModelUuid:182e40c2-4812-4ab8-a29b-33711266bfef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b9a30a67-fac1-4113-8623-0084c596c656 ModelInvariantUuid:7492c50b-c1b9-46fe-a64f-971df20bf7fe ModelName:vFW fef770ec-2918-nodes.vpgCvfc ModelUuid:7e4fba04-73b6-469f-b564-af5b71495e56 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7c9bb953-95b0-4171-9ed9-16b3d8000f78 ModelInvariantUuid:5fdc6661-8faa-4617-9f48-d4a689e0598c ModelName:VfwFef770ec2918.compute.nodes.heat.vpg ModelUuid:0a7c2904-debb-4647-acff-da80027141da 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:19:47.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac84e2e1-91ef-478d-952c-30e3ca7e5fff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||vFW fef770ec-2918 0 2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac84e2e1-91ef-478d-952c-30e3ca7e5fff 2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38287add-1d75-41d9-856e-bde858592d3e from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 2021-04-23T23:19:47.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:19:47.480Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 2021-04-23T23:19:47.750Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 38287add-1d75-41d9-856e-bde858592d3e 785 2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json ASDC sendASDCNotification 2021-04-23T23:19:47.751Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 2021-04-23T23:19:47.752Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:19:47.752Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:47.754Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:47.754Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219987751, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:19:47.854Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-23T23:19:47.855Z||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. 2021-04-23T23:19:47.855Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:47.868Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:47.868Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:48.755Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFef770ec2918..base_vfw..module-0", "vfModuleModelInvariantUUID": "705f3b11-4153-4e8f-83ec-3e41f1eafa34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ada1889d-f05c-409c-b148-3e00839efbc4", "vfModuleModelCustomizationUUID": "daf2363c-0d70-4a87-ba2e-71654d0e41ee", "isBase": true, "artifacts": [ "bbf85a47-4399-4b4c-9424-ea884445592d", "de58f632-de98-4108-bfac-b5dbb03af715" ], "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": "" } } ] 2021-04-23T23:19:48.758Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFef770ec2918..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ada1889d-f05c-409c-b148-3e00839efbc4 VfModuleModelInvariantUUID:705f3b11-4153-4e8f-83ec-3e41f1eafa34 VfModuleModelDescription:NULL Artifacts UUID List:{ bbf85a47-4399-4b4c-9424-ea884445592d , de58f632-de98-4108-bfac-b5dbb03af715 } 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 } 2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFef770ec2918..base_vfw..module-0", "vfModuleModelInvariantUUID": "705f3b11-4153-4e8f-83ec-3e41f1eafa34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ada1889d-f05c-409c-b148-3e00839efbc4", "vfModuleModelCustomizationUUID": "daf2363c-0d70-4a87-ba2e-71654d0e41ee", "isBase": true, "artifacts": [ "bbf85a47-4399-4b4c-9424-ea884445592d", "de58f632-de98-4108-bfac-b5dbb03af715" ], "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": "" } } ] 2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFef770ec2918..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ada1889d-f05c-409c-b148-3e00839efbc4 VfModuleModelInvariantUUID:705f3b11-4153-4e8f-83ec-3e41f1eafa34 VfModuleModelDescription:NULL Artifacts UUID List:{ bbf85a47-4399-4b4c-9424-ea884445592d , de58f632-de98-4108-bfac-b5dbb03af715 } 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 } 2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bbf85a47-4399-4b4c-9424-ea884445592d from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml 2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:19:48.760Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml 2021-04-23T23:19:49.703Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:19:49.703Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml bbf85a47-4399-4b4c-9424-ea884445592d 20368 2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml 2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:19:49.704Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:49.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:49.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219989704, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:19:49.806Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:49.807Z||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. 2021-04-23T23:19:49.807Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:49.819Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:49.819Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:50.706Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de58f632-de98-4108-bfac-b5dbb03af715 from URL: /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env 2021-04-23T23:19:50.707Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:19:50.707Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env de58f632-de98-4108-bfac-b5dbb03af715 2098 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:19:54.309Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:54.311Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:54.311Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219994309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:19:54.411Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:54.412Z||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. 2021-04-23T23:19:54.412Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:54.425Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:54.425Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:55.312Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ab8c000a-28ba-4410-baed-d29ae0bdb9fc 2021-04-23T23:19:55.312Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fef770ec-2918 0 ac84e2e1-91ef-478d-952c-30e3ca7e5fff ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:19:55.325Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa605332-9d95-4b3a-9fc4-e8ffa39d7557 2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557 matches Tosca VF Customization UUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557 2021-04-23T23:19:55.326Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa605332-9d95-4b3a-9fc4-e8ffa39d7557 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:19:55.328Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.328Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa605332-9d95-4b3a-9fc4-e8ffa39d7557: {\"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\"} 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36cddca0 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : daf2363c-0d70-4a87-ba2e-71654d0e41ee 2021-04-23T23:19:55.329Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID daf2363c-0d70-4a87-ba2e-71654d0e41ee Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.331Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:55.332Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.333Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:19:55.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.334Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8db81d1-ee26-41c7-9dc1-5bf53a222a32 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:19:55.335Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.335Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.336Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.337Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5dc81b2c-ece0-4919-bc49-ce879b5eb82a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is not matching search criteria 2021-04-23T23:19:55.340Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:19:55.341Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:19:55.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:19:55.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:19:55.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:19:55.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:19:55.342Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b9a30a67-fac1-4113-8623-0084c596c656 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Node template vFW fef770ec-2918 0 is matching search criteria 2021-04-23T23:19:55.344Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fef770ec-2918 0] matching following query criteria: sdcType=VF, customizationUUID=aa605332-9d95-4b3a-9fc4-e8ffa39d7557 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:19:55.345Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ab8c000a-28ba-4410-baed-d29ae0bdb9fc: vFW fef770ec-2918 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.346Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.347Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.347Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.347Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.347Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:19:55.348Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-16-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:19:55.348Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-23 23-16-44 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:19:55.467Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fef770ec-2918 ac84e2e1-91ef-478d-952c-30e3ca7e5fff 1 ASDC deployResourceStructure 2021-04-23T23:19:55.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json ASDC sendASDCNotification 2021-04-23T23:19:55.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json 2021-04-23T23:19:55.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:19:55.468Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:55.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:55.469Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219995468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:19:55.570Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:55.570Z||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. 2021-04-23T23:19:55.571Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:55.580Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:55.580Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:56.470Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:19:56.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml 2021-04-23T23:19:56.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:19:56.471Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:56.472Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:56.472Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219996470, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:19:56.572Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:56.573Z||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. 2021-04-23T23:19:56.573Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:56.583Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:56.584Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:57.473Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:19:57.474Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env 2021-04-23T23:19:57.474Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:19:57.474Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:57.476Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:57.476Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219997473, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:19:57.576Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:57.577Z||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. 2021-04-23T23:19:57.577Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:57.592Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:57.593Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:19:58.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar ASDC sendASDCNotification 2021-04-23T23:19:58.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar 2021-04-23T23:19:58.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:19:58.477Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:19:58.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:19:58.479Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219998476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:19:58.579Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:19:58.580Z||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. 2021-04-23T23:19:58.580Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:19:58.590Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:19:58.590Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:19:59.480Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81340e18-0476-4249-8dd1-f41ed073ead5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:19:59.489Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81340e18-0476-4249-8dd1-f41ed073ead5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:19:59.491Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:19:59.491Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:19:59.491Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:20:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:20:24.107Z||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. 2021-04-23T23:20:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:20:24.134Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:20:24.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:20:24.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:20:24.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219901626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219900878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219905620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219914108, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219914317, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219908101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219915007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219908368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219910728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219917460, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219917671, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219917794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219917805, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219918124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219918674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "cds", "timestamp": 1619219919141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-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=? 2021-04-23T23:20:24.156Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.156Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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 (?, ?, ?, ?, ?) 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219919460, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "policy-id", "timestamp": 1619219919676, "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=? 2021-04-23T23:20:24.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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 (?, ?, ?, ?, ?) 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219919965, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219920097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "dcae-sch", "timestamp": 1619219913667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219920475, "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=? 2021-04-23T23:20:24.176Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.176Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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=? 2021-04-23T23:20:24.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219920970, "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=? 2021-04-23T23:20:24.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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=? 2021-04-23T23:20:24.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219921101, "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=? 2021-04-23T23:20:24.192Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.193Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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=? 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "ves-openapi-manager", "timestamp": 1619219914624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-k8s-id", "timestamp": 1619219921478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-windriver-id", "timestamp": 1619219921973, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219922105, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219915571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219923582, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:20:24.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219925730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219919422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219926752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219927410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "clamp", "timestamp": 1619219927756, "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=? 2021-04-23T23:20:24.207Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.207Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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 (?, ?, ?, ?, ?) 2021-04-23T23:20:24.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219930478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:20:24.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "aai-ml", "timestamp": 1619219931481, "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=? 2021-04-23T23:20:24.217Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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 (?, ?, ?, ?, ?) 2021-04-23T23:20:24.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219932067, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:20:24.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:20:24.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:20:24.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219933072, "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=? 2021-04-23T23:20:24.227Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81340e18-0476-4249-8dd1-f41ed073ead5 2021-04-23T23:20:24.227Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81340e18-0476-4249-8dd1-f41ed073ead5 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 (?, ?, ?, ?, ?) 2021-04-23T23:20:29.492Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81340e18-0476-4249-8dd1-f41ed073ead5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:20:29.500Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81340e18-0476-4249-8dd1-f41ed073ead5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:20:29.502Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||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=? 2021-04-23T23:20:29.506Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:20:59.506Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81340e18-0476-4249-8dd1-f41ed073ead5 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=? 2021-04-23T23:20:59.511Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81340e18-0476-4249-8dd1-f41ed073ead5 and serviceModelVersionId: ab8c000a-28ba-4410-baed-d29ae0bdb9fc 2021-04-23T23:20:59.511Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30013485-f5bb-4e8f-99ce-e239dc692285 2021-04-23T23:20:59.511Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0 2021-04-23T23:20:59.515Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:20:59.550Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0|INFO|500||Invoke 2021-04-23T23:20:59.551Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81340e18-0476-4249-8dd1-f41ed073ead5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[686a464d-6e09-40eb-a214-48779569193c], X-ECOMP-RequestID=[81340e18-0476-4249-8dd1-f41ed073ead5], X-TransactionId=[], X-ONAP-RequestID=[81340e18-0476-4249-8dd1-f41ed073ead5], Content-Type=[application/merge-patch+json]} 2021-04-23T23:20:59.566Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:20:59.609Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-23:20:59:575-21152], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:20:59 GMT], Content-Type=[application/json]} 2021-04-23T23:20:59.610Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?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/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc","ERR.5.4.6114"]}}} 2021-04-23T23:20:59.610Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:20:59.615Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec=ERR.5.4.6114) 2021-04-23T23:20:59.616Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (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) 2021-04-23T23:20:59.616Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec=ERR.5.4.6114) 2021-04-23T23:20:59.616Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:20:59.620Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:20:59.620Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81340e18-0476-4249-8dd1-f41ed073ead5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec=ERR.5.4.6114) 2021-04-23T23:20:59.620Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:20:59.621Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:20:59.622Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:20:59.622Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220059620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:20:59.723Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:20:59.723Z||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. 2021-04-23T23:20:59.723Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:20:59.739Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:20:59.739Z||pool-50-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=? 2021-04-23T23:21:00.631Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:21:00.632Z|81340e18-0476-4249-8dd1-f41ed073ead5|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. 2021-04-23T23:21:00.632Z|81340e18-0476-4249-8dd1-f41ed073ead5|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:01.263Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:01.263Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:21:01.264Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ef520cb-c270-47d6-bd72-a37caf694a1a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1","serviceDescription":"service","serviceInvariantUUID":"cc51dd72-5b49-4df7-82e0-113154c50656","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5048ee49-bc48-4326-9aaa-bb393903977c","resourceInvariantUUID":"42778f04-282c-4579-8720-3e24b2616337","resourceCustomizationUUID":"9cbbf561-b7d2-4e51-916b-67ad3be876f9","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":"NDVlMDA5NDAxNDNiZDA4ZGE1NjM0NTNhYmMxZTgwNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ae846c9-e71f-4488-8b4d-f28e833747b1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjFmYmQzN2M0MDgyNTg2NzkyOGY4MDY4MDIyZTc5OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44fc85b2-f801-424f-b4a7-29ba3f2fa7da","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:21:01.266Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:21:01.266Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:21:01.268Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:21:01.268Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220060631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:01.368Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:21:01.369Z||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. 2021-04-23T23:21:01.369Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:01.379Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:01.379Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:21:02.269Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:21:02.270Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:21:02.271Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:21:02.272Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220060631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:02.372Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:21:02.373Z||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. 2021-04-23T23:21:02.373Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:02.383Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:02.383Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:21:03.273Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1", "serviceDescription": "service", "serviceInvariantUUID": "cc51dd72-5b49-4df7-82e0-113154c50656", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9cbbf561-b7d2-4e51-916b-67ad3be876f9", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5048ee49-bc48-4326-9aaa-bb393903977c", "resourceInvariantUUID": "42778f04-282c-4579-8720-3e24b2616337", "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": "ZjFmYmQzN2M0MDgyNTg2NzkyOGY4MDY4MDIyZTc5OWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44fc85b2-f801-424f-b4a7-29ba3f2fa7da" } ], "workloadContext": "Production" } 2021-04-23T23:21:03.273Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:21:03.273Z|81340e18-0476-4249-8dd1-f41ed073ead5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 ASDC 2021-04-23T23:21:03.273Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4ef520cb-c270-47d6-bd72-a37caf694a1a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 ServiceInvariantUUID:cc51dd72-5b49-4df7-82e0-113154c50656 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:44fc85b2-f801-424f-b4a7-29ba3f2fa7da ArtifactChecksum:ZjFmYmQzN2M0MDgyNTg2NzkyOGY4MDY4MDIyZTc5OWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9cbbf561-b7d2-4e51-916b-67ad3be876f9 ResourceInvariantUUID:42778f04-282c-4579-8720-3e24b2616337 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5048ee49-bc48-4326-9aaa-bb393903977c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-23T23:21:03.274Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 44fc85b2-f801-424f-b4a7-29ba3f2fa7da from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:21:03.291Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-23T23:21:03.768Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:21:03.770Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 44fc85b2-f801-424f-b4a7-29ba3f2fa7da 52217 2021-04-23T23:21:03.770Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-23T23:21:03.770Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-23T23:21:03.770Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:21:03.770Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:21:03.772Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:21:03.772Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220063770, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:03.873Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:21:03.873Z||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. 2021-04-23T23:21:03.873Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:03.886Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:03.886Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:21:04.773Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:21:04.774Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:21:04.774Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 44fc85b2-f801-424f-b4a7-29ba3f2fa7da, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-23T23:21:04.774Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-23T23:21:04.775Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-23T23:21:04.775Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-23T23:21:04.851Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3959199258649250340/Definitions/service-BasicNetwork-template.yml 2021-04-23T23:21:05.209Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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 2021-04-23T23:21:05.210Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:21:05.211Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.212Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.213Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 Model Version:NULL Model InvariantUuid:cc51dd72-5b49-4df7-82e0-113154c50656 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:42778f04-282c-4579-8720-3e24b2616337 Model UUID:d6642475-cdab-49b0-ba92-5205f6666813 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9cbbf561-b7d2-4e51-916b-67ad3be876f9 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:21:05.217Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 5048ee49-bc48-4326-9aaa-bb393903977c 2021-04-23T23:21:05.217Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||No resources found for Service: cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:21:05.221Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500|| 2021-04-23T23:21:05.221Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-23T23:21:05.222Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 2021-04-23T23:21:05.223Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 2021-04-23T23:21:05.223Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-23T23:21:05.224Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:21:05.228Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.229Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.229Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.229Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.229Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1: Generic NeutronNet 2021-04-23T23:21:05.230Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.230Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.230Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.230Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-23T23:21:05.269Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.270Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.270Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.270Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.270Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:21:05.270Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:21:05.271Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-04-23T23:21:05.326Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-23T23:21:05.327Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-23T23:21:05.327Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-23T23:21:05.327Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:21:05.327Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:21:05.329Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:21:05.329Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220065327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:21:05.429Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:21:05.430Z||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. 2021-04-23T23:21:05.430Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:05.444Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:05.444Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:21:06.330Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:21:06.337Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:21:06.338Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:21:06.338Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:21:06.338Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:21:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:21:24.107Z||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. 2021-04-23T23:21:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:21:24.133Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:21:24.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed68f1c3-216d-40ba-bde5-c3f66a80e580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219971774, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ded68f1c3-216d-40ba-bde5-c3f66a80e580 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23d24769-e206-4c19-ba81-d719afe0716e/model-vers/model-ver/6c06f8a7-b23d-4e0d-a76e-092730380f21) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:21:24.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "NOTIFIED" } 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:21:24.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219972785, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219984339, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-k8s-id", "timestamp": 1619219981626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219979422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "cds", "timestamp": 1619219983368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-windriver-id", "timestamp": 1619219980878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "aai-ml", "timestamp": 1619219975571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219985620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-k8s-id", "timestamp": 1619219981626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-windriver-id", "timestamp": 1619219980878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "cds", "timestamp": 1619219983368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219979422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "aai-ml", "timestamp": 1619219975571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619219985620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219987751, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "aai-ml", "timestamp": 1619219987971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219987971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "cds", "timestamp": 1619219987973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "policy-id", "timestamp": 1619219988100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "cds", "timestamp": 1619219988982, "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=? 2021-04-23T23:21:24.150Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ef520cb-c270-47d6-bd72-a37caf694a1a 2021-04-23T23:21:24.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef520cb-c270-47d6-bd72-a37caf694a1a 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:24.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219989415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219989704, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "policy-id", "timestamp": 1619219988100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619219990420, "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=? 2021-04-23T23:21:24.161Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ef520cb-c270-47d6-bd72-a37caf694a1a 2021-04-23T23:21:24.161Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef520cb-c270-47d6-bd72-a37caf694a1a 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:24.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "aai-ml", "timestamp": 1619219991774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:21:24.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "aai-ml", "timestamp": 1619219992778, "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=? 2021-04-23T23:21:24.170Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4ef520cb-c270-47d6-bd72-a37caf694a1a 2021-04-23T23:21:24.170Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef520cb-c270-47d6-bd72-a37caf694a1a 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:24.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "policy-id", "timestamp": 1619219993923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219994309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "dcae-sch", "timestamp": 1619219993667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "policy-id", "timestamp": 1619219994926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "ves-openapi-manager", "timestamp": 1619219994624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "dcae-sch", "timestamp": 1619219993667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219995468, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/vfwfef770ec29180_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "policy-id", "timestamp": 1619219995928, "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=? 2021-04-23T23:21:24.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ef520cb-c270-47d6-bd72-a37caf694a1a 2021-04-23T23:21:24.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef520cb-c270-47d6-bd72-a37caf694a1a 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "ves-openapi-manager", "timestamp": 1619219994624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219996470, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219997473, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/resourceInstances/vfwfef770ec29180/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619219998476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423231644/1.0/artifacts/service-Vfw20210423231644-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "clamp", "timestamp": 1619220000728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "clamp", "timestamp": 1619220000728, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "clamp", "timestamp": 1619220014329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "clamp", "timestamp": 1619220015358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:21:24.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "clamp", "timestamp": 1619220016361, "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=? 2021-04-23T23:21:24.190Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ef520cb-c270-47d6-bd72-a37caf694a1a 2021-04-23T23:21:24.190Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ef520cb-c270-47d6-bd72-a37caf694a1a 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 (?, ?, ?, ?, ?) 2021-04-23T23:21:36.339Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:21:36.346Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:21:36.348Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:21:36.348Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:21:36.349Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:21:36.349Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:21:36.349Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:21:36.349Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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=? 2021-04-23T23:21:36.353Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:22:06.353Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a 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=? 2021-04-23T23:22:06.357Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ef520cb-c270-47d6-bd72-a37caf694a1a and serviceModelVersionId: cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 2021-04-23T23:22:06.357Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc51dd72-5b49-4df7-82e0-113154c50656 2021-04-23T23:22:06.358Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?depth=0 2021-04-23T23:22:06.361Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:22:06.394Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?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]} 2021-04-23T23:22:06.395Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?depth=0|INFO|500||Invoke 2021-04-23T23:22:06.409Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:22:06.434Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:22:06.434Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-23:22:06:420-97236], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:22:06 GMT], Content-Type=[application/json]} 2021-04-23T23:22:06.435Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||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/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1","ERR.5.4.6114"]}}} 2021-04-23T23:22:06.438Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec=ERR.5.4.6114) 2021-04-23T23:22:06.438Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (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) 2021-04-23T23:22:06.439Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec=ERR.5.4.6114) 2021-04-23T23:22:06.439Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:22:06.442Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:22:06.442Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ef520cb-c270-47d6-bd72-a37caf694a1a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec=ERR.5.4.6114) 2021-04-23T23:22:06.442Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:22:06.442Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:06.444Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:06.444Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220126442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:22:06.544Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:06.545Z||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. 2021-04-23T23:22:06.545Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:06.560Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:06.560Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 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=? 2021-04-23T23:22:07.453Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:22:07.454Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|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. 2021-04-23T23:22:07.454Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:08.077Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:08.078Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:22:08.078Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c","serviceName":"Demo_pNF_E5bm1BNHreFku1bQHrkX","serviceVersion":"1.0","serviceUUID":"2953b8e2-799f-4af8-87b9-6e36f6548b95","serviceDescription":"catalog service description","serviceInvariantUUID":"848ad16d-9ef9-45cd-8104-634632dd1b7c","resources":[{"resourceInstanceName":"pNF b0123a2f-b226 0","resourceName":"pNF b0123a2f-b226","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8daf9456-f347-482d-8804-58c8b016f801","resourceInvariantUUID":"98163e39-6f9e-42ab-bec8-c166ca125bbf","resourceCustomizationUUID":"f2fce088-3d79-46ea-8b75-d9a1020653e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml","artifactChecksum":"ZjlmYzBkNGU3ODVjNWYxMzY3OTY1ODcxOGMwMDkzOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c08c2f6-86bd-4cae-97cf-fe14f1e3f3a7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar","artifactChecksum":"NDc1ZTIzMTczNjQ1M2Y0ODU1ZjkyMjA2NTk5NWU2OTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fc05b06-7a9b-4766-8fa1-539ef6d96b56","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ae419c7-3163-4c8d-a450-883b39a6d140","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml","artifactChecksum":"ZGUxYjE4NjAzYmUxODQ3YjdmNGEzOGFkMTk5ZjM1M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac156887-27cc-4964-9855-c20ddfbb9cb0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f68d69a-903d-4fa4-a59a-e479953bb2e5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"662bf92b-08b8-4395-8415-c3226fc07867","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml","artifactChecksum":"M2M2OTJjZjA0ZjZjYmI5MjYyNjVhNjJiYWZjZjA1ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7368093-0dc6-46bf-9903-428a54d4e9d0","artifactVersion":"1"},{"artifactName":"service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar","artifactChecksum":"MmVmYjBjNzVhYjBlMTgxYzI4ODJhNTVmZjI1NDRiYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9468335-1713-4ff8-af87-998e827c4cd2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:22:08.080Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:08.080Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:08.081Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:08.082Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:08.182Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:08.183Z||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. 2021-04-23T23:22:08.183Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:08.196Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:08.196Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:09.082Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:09.083Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:09.085Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:09.085Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:09.185Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:09.186Z||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. 2021-04-23T23:22:09.186Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:09.199Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:09.199Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:10.085Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:10.086Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:10.087Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:10.087Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:10.188Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:22:10.188Z||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. 2021-04-23T23:22:10.188Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:10.199Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:10.200Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:22:11.088Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:11.089Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:11.090Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:11.091Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:11.191Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:11.191Z||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. 2021-04-23T23:22:11.192Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:11.202Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:11.202Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:12.091Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:12.092Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:12.094Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:12.094Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:12.195Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-23T23:22:12.195Z||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. 2021-04-23T23:22:12.195Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:12.208Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:12.208Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:13.095Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:13.096Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:13.098Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:13.098Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:13.198Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:13.199Z||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. 2021-04-23T23:22:13.199Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:13.211Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:13.211Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:14.098Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:14.099Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:14.101Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:14.101Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:14.202Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:14.202Z||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. 2021-04-23T23:22:14.202Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:14.213Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:14.213Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:15.102Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:22:15.103Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:15.104Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:15.105Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:15.205Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:15.206Z||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. 2021-04-23T23:22:15.206Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:15.217Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:15.217Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:16.106Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "serviceName": "Demo_pNF_E5bm1BNHreFku1bQHrkX", "serviceVersion": "1.0", "serviceUUID": "2953b8e2-799f-4af8-87b9-6e36f6548b95", "serviceDescription": "catalog service description", "serviceInvariantUUID": "848ad16d-9ef9-45cd-8104-634632dd1b7c", "resources": [ { "resourceInstanceName": "pNF b0123a2f-b226 0", "resourceCustomizationUUID": "f2fce088-3d79-46ea-8b75-d9a1020653e8", "resourceName": "pNF b0123a2f-b226", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8daf9456-f347-482d-8804-58c8b016f801", "resourceInvariantUUID": "98163e39-6f9e-42ab-bec8-c166ca125bbf", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "artifactChecksum": "MmVmYjBjNzVhYjBlMTgxYzI4ODJhNTVmZjI1NDRiYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9468335-1713-4ff8-af87-998e827c4cd2" } ], "workloadContext": "Production" } 2021-04-23T23:22:16.106Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:22:16.106Z|4ef520cb-c270-47d6-bd72-a37caf694a1a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2953b8e2-799f-4af8-87b9-6e36f6548b95 ASDC 2021-04-23T23:22:16.106Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c ServiceName:Demo_pNF_E5bm1BNHreFku1bQHrkX ServiceVersion:1.0 ServiceUUID:2953b8e2-799f-4af8-87b9-6e36f6548b95 ServiceInvariantUUID:848ad16d-9ef9-45cd-8104-634632dd1b7c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar ArtifactUUID:b9468335-1713-4ff8-af87-998e827c4cd2 ArtifactChecksum:MmVmYjBjNzVhYjBlMTgxYzI4ODJhNTVmZjI1NDRiYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b0123a2f-b226 0 ResourceCustomizationUUID:f2fce088-3d79-46ea-8b75-d9a1020653e8 ResourceInvariantUUID:98163e39-6f9e-42ab-bec8-c166ca125bbf ResourceName:pNF b0123a2f-b226 ResourceType:PNF ResourceUUID:8daf9456-f347-482d-8804-58c8b016f801 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-23T23:22:16.106Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2953b8e2-799f-4af8-87b9-6e36f6548b95 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:16.123Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:22:16.124Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:22:16.124Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:22:16.124Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9468335-1713-4ff8-af87-998e827c4cd2 from URL: /sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:16.124Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:22:16.124Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:18.400Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:22:18.404Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar b9468335-1713-4ff8-af87-998e827c4cd2 83318 2021-04-23T23:22:18.404Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar ASDC sendASDCNotification 2021-04-23T23:22:18.404Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:18.404Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:22:18.404Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:18.405Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:18.406Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220138404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:18.506Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:22:18.507Z||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. 2021-04-23T23:22:18.507Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:18.520Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:18.520Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:19.406Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:22:19.407Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:22:19.407Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b9468335-1713-4ff8-af87-998e827c4cd2, URL: /sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar to file: /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:19.407Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:19.408Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:19.408Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:19.492Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP385046070883113940/Definitions/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml 2021-04-23T23:22:20.090Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||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-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||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-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.091Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0123a2f-b226 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-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0123a2f-b226 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.092Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Node template pNF b0123a2f-b226 0 is matching search criteria 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0123a2f-b226 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Node template pNF b0123a2f-b226 0 is matching search criteria 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:22:20.093Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0123a2f-b226 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.094Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.095Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.095Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_E5bm1BNHreFku1bQHrkX Description:catalog service description Model UUID:2953b8e2-799f-4af8-87b9-6e36f6548b95 Model Version:NULL Model InvariantUuid:848ad16d-9ef9-45cd-8104-634632dd1b7c 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:22:20.099Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8daf9456-f347-482d-8804-58c8b016f801 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:22:20.101Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||pNF b0123a2f-b226 0 2021-04-23T23:22:20.101Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8daf9456-f347-482d-8804-58c8b016f801 2021-04-23T23:22:20.101Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2953b8e2-799f-4af8-87b9-6e36f6548b95 2021-04-23T23:22:20.101Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2953b8e2-799f-4af8-87b9-6e36f6548b95 2021-04-23T23:22:20.101Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0123a2f-b226 0 8daf9456-f347-482d-8804-58c8b016f801 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:22:20.104Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2953b8e2-799f-4af8-87b9-6e36f6548b95: pNF b0123a2f-b226 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Processing PNF resource: 8daf9456-f347-482d-8804-58c8b016f801 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_E5bm1BNHreFku1bQHrkX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:22:20.105Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||Resource customization UUID: f2fce088-3d79-46ea-8b75-d9a1020653e8 is the same as notified resource customizationUUID: f2fce088-3d79-46ea-8b75-d9a1020653e8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-04-23T23:22:20.150Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0123a2f-b226 8daf9456-f347-482d-8804-58c8b016f801 0 ASDC deployResourceStructure 2021-04-23T23:22:20.150Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar ASDC sendASDCNotification 2021-04-23T23:22:20.150Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar 2021-04-23T23:22:20.150Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:22:20.151Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:22:20.153Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:22:20.153Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220140150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:22:20.252Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-23T23:22:20.253Z||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. 2021-04-23T23:22:20.253Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:20.262Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:20.262Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:22:21.157Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:22:21.164Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:22:21.165Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:22:21.165Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:22:21.165Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:22:24.106Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:22:24.107Z|9d265146-5390-4510-9103-658ac1858215|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. 2021-04-23T23:22:24.107Z|9d265146-5390-4510-9103-658ac1858215|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:22:24.132Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:22:24.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.133Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "81340e18-0476-4249-8dd1-f41ed073ead5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220059620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81340e18-0476-4249-8dd1-f41ed073ead5 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/30013485-f5bb-4e8f-99ce-e239dc692285/model-vers/model-ver/ab8c000a-28ba-4410-baed-d29ae0bdb9fc) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220060631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220060631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.134Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220063770, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220065327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.135Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.136Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.137Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.138Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.139Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.140Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.141Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.142Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.145Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-windriver-id", "timestamp": 1619220060878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-k8s-id", "timestamp": 1619220061626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220060728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220065620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.146Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220065571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220058368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.147Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.148Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220068100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220076671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220069422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220077522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.150Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.151Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "cds", "timestamp": 1619220078530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-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=? 2021-04-23T23:22:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:22:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220079168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220079662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.164Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220079999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220080171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220080617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220081017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:22:24.165Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.166Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.166Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "policy-id", "timestamp": 1619220081173, "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=? 2021-04-23T23:22:24.169Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:22:24.169Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "dcae-sch", "timestamp": 1619220073667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220081401, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:22:24.176Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:24.177Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.177Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "aai-ml", "timestamp": 1619220081620, "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=? 2021-04-23T23:22:24.180Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:22:24.180Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:24.187Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.187Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "clamp", "timestamp": 1619220082020, "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=? 2021-04-23T23:22:24.190Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:22:24.190Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220074624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:22:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:22:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220082405, "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=? 2021-04-23T23:22:24.199Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:22:24.199Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:22:24.205Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:22:24.205Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220083613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:22:24.205Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:22:51.165Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:22:51.173Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:22:51.176Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:22:51.176Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:22:51.176Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:22:51.176Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:22:51.177Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:22:51.177Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||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=? 2021-04-23T23:22:51.180Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:23:21.181Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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=? 2021-04-23T23:23:21.185Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c and serviceModelVersionId: 2953b8e2-799f-4af8-87b9-6e36f6548b95 2021-04-23T23:23:21.185Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 848ad16d-9ef9-45cd-8104-634632dd1b7c 2021-04-23T23:23:21.186Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0 2021-04-23T23:23:21.190Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:23:21.223Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0|INFO|500||Invoke 2021-04-23T23:23:21.223Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[531256e7-8182-4720-89ad-40b4e0dc174b], X-ECOMP-RequestID=[ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c], X-TransactionId=[], X-ONAP-RequestID=[ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c], Content-Type=[application/merge-patch+json]} 2021-04-23T23:23:21.237Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:23:21.262Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-23:23:21:246-80164], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:23:21 GMT], Content-Type=[application/json]} 2021-04-23T23:23:21.263Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?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/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95","ERR.5.4.6114"]}}} 2021-04-23T23:23:21.263Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:23:21.267Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec=ERR.5.4.6114) 2021-04-23T23:23:21.267Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (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) 2021-04-23T23:23:21.267Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec=ERR.5.4.6114) 2021-04-23T23:23:21.267Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:23:21.270Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:23:21.271Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec=ERR.5.4.6114) 2021-04-23T23:23:21.271Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:23:21.271Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:21.272Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:21.272Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220201271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:23:21.373Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:23:21.374Z||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. 2021-04-23T23:23:21.374Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:21.386Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:21.387Z||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=? 2021-04-23T23:23:22.282Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:23:22.282Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5d7ce3b-dda6-48fa-8155-ecea6191b685","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"db289eef-3920-457d-8921-eed9e6bc3c77","serviceDescription":"service","serviceInvariantUUID":"d79c6002-0f90-4c9d-80e0-71ba3fe0a80b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6cc7a67-d646-4a50-8254-8a78b546eaa9","resourceInvariantUUID":"a6314aa9-e07d-4038-b010-2d8a236814b5","resourceCustomizationUUID":"7eebc826-fd83-4091-8f69-a66d6a35e118","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":"NTJkOWQ2ZjA1MDRkNDgwMjI5YjMxNTQ2OGRkOTBkZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"916541bd-e50b-4de7-b6ab-142fa50264df","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":"MDIxMmE1YmE0ZWNmMmUwYTIzY2FkZWVlZmYxZjU1MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71ed9f57-1533-4328-bb45-0204fcdce9b9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54327c2e-2ce8-4734-a396-7bb01276c2ad","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":"a04de225-c844-4ffe-a01b-ce272e207d67","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"938dfcd0-da10-4241-9edd-e0c844821d89","artifactVersion":"2","generatedFromUUID":"54327c2e-2ce8-4734-a396-7bb01276c2ad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTk3ZWM4ZWNlNGI0MjZlOGIwYjhhZTAxMTMwYzMzZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32e32f44-7801-4d99-8bf5-d3b7ecb05059","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTE5MjZhODYxMWQxNjUwZWM3MGU4MmM2ZTFiNGQxM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1daa8247-902d-4f5e-8729-1a2bf38a3221","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:23:22.283Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:22.283Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:22.285Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:22.285Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:22.385Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:22.386Z||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. 2021-04-23T23:23:22.386Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:22.396Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:22.397Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:23.286Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:23.286Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:23.288Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:23.289Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:23.389Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:23.389Z||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. 2021-04-23T23:23:23.389Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:23.402Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:23.402Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:24.106Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:23:24.107Z|9d265146-5390-4510-9103-658ac1858215|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. 2021-04-23T23:23:24.107Z|9d265146-5390-4510-9103-658ac1858215|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:24.126Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.143Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220084843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.144Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "ves-openapi-manager", "timestamp": 1619220085892, "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=? 2021-04-23T23:23:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 2021-04-23T23:23:24.149Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.155Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.155Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.156Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.157Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.158Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.159Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "ves-openapi-manager", "timestamp": 1619220114624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.160Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "dcae-sch", "timestamp": 1619220113667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220105620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220108100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:24.161Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220122883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220122876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.162Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220123879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220124035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.163Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "policy-id", "timestamp": 1619220124881, "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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.172Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.172Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.183Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.183Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220118368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.183Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.183Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.183Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220125186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.184Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.185Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.186Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.186Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220126190, "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=? 2021-04-23T23:23:24.189Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.189Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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=? 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220126210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.194Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.195Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ef520cb-c270-47d6-bd72-a37caf694a1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220126442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4ef520cb-c270-47d6-bd72-a37caf694a1a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc51dd72-5b49-4df7-82e0-113154c50656/model-vers/model-ver/cabb301a-9ddb-4c5e-ae3f-f2c85e53bfb1) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:23:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.196Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220127193, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.197Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.198Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.198Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.198Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "cds", "timestamp": 1619220127215, "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=? 2021-04-23T23:23:24.201Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.201Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220120728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.207Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.208Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.208Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220120878, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.208Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.208Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.208Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.209Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220129136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.210Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.211Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.212Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220130814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.213Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.214Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.214Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.214Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.214Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.214Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.215Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220125571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.216Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/resourceInstances/pnfb0123a2fb2260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220133605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.217Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.218Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.219Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.219Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220134607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.219Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.219Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.219Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.220Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220135223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.221Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.222Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220135447, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.223Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220129422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.224Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.225Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.226Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220136467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220137006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.227Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.228Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.229Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.230Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.230Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.230Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.230Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220137358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.230Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.231Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.231Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "clamp", "timestamp": 1619220137470, "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=? 2021-04-23T23:23:24.235Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.235Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.241Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.242Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220138011, "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=? 2021-04-23T23:23:24.246Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.246Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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=? 2021-04-23T23:23:24.253Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.253Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:23:24.253Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.253Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.254Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.254Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.254Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.254Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.255Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220138372, "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=? 2021-04-23T23:23:24.259Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.259Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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=? 2021-04-23T23:23:24.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220138404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.263Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220138562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-windriver-id", "timestamp": 1619220139013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.264Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.265Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "multicloud-k8s-id", "timestamp": 1619220139374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220140131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:23:24.266Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220140150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE5bm1bnhrefku1bqhrkx/1.0/artifacts/service-DemoPnfE5bm1bnhrefku1bqhrkx-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.267Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.268Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.269Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.269Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220140712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:23:24.269Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:23:24.269Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.269Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "aai-ml", "timestamp": 1619220141134, "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=? 2021-04-23T23:23:24.272Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.272Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.277Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.277Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.277Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.277Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.278Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.279Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220141714, "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=? 2021-04-23T23:23:24.282Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5d7ce3b-dda6-48fa-8155-ecea6191b685 2021-04-23T23:23:24.282Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5d7ce3b-dda6-48fa-8155-ecea6191b685 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 (?, ?, ?, ?, ?) 2021-04-23T23:23:24.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.287Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.288Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.289Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.289Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:24.289Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:24.289Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.291Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:24.291Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:23:24.291Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.292Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "ves-openapi-manager", "timestamp": 1619220134624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220128198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220133368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.293Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "dcae-sch", "timestamp": 1619220133667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220128100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-23T23:23:24.294Z|9d265146-5390-4510-9103-658ac1858215|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-23T23:23:24.391Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:24.392Z||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. 2021-04-23T23:23:24.392Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:24.402Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:24.403Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:25.292Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:25.292Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:25.294Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:25.294Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:25.394Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:25.395Z||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. 2021-04-23T23:23:25.395Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:25.405Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:25.405Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:26.294Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:26.295Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:26.296Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:26.296Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:23:26.397Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:26.397Z||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. 2021-04-23T23:23:26.397Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:26.407Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:26.407Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:27.297Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:27.297Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:27.299Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:27.299Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:23:27.399Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:27.400Z||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. 2021-04-23T23:23:27.400Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:27.410Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:27.410Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:28.299Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:23:28.301Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:28.302Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:28.302Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:23:28.403Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:28.403Z||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. 2021-04-23T23:23:28.404Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:28.414Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:28.414Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:29.303Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "db289eef-3920-457d-8921-eed9e6bc3c77", "serviceDescription": "service", "serviceInvariantUUID": "d79c6002-0f90-4c9d-80e0-71ba3fe0a80b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "7eebc826-fd83-4091-8f69-a66d6a35e118", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6cc7a67-d646-4a50-8254-8a78b546eaa9", "resourceInvariantUUID": "a6314aa9-e07d-4038-b010-2d8a236814b5", "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": "MDIxMmE1YmE0ZWNmMmUwYTIzY2FkZWVlZmYxZjU1MTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71ed9f57-1533-4328-bb45-0204fcdce9b9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "54327c2e-2ce8-4734-a396-7bb01276c2ad", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "938dfcd0-da10-4241-9edd-e0c844821d89", "generatedFromUUID": "54327c2e-2ce8-4734-a396-7bb01276c2ad" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "938dfcd0-da10-4241-9edd-e0c844821d89", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTE5MjZhODYxMWQxNjUwZWM3MGU4MmM2ZTFiNGQxM2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1daa8247-902d-4f5e-8729-1a2bf38a3221" } ], "workloadContext": "Production" } 2021-04-23T23:23:29.304Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:23:29.304Z|ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db289eef-3920-457d-8921-eed9e6bc3c77 ASDC 2021-04-23T23:23:29.304Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e5d7ce3b-dda6-48fa-8155-ecea6191b685 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:db289eef-3920-457d-8921-eed9e6bc3c77 ServiceInvariantUUID:d79c6002-0f90-4c9d-80e0-71ba3fe0a80b 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:1daa8247-902d-4f5e-8729-1a2bf38a3221 ArtifactChecksum:MTE5MjZhODYxMWQxNjUwZWM3MGU4MmM2ZTFiNGQxM2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:7eebc826-fd83-4091-8f69-a66d6a35e118 ResourceInvariantUUID:a6314aa9-e07d-4038-b010-2d8a236814b5 ResourceName:basic_vm ResourceType:VF ResourceUUID:d6cc7a67-d646-4a50-8254-8a78b546eaa9 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:71ed9f57-1533-4328-bb45-0204fcdce9b9 ArtifactChecksum:MDIxMmE1YmE0ZWNmMmUwYTIzY2FkZWVlZmYxZjU1MTg= 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:54327c2e-2ce8-4734-a396-7bb01276c2ad ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:938dfcd0-da10-4241-9edd-e0c844821d89 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:938dfcd0-da10-4241-9edd-e0c844821d89 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:23:29.304Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db289eef-3920-457d-8921-eed9e6bc3c77 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=? 2021-04-23T23:23:29.328Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:23:29.329Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:23:29.329Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:23:29.329Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1daa8247-902d-4f5e-8729-1a2bf38a3221 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-23T23:23:29.329Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:23:29.329Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-23T23:23:30.226Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:23:30.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1daa8247-902d-4f5e-8729-1a2bf38a3221 74270 2021-04-23T23:23:30.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-23T23:23:30.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-23T23:23:30.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:23:30.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:30.231Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:30.231Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220210229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:30.331Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:30.332Z||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. 2021-04-23T23:23:30.332Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:30.346Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:30.346Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:23:31.232Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:23:31.233Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:23:31.233Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1daa8247-902d-4f5e-8729-1a2bf38a3221, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:31.233Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-23T23:23:31.234Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:31.234Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:31.459Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6237790401133688198/Definitions/service-BasicVm-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-04-23T23:23:32.411Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.412Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.413Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-23T23:23:32.414Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:32.415Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aba29546-38c0-4800-8194-d6fbcbd59b8d 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.416Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:32.417Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:db289eef-3920-457d-8921-eed9e6bc3c77 Model Version:NULL Model InvariantUuid:d79c6002-0f90-4c9d-80e0-71ba3fe0a80b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:353e8372-1a66-4d51-bd79-143fbd61659d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a6314aa9-e07d-4038-b010-2d8a236814b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7eebc826-fd83-4091-8f69-a66d6a35e118 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:12ac7035-c962-4f80-9c10-b8a9632e3038 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b4e9711a-53c2-4d60-a92e-1130902812c5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aba29546-38c0-4800-8194-d6fbcbd59b8d ModelInvariantUuid:6007a250-5821-4898-977c-861b4641eaa8 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:cdcac98a-8f4f-4161-85f5-1f2c86129241 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:f2b8f1c5-b811-447d-8094-50813526fc3a ModelInvariantUuid:8c4675b5-4244-48a0-a6cd-bf7168100432 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:e2348e74-42a3-49d1-a60d-22b9d55cfc1d 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:23:32.421Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d6cc7a67-d646-4a50-8254-8a78b546eaa9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:23:32.423Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-04-23T23:23:32.424Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6cc7a67-d646-4a50-8254-8a78b546eaa9 2021-04-23T23:23:32.424Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 71ed9f57-1533-4328-bb45-0204fcdce9b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-23T23:23:32.424Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:23:32.424Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:34.367Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:23:34.368Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 71ed9f57-1533-4328-bb45-0204fcdce9b9 787 2021-04-23T23:23:34.368Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:34.368Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:34.368Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:23:34.369Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:34.370Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:34.371Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220214368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:34.471Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:34.472Z||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. 2021-04-23T23:23:34.472Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:34.492Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:34.493Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:35.371Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12ac7035-c962-4f80-9c10-b8a9632e3038", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4e9711a-53c2-4d60-a92e-1130902812c5", "vfModuleModelCustomizationUUID": "ac696e6d-e713-4190-85f8-4bf84b5d29ee", "isBase": true, "artifacts": [ "54327c2e-2ce8-4734-a396-7bb01276c2ad", "938dfcd0-da10-4241-9edd-e0c844821d89" ], "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": "" } } ] 2021-04-23T23:23:35.374Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4e9711a-53c2-4d60-a92e-1130902812c5 VfModuleModelInvariantUUID:12ac7035-c962-4f80-9c10-b8a9632e3038 VfModuleModelDescription:NULL Artifacts UUID List:{ 54327c2e-2ce8-4734-a396-7bb01276c2ad , 938dfcd0-da10-4241-9edd-e0c844821d89 } 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 } 2021-04-23T23:23:35.376Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "12ac7035-c962-4f80-9c10-b8a9632e3038", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4e9711a-53c2-4d60-a92e-1130902812c5", "vfModuleModelCustomizationUUID": "ac696e6d-e713-4190-85f8-4bf84b5d29ee", "isBase": true, "artifacts": [ "54327c2e-2ce8-4734-a396-7bb01276c2ad", "938dfcd0-da10-4241-9edd-e0c844821d89" ], "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": "" } } ] 2021-04-23T23:23:35.377Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4e9711a-53c2-4d60-a92e-1130902812c5 VfModuleModelInvariantUUID:12ac7035-c962-4f80-9c10-b8a9632e3038 VfModuleModelDescription:NULL Artifacts UUID List:{ 54327c2e-2ce8-4734-a396-7bb01276c2ad , 938dfcd0-da10-4241-9edd-e0c844821d89 } 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 } 2021-04-23T23:23:35.377Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54327c2e-2ce8-4734-a396-7bb01276c2ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-23T23:23:35.377Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:23:35.377Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-23T23:23:36.709Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:23:36.710Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 54327c2e-2ce8-4734-a396-7bb01276c2ad 5033 2021-04-23T23:23:36.710Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:36.710Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:36.710Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:23:36.710Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:36.712Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:36.712Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220216710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:36.812Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:36.813Z||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. 2021-04-23T23:23:36.813Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:36.827Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:36.828Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:37.713Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 938dfcd0-da10-4241-9edd-e0c844821d89 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-23T23:23:37.713Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:23:37.713Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-23T23:23:39.071Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:23:39.071Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 938dfcd0-da10-4241-9edd-e0c844821d89 903 2021-04-23T23:23:39.071Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:39.071Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:39.071Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:23:39.072Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:39.073Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:39.073Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220219071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:23:39.173Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:39.174Z||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. 2021-04-23T23:23:39.175Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:39.187Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:39.187Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:40.074Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: db289eef-3920-457d-8921-eed9e6bc3c77 2021-04-23T23:23:40.075Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d6cc7a67-d646-4a50-8254-8a78b546eaa9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:23:40.085Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.086Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.086Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:23:40.086Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7eebc826-fd83-4091-8f69-a66d6a35e118 2021-04-23T23:23:40.086Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7eebc826-fd83-4091-8f69-a66d6a35e118 matches Tosca VF Customization UUID: 7eebc826-fd83-4091-8f69-a66d6a35e118 2021-04-23T23:23:40.086Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7eebc826-fd83-4091-8f69-a66d6a35e118 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:23:40.087Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.087Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.088Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7eebc826-fd83-4091-8f69-a66d6a35e118: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-23T23:23:40.088Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d99c4a0 2021-04-23T23:23:40.088Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.089Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:23:40.089Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac696e6d-e713-4190-85f8-4bf84b5d29ee 2021-04-23T23:23:40.089Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac696e6d-e713-4190-85f8-4bf84b5d29ee Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:23:40.090Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:40.091Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.092Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-23T23:23:40.092Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:23:40.092Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-23T23:23:40.092Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aba29546-38c0-4800-8194-d6fbcbd59b8d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:23:40.093Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.093Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:40.093Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:23:40.094Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.094Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-23T23:23:40.094Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7eebc826-fd83-4091-8f69-a66d6a35e118 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:23:40.095Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.095Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.095Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid db289eef-3920-457d-8921-eed9e6bc3c77: basic_vm 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:23:40.096Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:23:40.097Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:23:40.145Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d6cc7a67-d646-4a50-8254-8a78b546eaa9 1 ASDC deployResourceStructure 2021-04-23T23:23:40.146Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:40.146Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:40.146Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:23:40.146Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:40.147Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:40.147Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220220145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:23:40.248Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:23:40.249Z||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. 2021-04-23T23:23:40.249Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:40.261Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:40.261Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:41.148Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:41.148Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:41.148Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:23:41.148Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:41.150Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:41.150Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220221148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:23:41.250Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:41.251Z||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. 2021-04-23T23:23:41.251Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:41.262Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:41.263Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:42.152Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:42.153Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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 2021-04-23T23:23:42.153Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:23:42.153Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:42.155Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:42.155Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220222152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-23T23:23:42.255Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:42.256Z||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. 2021-04-23T23:23:42.256Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:42.267Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:42.268Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:43.156Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-23T23:23:43.156Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-23T23:23:43.156Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:23:43.156Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:23:43.158Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:23:43.158Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220223155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:23:43.258Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:23:43.259Z||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. 2021-04-23T23:23:43.259Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:23:43.271Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:23:43.271Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:23:44.159Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5d7ce3b-dda6-48fa-8155-ecea6191b685 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:23:44.168Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5d7ce3b-dda6-48fa-8155-ecea6191b685 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:23:44.169Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:23:44.169Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:23:44.170Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:23:44.170Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:23:44.170Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:23:44.170Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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=? 2021-04-23T23:23:44.173Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:24:14.174Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5d7ce3b-dda6-48fa-8155-ecea6191b685 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=? 2021-04-23T23:24:14.178Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5d7ce3b-dda6-48fa-8155-ecea6191b685 and serviceModelVersionId: db289eef-3920-457d-8921-eed9e6bc3c77 2021-04-23T23:24:14.178Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d79c6002-0f90-4c9d-80e0-71ba3fe0a80b 2021-04-23T23:24:14.179Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?depth=0 2021-04-23T23:24:14.183Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:24:14.212Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?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]} 2021-04-23T23:24:14.213Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?depth=0|INFO|500||Invoke 2021-04-23T23:24:14.229Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:24:14.264Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:24:14.265Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-23:24:14:238-48448], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:24:14 GMT], Content-Type=[application/json]} 2021-04-23T23:24:14.265Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||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/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77","ERR.5.4.6114"]}}} 2021-04-23T23:24:14.269Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec=ERR.5.4.6114) 2021-04-23T23:24:14.269Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (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) 2021-04-23T23:24:14.269Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec=ERR.5.4.6114) 2021-04-23T23:24:14.269Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:24:14.273Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:24:14.273Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5d7ce3b-dda6-48fa-8155-ecea6191b685 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec=ERR.5.4.6114) 2021-04-23T23:24:14.273Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:24:14.274Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:14.275Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:14.275Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220254273, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:24:14.376Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:14.376Z||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. 2021-04-23T23:24:14.377Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:14.392Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:14.392Z||pool-82-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=? 2021-04-23T23:24:15.284Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:24:15.285Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|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. 2021-04-23T23:24:15.285Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:19.586Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:19.587Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:24:19.587Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"147efde2-c13a-4832-8948-d5dc76fdde2b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1cfc4155-6928-446e-a936-9062bac52599","serviceDescription":"service","serviceInvariantUUID":"0d3058bc-6713-4e71-a9c7-82169317043e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b5d4854-9571-444b-a7fc-ef01443539c5","resourceInvariantUUID":"978d4300-b64f-43fd-8fd0-cd39d0b948a4","resourceCustomizationUUID":"88d3ee70-b2cd-4bff-a09e-26c2ad311714","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":"NDYyYjc1MzQxN2E1ZThhN2Q3NGRjYzk1YTRhZTkyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc98e447-b921-4a30-a217-321f04c208f7","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":"f0cbe871-848e-485f-91b9-5ac498d72ea2","artifactVersion":"2","generatedFromUUID":"695e8cb5-8e7c-4ac0-b457-466846960248"},{"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":"695e8cb5-8e7c-4ac0-b457-466846960248","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":"Mjc2NGVhOGJmNTk1ODE2MzNiNWIxNWJkNWEzNjgzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e86764ce-1389-479c-b3c9-6e4fa5e489a9","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":"408d9807-3fe0-4a3d-b7c1-67133ac98f80","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":"213b85c4-a089-43d6-b09b-f78fa32f62a2","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":"90073cea-18a5-4646-92b4-eab0817d1b09","artifactVersion":"2","generatedFromUUID":"408d9807-3fe0-4a3d-b7c1-67133ac98f80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzI5OGQ2YzhlYzFjNjU3NTQ0NzNiOWUxMDA2NTg5MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c77066b-849d-49a4-91c2-890028381e53","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTY4YzgxODAzNjU5ZDAxMmM0ZTkzNWU1NTZiZjg2ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5de0cba7-95bc-4518-925b-a7ed8da9061f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:24:19.589Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:19.589Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:19.590Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:19.590Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:24:19.690Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:19.691Z||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. 2021-04-23T23:24:19.691Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:19.704Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:19.704Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:24:20.591Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:20.591Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:20.593Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:20.593Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-23T23:24:20.694Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:20.695Z||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. 2021-04-23T23:24:20.695Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:20.716Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:20.716Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:21.593Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:21.594Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:21.596Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:21.596Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-23T23:24:21.696Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:21.697Z||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. 2021-04-23T23:24:21.697Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:21.708Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:21.709Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:22.596Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:22.597Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:22.599Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:22.599Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:24:22.699Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:22.700Z||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. 2021-04-23T23:24:22.700Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:22.710Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:22.710Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:23.599Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:23.600Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:23.601Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:23.601Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:24:23.701Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:23.702Z||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. 2021-04-23T23:24:23.702Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:23.716Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:23.716Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:24.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:24:24.107Z||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. 2021-04-23T23:24:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:24.124Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:24.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:24:24.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-23T23:24:24.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:24:24.602Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:24.602Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:24.604Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:24.604Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:24:24.704Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:24.705Z||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. 2021-04-23T23:24:24.705Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:24.715Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:24.716Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:25.604Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:25.605Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:25.607Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:25.607Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-23T23:24:25.707Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:25.708Z||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. 2021-04-23T23:24:25.708Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:25.718Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:25.719Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:26.607Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:26.608Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:26.609Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:26.609Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:24:26.710Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:26.711Z||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. 2021-04-23T23:24:26.711Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:26.723Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:26.723Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:27.610Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:24:27.611Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:27.612Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:27.612Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:24:27.713Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:27.713Z||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. 2021-04-23T23:24:27.713Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:27.726Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:27.726Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:28.613Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1cfc4155-6928-446e-a936-9062bac52599", "serviceDescription": "service", "serviceInvariantUUID": "0d3058bc-6713-4e71-a9c7-82169317043e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "88d3ee70-b2cd-4bff-a09e-26c2ad311714", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b5d4854-9571-444b-a7fc-ef01443539c5", "resourceInvariantUUID": "978d4300-b64f-43fd-8fd0-cd39d0b948a4", "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": "f0cbe871-848e-485f-91b9-5ac498d72ea2", "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": "695e8cb5-8e7c-4ac0-b457-466846960248", "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": "Mjc2NGVhOGJmNTk1ODE2MzNiNWIxNWJkNWEzNjgzOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e86764ce-1389-479c-b3c9-6e4fa5e489a9", "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": "408d9807-3fe0-4a3d-b7c1-67133ac98f80", "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": "90073cea-18a5-4646-92b4-eab0817d1b09", "generatedFromUUID": "408d9807-3fe0-4a3d-b7c1-67133ac98f80" }, "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": "90073cea-18a5-4646-92b4-eab0817d1b09", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTY4YzgxODAzNjU5ZDAxMmM0ZTkzNWU1NTZiZjg2ZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5de0cba7-95bc-4518-925b-a7ed8da9061f" } ], "workloadContext": "Production" } 2021-04-23T23:24:28.614Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:24:28.614Z|e5d7ce3b-dda6-48fa-8155-ecea6191b685|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1cfc4155-6928-446e-a936-9062bac52599 ASDC 2021-04-23T23:24:28.614Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:147efde2-c13a-4832-8948-d5dc76fdde2b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1cfc4155-6928-446e-a936-9062bac52599 ServiceInvariantUUID:0d3058bc-6713-4e71-a9c7-82169317043e 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:5de0cba7-95bc-4518-925b-a7ed8da9061f ArtifactChecksum:YTY4YzgxODAzNjU5ZDAxMmM0ZTkzNWU1NTZiZjg2ZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:88d3ee70-b2cd-4bff-a09e-26c2ad311714 ResourceInvariantUUID:978d4300-b64f-43fd-8fd0-cd39d0b948a4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:1b5d4854-9571-444b-a7fc-ef01443539c5 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:f0cbe871-848e-485f-91b9-5ac498d72ea2 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:695e8cb5-8e7c-4ac0-b457-466846960248 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:e86764ce-1389-479c-b3c9-6e4fa5e489a9 ArtifactChecksum:Mjc2NGVhOGJmNTk1ODE2MzNiNWIxNWJkNWEzNjgzOGU= 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:408d9807-3fe0-4a3d-b7c1-67133ac98f80 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:90073cea-18a5-4646-92b4-eab0817d1b09 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:90073cea-18a5-4646-92b4-eab0817d1b09 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:24:28.614Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cfc4155-6928-446e-a936-9062bac52599 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 (?, ?, ?, ?, ?) 2021-04-23T23:24:28.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:24:28.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:24:28.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:24:28.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5de0cba7-95bc-4518-925b-a7ed8da9061f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-23T23:24:28.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:28.639Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-23T23:24:29.323Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:29.326Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5de0cba7-95bc-4518-925b-a7ed8da9061f 71158 2021-04-23T23:24:29.326Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-23T23:24:29.326Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-23T23:24:29.327Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:29.327Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:29.328Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:29.328Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220269326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:29.428Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:29.429Z||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. 2021-04-23T23:24:29.429Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:29.442Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:29.443Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:24:30.329Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:24:30.329Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:24:30.330Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5de0cba7-95bc-4518-925b-a7ed8da9061f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:30.330Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-23T23:24:30.330Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:30.330Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:30.418Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12701729486312376131/Definitions/service-BasicCnf-template.yml 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:31.306Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:24:31.307Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:24:31.308Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.309Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=524855d8-b1fe-40ac-b378-79da03ab493e 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:31.310Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1cfc4155-6928-446e-a936-9062bac52599 Model Version:NULL Model InvariantUuid:0d3058bc-6713-4e71-a9c7-82169317043e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:22c7f09f-4eb8-4018-916f-7dd459891be0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:978d4300-b64f-43fd-8fd0-cd39d0b948a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:88d3ee70-b2cd-4bff-a09e-26c2ad311714 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b82a37d1-b1c2-4e22-8541-daf833ec3140 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e8a4e4b0-c3ed-41df-a4d5-89fee1e6d35e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:524855d8-b1fe-40ac-b378-79da03ab493e ModelInvariantUuid:e9103246-d54a-4c46-82c0-5cf46bf33338 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d277927a-3a16-4889-950b-372c8028038d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:09cf2d6f-31df-49ce-ac3c-6f3ed6650704 ModelInvariantUuid:9ab0bcca-7220-4386-95cd-a167e49ab9ce ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:81b46aeb-23fa-4947-a226-c25e22eb26dc 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:24:31.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b5d4854-9571-444b-a7fc-ef01443539c5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:24:31.316Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-04-23T23:24:31.316Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b5d4854-9571-444b-a7fc-ef01443539c5 2021-04-23T23:24:31.316Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0cbe871-848e-485f-91b9-5ac498d72ea2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-23T23:24:31.316Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:31.317Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f0cbe871-848e-485f-91b9-5ac498d72ea2 12 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:33.769Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:33.771Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:33.771Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220273769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:33.871Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:33.872Z||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. 2021-04-23T23:24:33.872Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:33.880Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:33.881Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:34.771Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 695e8cb5-8e7c-4ac0-b457-466846960248 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-23T23:24:34.772Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:34.772Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:36.564Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:36.564Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 695e8cb5-8e7c-4ac0-b457-466846960248 2688 2021-04-23T23:24:36.565Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:36.565Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:36.565Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:36.565Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:36.567Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:36.567Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220276565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:36.667Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:36.668Z||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. 2021-04-23T23:24:36.668Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:36.676Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:36.676Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:37.568Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e86764ce-1389-479c-b3c9-6e4fa5e489a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-23T23:24:37.568Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:37.568Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:38.810Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:38.811Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e86764ce-1389-479c-b3c9-6e4fa5e489a9 828 2021-04-23T23:24:38.811Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:38.811Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:38.811Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:38.811Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:38.813Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:38.813Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220278811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:38.913Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:38.914Z||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. 2021-04-23T23:24:38.914Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:38.927Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:38.927Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:39.813Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b82a37d1-b1c2-4e22-8541-daf833ec3140", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8a4e4b0-c3ed-41df-a4d5-89fee1e6d35e", "vfModuleModelCustomizationUUID": "51476f5e-9f6b-4541-aad8-2fd1505ce818", "isBase": true, "artifacts": [ "408d9807-3fe0-4a3d-b7c1-67133ac98f80", "695e8cb5-8e7c-4ac0-b457-466846960248", "90073cea-18a5-4646-92b4-eab0817d1b09" ], "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": "" } } ] 2021-04-23T23:24:39.817Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8a4e4b0-c3ed-41df-a4d5-89fee1e6d35e VfModuleModelInvariantUUID:b82a37d1-b1c2-4e22-8541-daf833ec3140 VfModuleModelDescription:NULL Artifacts UUID List:{ 408d9807-3fe0-4a3d-b7c1-67133ac98f80 , 695e8cb5-8e7c-4ac0-b457-466846960248 , 90073cea-18a5-4646-92b4-eab0817d1b09 } 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 } 2021-04-23T23:24:39.819Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b82a37d1-b1c2-4e22-8541-daf833ec3140", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8a4e4b0-c3ed-41df-a4d5-89fee1e6d35e", "vfModuleModelCustomizationUUID": "51476f5e-9f6b-4541-aad8-2fd1505ce818", "isBase": true, "artifacts": [ "408d9807-3fe0-4a3d-b7c1-67133ac98f80", "695e8cb5-8e7c-4ac0-b457-466846960248", "90073cea-18a5-4646-92b4-eab0817d1b09" ], "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": "" } } ] 2021-04-23T23:24:39.819Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8a4e4b0-c3ed-41df-a4d5-89fee1e6d35e VfModuleModelInvariantUUID:b82a37d1-b1c2-4e22-8541-daf833ec3140 VfModuleModelDescription:NULL Artifacts UUID List:{ 408d9807-3fe0-4a3d-b7c1-67133ac98f80 , 695e8cb5-8e7c-4ac0-b457-466846960248 , 90073cea-18a5-4646-92b4-eab0817d1b09 } 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 } 2021-04-23T23:24:39.820Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 408d9807-3fe0-4a3d-b7c1-67133ac98f80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-23T23:24:39.820Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:39.820Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-23T23:24:40.049Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:40.049Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 408d9807-3fe0-4a3d-b7c1-67133ac98f80 1164 2021-04-23T23:24:40.049Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:40.049Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:40.050Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:40.050Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:40.051Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:40.051Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220280049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:40.152Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:40.153Z||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. 2021-04-23T23:24:40.153Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:40.165Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:40.166Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:41.052Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 90073cea-18a5-4646-92b4-eab0817d1b09 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-23T23:24:41.053Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:24:41.053Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-23T23:24:41.192Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:24:41.192Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 90073cea-18a5-4646-92b4-eab0817d1b09 200 2021-04-23T23:24:41.193Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:41.193Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:41.193Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:24:41.193Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:41.195Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:41.195Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220281193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:24:41.295Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:41.296Z||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. 2021-04-23T23:24:41.296Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:41.306Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:41.307Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:42.195Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1cfc4155-6928-446e-a936-9062bac52599 2021-04-23T23:24:42.195Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1b5d4854-9571-444b-a7fc-ef01443539c5 ASDC 2021-04-23T23:24:42.201Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:24:42.209Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.209Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.209Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:24:42.209Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 88d3ee70-b2cd-4bff-a09e-26c2ad311714 2021-04-23T23:24:42.209Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88d3ee70-b2cd-4bff-a09e-26c2ad311714 matches Tosca VF Customization UUID: 88d3ee70-b2cd-4bff-a09e-26c2ad311714 2021-04-23T23:24:42.210Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 88d3ee70-b2cd-4bff-a09e-26c2ad311714 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:24:42.211Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.211Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.211Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 88d3ee70-b2cd-4bff-a09e-26c2ad311714: {\"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\"} 2021-04-23T23:24:42.212Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3db64bc1 2021-04-23T23:24:42.212Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.212Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:24:42.212Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51476f5e-9f6b-4541-aad8-2fd1505ce818 2021-04-23T23:24:42.212Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51476f5e-9f6b-4541-aad8-2fd1505ce818 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:24:42.213Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.214Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-23T23:24:42.215Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-23T23:24:42.215Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=524855d8-b1fe-40ac-b378-79da03ab493e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:24:42.216Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.216Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:42.216Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:24:42.216Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.217Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-23T23:24:42.217Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=88d3ee70-b2cd-4bff-a09e-26c2ad311714 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:24:42.218Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.218Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.218Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1cfc4155-6928-446e-a936-9062bac52599: basic_cnf 2021-04-23T23:24:42.218Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.219Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.220Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:24:42.220Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:24:42.220Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:24:42.262Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1b5d4854-9571-444b-a7fc-ef01443539c5 1 ASDC deployResourceStructure 2021-04-23T23:24:42.263Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:42.263Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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) 2021-04-23T23:24:42.263Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-23T23:24:42.264Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:42.265Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:42.266Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220282263, "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" } 2021-04-23T23:24:42.366Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:42.367Z||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. 2021-04-23T23:24:42.367Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:42.377Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:42.377Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:43.267Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:43.267Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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) 2021-04-23T23:24:43.267Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-23T23:24:43.267Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:43.268Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:43.269Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220283266, "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" } 2021-04-23T23:24:43.369Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:43.370Z||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. 2021-04-23T23:24:43.370Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:43.382Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:43.382Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:24:44.269Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:44.270Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:44.270Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:24:44.270Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:44.271Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:44.272Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220284269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:24:44.372Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:44.372Z||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. 2021-04-23T23:24:44.373Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:44.381Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:44.382Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:45.273Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:45.273Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:45.273Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:24:45.274Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:45.275Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:45.276Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220285272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:24:45.376Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:45.377Z||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. 2021-04-23T23:24:45.377Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:45.392Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:45.393Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:46.277Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:46.277Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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 2021-04-23T23:24:46.277Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:24:46.277Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:46.279Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:46.279Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220286277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-23T23:24:46.379Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:46.380Z||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. 2021-04-23T23:24:46.380Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:46.392Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:46.392Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:47.280Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-23T23:24:47.280Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-23T23:24:47.280Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:24:47.280Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:24:47.282Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:24:47.282Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220287280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:24:47.382Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:24:47.383Z||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. 2021-04-23T23:24:47.383Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:24:47.395Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:24:47.395Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:24:48.283Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:24:48.290Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:24:48.292Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:24:48.292Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:24:48.292Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:25:18.292Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:25:18.300Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:25:18.303Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:25:18.303Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:25:18.303Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:25:24.107Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:25:24.108Z||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. 2021-04-23T23:25:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:25:24.126Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:25:24.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220144437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220144449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220144445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "cds", "timestamp": 1619220145454, "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=? 2021-04-23T23:25:24.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.142Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220145447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220145636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "policy-id", "timestamp": 1619220146450, "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=? 2021-04-23T23:25:24.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220146793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220148046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220149050, "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=? 2021-04-23T23:25:24.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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=? 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220140877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220150053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220141626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220152921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220154007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220155412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220148368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220148100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220157165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220151056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220159205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220159473, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220159960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220160108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220161127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220161111, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220161211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "dcae-sch", "timestamp": 1619220153667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220161340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "cds", "timestamp": 1619220161659, "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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.189Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "policy-id", "timestamp": 1619220162113, "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=? 2021-04-23T23:25:24.197Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220162215, "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=? 2021-04-23T23:25:24.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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=? 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "ves-openapi-manager", "timestamp": 1619220154626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220162314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220162667, "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=? 2021-04-23T23:25:24.213Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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=? 2021-04-23T23:25:24.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-windriver-id", "timestamp": 1619220163219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220163657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "multicloud-k8s-id", "timestamp": 1619220163669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220164659, "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=? 2021-04-23T23:25:24.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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=? 2021-04-23T23:25:24.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220165439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220165662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220170019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220170216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220170223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220171040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "aai-ml", "timestamp": 1619220171219, "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=? 2021-04-23T23:25:24.235Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.235Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220164223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "clamp", "timestamp": 1619220172044, "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=? 2021-04-23T23:25:24.243Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.243Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220172180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220164672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220173184, "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=? 2021-04-23T23:25:24.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 147efde2-c13a-4832-8948-d5dc76fdde2b 2021-04-23T23:25:24.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 147efde2-c13a-4832-8948-d5dc76fdde2b 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220174213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220175010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220177862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220177867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220155571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220179879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220150728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220180122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220180409, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220180957, "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=? 2021-04-23T23:25:24.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.264Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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=? 2021-04-23T23:25:24.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220181126, "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=? 2021-04-23T23:25:24.271Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.271Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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=? 2021-04-23T23:25:24.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220159422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:25:24.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-k8s-id", "timestamp": 1619220181965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "multicloud-windriver-id", "timestamp": 1619220182129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220182387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220184489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220184584, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220185492, "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=? 2021-04-23T23:25:24.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "aai-ml", "timestamp": 1619220185587, "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=? 2021-04-23T23:25:24.286Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.286Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220187382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:25:24.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220189280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:25:24.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "clamp", "timestamp": 1619220190283, "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=? 2021-04-23T23:25:24.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbc1e709-6d49-4d09-87d0-dcc396efa1db 2021-04-23T23:25:24.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc1e709-6d49-4d09-87d0-dcc396efa1db 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 (?, ?, ?, ?, ?) 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220201271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dccf6b1f2-3b6c-4bc0-8fca-2fe8c1efac5c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/848ad16d-9ef9-45cd-8104-634632dd1b7c/model-vers/model-ver/2953b8e2-799f-4af8-87b9-6e36f6548b95) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:25:24.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:25:24.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:25:48.304Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:25:48.312Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:25:48.314Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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=? 2021-04-23T23:25:48.318Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:26:18.318Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 147efde2-c13a-4832-8948-d5dc76fdde2b 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=? 2021-04-23T23:26:18.322Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 147efde2-c13a-4832-8948-d5dc76fdde2b and serviceModelVersionId: 1cfc4155-6928-446e-a936-9062bac52599 2021-04-23T23:26:18.322Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d3058bc-6713-4e71-a9c7-82169317043e 2021-04-23T23:26:18.323Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?depth=0 2021-04-23T23:26:18.326Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:26:18.357Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?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]} 2021-04-23T23:26:18.358Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?depth=0|INFO|500||Invoke 2021-04-23T23:26:18.374Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:26:18.464Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:26:18.465Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-23:26:18:384-12950], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:26:18 GMT], Content-Type=[application/json]} 2021-04-23T23:26:18.465Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||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/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599","ERR.5.4.6114"]}}} 2021-04-23T23:26:18.468Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec=ERR.5.4.6114) 2021-04-23T23:26:18.468Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (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) 2021-04-23T23:26:18.468Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec=ERR.5.4.6114) 2021-04-23T23:26:18.468Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:26:18.471Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:26:18.471Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 147efde2-c13a-4832-8948-d5dc76fdde2b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec=ERR.5.4.6114) 2021-04-23T23:26:18.471Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:26:18.471Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:18.473Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:18.473Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220378471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:26:18.573Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:18.574Z||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. 2021-04-23T23:26:18.574Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:18.588Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:18.588Z||pool-104-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=? 2021-04-23T23:26:19.630Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:26:19.630Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbc1e709-6d49-4d09-87d0-dcc396efa1db","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4d737f90-46e3-4bf1-adfa-cb554da1ec43","serviceDescription":"service","serviceInvariantUUID":"51f4baff-6344-435f-a821-0de09b35aa56","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab280d35-8fbd-4d8e-bc59-656fb0f5e53d","resourceInvariantUUID":"0f0ad1f5-26e3-4cef-82b0-74a2f0d8ad86","resourceCustomizationUUID":"8f0c53e0-07ff-438f-a5e6-968e7a94cc3e","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":"MzE3MzhlODUwMGQ4M2ZhYzNiOWQ0NzBlZTI0MTlkOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a63ec12-67ce-451d-8858-5dcd0f7ca059","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":"MDBlNWI1MDAyZDMzMWMxOGJhNmZmZDdkMmFmMzQ3N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"86a3ea50-0690-49ed-98e4-416b9ad0fcf1","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"19437d06-1184-469c-a071-f772511fc39e","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":"01a809ad-7bff-455b-8696-a797dcbde4a1","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d934fe2c-94db-4492-bfb2-73f6b11687a6","artifactVersion":"2","generatedFromUUID":"19437d06-1184-469c-a071-f772511fc39e"},{"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":"OTdiMmQ5N2JjYmUwNDBjNTlkMDhkNTAwYzUzZDZiNzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b6734744-4a2f-4cd4-960d-25e66b40d3d8","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":"YmEzYWI4ZTdiMjE5MzI0MmVkOTYwN2JkYzk0MDEyMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f0ed2f0-1437-4e62-9a3f-b2b54461509c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWVhMTA0NWIwZDAzNmI0NzVmYWIxNzQ0ZWIzYjExOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9425627-2632-4aa0-be8d-494aeeeaed2c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:26:19.631Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:19.631Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:19.632Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:19.632Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:19.733Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:19.733Z||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. 2021-04-23T23:26:19.733Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:19.745Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:19.746Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:20.633Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:20.634Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:20.635Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:20.635Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:26:20.735Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:20.736Z||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. 2021-04-23T23:26:20.736Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:20.749Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:20.749Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:21.636Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:21.636Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:21.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:21.638Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:26:21.739Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:26:21.739Z||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. 2021-04-23T23:26:21.739Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:21.751Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:21.751Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:22.639Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:22.639Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:22.641Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:22.641Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:22.741Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:22.742Z||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. 2021-04-23T23:26:22.742Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:22.754Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:22.755Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:23.642Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:23.642Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:23.644Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:23.644Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:26:23.745Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:23.745Z||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. 2021-04-23T23:26:23.745Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:23.758Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:23.758Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:24.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:26:24.107Z||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. 2021-04-23T23:26:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:24.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:24.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220127453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220210229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220214368, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220216710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220219071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220220145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220221148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220222152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220223155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5d7ce3b-dda6-48fa-8155-ecea6191b685", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220254273, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de5d7ce3b-dda6-48fa-8155-ecea6191b685 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d79c6002-0f90-4c9d-80e0-71ba3fe0a80b/model-vers/model-ver/db289eef-3920-457d-8921-eed9e6bc3c77) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-23T23:26:24.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:26:24.645Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:24.645Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:24.647Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:24.647Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:24.747Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:24.748Z||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. 2021-04-23T23:26:24.748Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:24.760Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:24.760Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:25.648Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:25.648Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:25.650Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:25.650Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:26:25.750Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:25.751Z||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. 2021-04-23T23:26:25.751Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:25.762Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:25.763Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:26.650Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:26:26.651Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:26.652Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:26.652Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:26:26.753Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:26:26.753Z||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. 2021-04-23T23:26:26.753Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:26.767Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:26.767Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:27.653Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4d737f90-46e3-4bf1-adfa-cb554da1ec43", "serviceDescription": "service", "serviceInvariantUUID": "51f4baff-6344-435f-a821-0de09b35aa56", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8f0c53e0-07ff-438f-a5e6-968e7a94cc3e", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ab280d35-8fbd-4d8e-bc59-656fb0f5e53d", "resourceInvariantUUID": "0f0ad1f5-26e3-4cef-82b0-74a2f0d8ad86", "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": "MDBlNWI1MDAyZDMzMWMxOGJhNmZmZDdkMmFmMzQ3N2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "86a3ea50-0690-49ed-98e4-416b9ad0fcf1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "19437d06-1184-469c-a071-f772511fc39e", "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d934fe2c-94db-4492-bfb2-73f6b11687a6", "generatedFromUUID": "19437d06-1184-469c-a071-f772511fc39e" }, "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d934fe2c-94db-4492-bfb2-73f6b11687a6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWVhMTA0NWIwZDAzNmI0NzVmYWIxNzQ0ZWIzYjExOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9425627-2632-4aa0-be8d-494aeeeaed2c" } ], "workloadContext": "Production" } 2021-04-23T23:26:27.654Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:26:27.654Z|147efde2-c13a-4832-8948-d5dc76fdde2b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d737f90-46e3-4bf1-adfa-cb554da1ec43 ASDC 2021-04-23T23:26:27.654Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:fbc1e709-6d49-4d09-87d0-dcc396efa1db ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4d737f90-46e3-4bf1-adfa-cb554da1ec43 ServiceInvariantUUID:51f4baff-6344-435f-a821-0de09b35aa56 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:b9425627-2632-4aa0-be8d-494aeeeaed2c ArtifactChecksum:OWVhMTA0NWIwZDAzNmI0NzVmYWIxNzQ0ZWIzYjExOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8f0c53e0-07ff-438f-a5e6-968e7a94cc3e ResourceInvariantUUID:0f0ad1f5-26e3-4cef-82b0-74a2f0d8ad86 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ab280d35-8fbd-4d8e-bc59-656fb0f5e53d 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:86a3ea50-0690-49ed-98e4-416b9ad0fcf1 ArtifactChecksum:MDBlNWI1MDAyZDMzMWMxOGJhNmZmZDdkMmFmMzQ3N2E= 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:19437d06-1184-469c-a071-f772511fc39e ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:d934fe2c-94db-4492-bfb2-73f6b11687a6 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:d934fe2c-94db-4492-bfb2-73f6b11687a6 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:26:27.654Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d737f90-46e3-4bf1-adfa-cb554da1ec43 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=? 2021-04-23T23:26:27.680Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:26:27.681Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:26:27.681Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:26:27.681Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9425627-2632-4aa0-be8d-494aeeeaed2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-23T23:26:27.681Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:26:27.681Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-23T23:26:27.941Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:26:27.944Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b9425627-2632-4aa0-be8d-494aeeeaed2c 82052 2021-04-23T23:26:27.944Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-23T23:26:27.945Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-23T23:26:27.945Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:26:27.945Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:27.946Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:27.946Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220387944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:28.046Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:28.047Z||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. 2021-04-23T23:26:28.047Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:28.058Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:28.058Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:28.947Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:26:28.948Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:26:28.948Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b9425627-2632-4aa0-be8d-494aeeeaed2c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:28.948Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-23T23:26:28.949Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:28.949Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.046Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1565603744024779580/Definitions/service-BasicVmMacro-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-04-23T23:26:29.961Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:26:29.961Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:26:29.961Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.961Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-23T23:26:29.961Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.962Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.963Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:29.964Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:26:29.965Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:26:29.965Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.965Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.965Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.965Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:26:29.966Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.967Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:26:29.967Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.967Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:29.967Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:29.968Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.968Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:29.968Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:29.968Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.968Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-23T23:26:29.969Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c13400e9-f8b7-43fe-b731-7992dd558593 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.970Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.971Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:29.971Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:29.971Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4d737f90-46e3-4bf1-adfa-cb554da1ec43 Model Version:NULL Model InvariantUuid:51f4baff-6344-435f-a821-0de09b35aa56 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:521b1dc4-586d-4990-ab53-9815e7241680 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0f0ad1f5-26e3-4cef-82b0-74a2f0d8ad86 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f0c53e0-07ff-438f-a5e6-968e7a94cc3e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80fe6d73-4b5b-488b-9dfa-33537aa0a00d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:9788e2f2-b97a-46cf-bf99-3dc26fbfaefa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c13400e9-f8b7-43fe-b731-7992dd558593 ModelInvariantUuid:8d1c7d98-b885-43a1-88f5-d2b720fbc430 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:10340f17-f044-4a43-8144-871dd108ab18 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:a9814821-d872-49b5-ab7b-33a3f361e2d6 ModelInvariantUuid:12991c58-3b45-4d2c-ae30-56e6ea56ad4c ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:da321c69-504f-4b95-902d-40cf9dd0f256 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:26:29.975Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ab280d35-8fbd-4d8e-bc59-656fb0f5e53d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:26:29.977Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-04-23T23:26:29.977Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab280d35-8fbd-4d8e-bc59-656fb0f5e53d 2021-04-23T23:26:29.978Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86a3ea50-0690-49ed-98e4-416b9ad0fcf1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-23T23:26:29.978Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:26:29.978Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:32.913Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:26:32.914Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 86a3ea50-0690-49ed-98e4-416b9ad0fcf1 792 2021-04-23T23:26:32.914Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:32.914Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:32.914Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:26:32.914Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:32.916Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:32.916Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220392914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:33.016Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:33.017Z||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. 2021-04-23T23:26:33.017Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:33.028Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:33.028Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:33.916Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "80fe6d73-4b5b-488b-9dfa-33537aa0a00d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9788e2f2-b97a-46cf-bf99-3dc26fbfaefa", "vfModuleModelCustomizationUUID": "718baad2-8796-4eef-b9aa-a5f7c7bd587a", "isBase": true, "artifacts": [ "19437d06-1184-469c-a071-f772511fc39e", "d934fe2c-94db-4492-bfb2-73f6b11687a6" ], "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": "" } } ] 2021-04-23T23:26:33.919Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9788e2f2-b97a-46cf-bf99-3dc26fbfaefa VfModuleModelInvariantUUID:80fe6d73-4b5b-488b-9dfa-33537aa0a00d VfModuleModelDescription:NULL Artifacts UUID List:{ 19437d06-1184-469c-a071-f772511fc39e , d934fe2c-94db-4492-bfb2-73f6b11687a6 } 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 } 2021-04-23T23:26:33.921Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "80fe6d73-4b5b-488b-9dfa-33537aa0a00d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9788e2f2-b97a-46cf-bf99-3dc26fbfaefa", "vfModuleModelCustomizationUUID": "718baad2-8796-4eef-b9aa-a5f7c7bd587a", "isBase": true, "artifacts": [ "19437d06-1184-469c-a071-f772511fc39e", "d934fe2c-94db-4492-bfb2-73f6b11687a6" ], "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": "" } } ] 2021-04-23T23:26:33.921Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9788e2f2-b97a-46cf-bf99-3dc26fbfaefa VfModuleModelInvariantUUID:80fe6d73-4b5b-488b-9dfa-33537aa0a00d VfModuleModelDescription:NULL Artifacts UUID List:{ 19437d06-1184-469c-a071-f772511fc39e , d934fe2c-94db-4492-bfb2-73f6b11687a6 } 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 } 2021-04-23T23:26:33.921Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 19437d06-1184-469c-a071-f772511fc39e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-23T23:26:33.921Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:26:33.921Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:36.158Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:26:36.159Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 19437d06-1184-469c-a071-f772511fc39e 5033 2021-04-23T23:26:36.159Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:36.159Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:36.160Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:26:36.160Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:36.162Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:36.162Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220396159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:36.262Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:36.262Z||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. 2021-04-23T23:26:36.263Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:36.273Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:36.274Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:37.162Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d934fe2c-94db-4492-bfb2-73f6b11687a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-23T23:26:37.163Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:26:37.163Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:40.064Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:26:40.064Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d934fe2c-94db-4492-bfb2-73f6b11687a6 903 2021-04-23T23:26:40.064Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:40.064Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:40.065Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:26:40.065Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:40.066Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:40.066Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220400064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:26:40.167Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:40.167Z||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. 2021-04-23T23:26:40.167Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:40.180Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:40.180Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:41.067Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d737f90-46e3-4bf1-adfa-cb554da1ec43 2021-04-23T23:26:41.067Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ab280d35-8fbd-4d8e-bc59-656fb0f5e53d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8f0c53e0-07ff-438f-a5e6-968e7a94cc3e 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f0c53e0-07ff-438f-a5e6-968e7a94cc3e matches Tosca VF Customization UUID: 8f0c53e0-07ff-438f-a5e6-968e7a94cc3e 2021-04-23T23:26:41.077Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8f0c53e0-07ff-438f-a5e6-968e7a94cc3e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:26:41.079Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.079Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.079Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8f0c53e0-07ff-438f-a5e6-968e7a94cc3e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-23T23:26:41.080Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67552c67 2021-04-23T23:26:41.080Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.080Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:26:41.080Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 718baad2-8796-4eef-b9aa-a5f7c7bd587a 2021-04-23T23:26:41.080Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 718baad2-8796-4eef-b9aa-a5f7c7bd587a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:26:41.082Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.082Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:41.082Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:41.082Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.082Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-23T23:26:41.083Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c13400e9-f8b7-43fe-b731-7992dd558593 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-23T23:26:41.085Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8f0c53e0-07ff-438f-a5e6-968e7a94cc3e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:26:41.086Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d737f90-46e3-4bf1-adfa-cb554da1ec43: basic_vm_macro 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.087Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.088Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.088Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.088Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:26:41.088Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:26:41.088Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:26:41.145Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ab280d35-8fbd-4d8e-bc59-656fb0f5e53d 1 ASDC deployResourceStructure 2021-04-23T23:26:41.145Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:41.145Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:41.145Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:26:41.145Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:41.147Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:41.147Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220401145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:26:41.247Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:41.248Z||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. 2021-04-23T23:26:41.248Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:41.259Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:41.260Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:42.147Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:42.148Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:42.148Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:26:42.148Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:42.150Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:42.150Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220402147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:26:42.250Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:42.251Z||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. 2021-04-23T23:26:42.251Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:42.262Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:42.263Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:43.151Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:43.151Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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 2021-04-23T23:26:43.151Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:26:43.151Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:43.153Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:43.153Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220403150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-23T23:26:43.253Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:43.254Z||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. 2021-04-23T23:26:43.254Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:43.264Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:43.264Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:44.153Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-23T23:26:44.154Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-23T23:26:44.154Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:26:44.154Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:26:44.156Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:26:44.156Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220404153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:26:44.257Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:26:44.257Z||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. 2021-04-23T23:26:44.257Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:26:44.267Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:26:44.267Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:26:45.157Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc1e709-6d49-4d09-87d0-dcc396efa1db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:26:45.163Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc1e709-6d49-4d09-87d0-dcc396efa1db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:26:45.165Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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=? 2021-04-23T23:26:45.169Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:27:00.675Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5ea75d4f ((conn=2074) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-23T23:27:00.678Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5877a6a8 ((conn=2075) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-23T23:27:15.169Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc1e709-6d49-4d09-87d0-dcc396efa1db 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=? 2021-04-23T23:27:15.175Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc1e709-6d49-4d09-87d0-dcc396efa1db and serviceModelVersionId: 4d737f90-46e3-4bf1-adfa-cb554da1ec43 2021-04-23T23:27:15.175Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f4baff-6344-435f-a821-0de09b35aa56 2021-04-23T23:27:15.175Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?depth=0 2021-04-23T23:27:15.179Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:27:15.211Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?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]} 2021-04-23T23:27:15.212Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?depth=0|INFO|500||Invoke 2021-04-23T23:27:15.230Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:27:15.257Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:27:15.257Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-23:27:15:240-31032], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:27:15 GMT], Content-Type=[application/json]} 2021-04-23T23:27:15.258Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||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/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43","ERR.5.4.6114"]}}} 2021-04-23T23:27:15.261Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec=ERR.5.4.6114) 2021-04-23T23:27:15.262Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (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) 2021-04-23T23:27:15.262Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec=ERR.5.4.6114) 2021-04-23T23:27:15.262Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:27:15.265Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:27:15.266Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc1e709-6d49-4d09-87d0-dcc396efa1db and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec=ERR.5.4.6114) 2021-04-23T23:27:15.266Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:27:15.266Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:15.268Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:15.268Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220435266, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:27:15.368Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:15.369Z||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. 2021-04-23T23:27:15.369Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:15.383Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:15.384Z||pool-121-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=? 2021-04-23T23:27:16.277Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:27:16.277Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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. 2021-04-23T23:27:16.277Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:24.106Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:27:24.107Z||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. 2021-04-23T23:27:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:24.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:24.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:27:24.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:27:24.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220269326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220273769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220276565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220278811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220280049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220281193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220282263, "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" } 2021-04-23T23:27:24.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220283266, "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" } 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220284269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220285272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220286277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220287280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:27:24.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:27:26.482Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:26.483Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:27:26.483Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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. 2021-04-23T23:27:26.483Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:36.025Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:36.025Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:27:36.026Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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. 2021-04-23T23:27:36.026Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:45.696Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:45.697Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:27:45.697Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6b12903-8c9e-44f1-865e-833dcda8895a","serviceName":"vFW 2021-04-23 23-26-15","serviceVersion":"1.0","serviceUUID":"aba61237-308c-4798-bf82-4b16e0c12519","serviceDescription":"catalog service description","serviceInvariantUUID":"514b4173-2f1a-4bc5-8edf-259dc488d1a0","resources":[{"resourceInstanceName":"vFW e2c6e99e-d99d 0","resourceName":"vFW e2c6e99e-d99d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67db1fa9-716b-4d74-8333-c5913f1186c2","resourceInvariantUUID":"7a237959-3ec7-499f-87c9-d2627f54832f","resourceCustomizationUUID":"9829bdac-7259-49a3-a03d-1fa088cde6d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml","artifactChecksum":"ODg4NDY1NjVmMTRmNWVlMDI2ODg4Njk3ZDc3MDg0ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3f75b02-a01f-4b85-ae57-325a16e0b654","artifactVersion":"1"},{"artifactName":"vfwe2c6e99ed99d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json","artifactChecksum":"NDI3ZTA1YzY3YjA4ZGQwOGE3NGFiMTc4ODFkYWZkNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e7ad5d1-d556-4efb-ae7c-15a04948fe62","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41435109-bd30-4d71-b2b1-519f81502e1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmY4MDUxNGRkZTEyOGQyZDc3MDY0ZmMyOWQyYjRkYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c38baa24-b734-4626-9384-0286518cf957","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3061969a-7bc7-48ad-8c2c-91336e318e54","artifactVersion":"2","generatedFromUUID":"41435109-bd30-4d71-b2b1-519f81502e1b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423232615-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml","artifactChecksum":"ZWJiMDRlOGVmZDkxZWE0Yjk4YzQxMjYwNGM3YzU5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b723a96-d636-43fc-8f19-a1f361a2c3da","artifactVersion":"1"},{"artifactName":"service-Vfw20210423232615-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar","artifactChecksum":"YmUxNjE4MzlkYTM3YmZkYzg4ODljMzYwM2IyMzM4YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25892cd3-26e9-4c79-9556-744b809f43e8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:27:45.698Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:45.699Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:45.701Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:45.701Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:27:45.801Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:45.802Z||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. 2021-04-23T23:27:45.802Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:45.819Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:45.819Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:27:46.702Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:46.702Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:46.704Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:46.704Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:27:46.805Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:27:46.805Z||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. 2021-04-23T23:27:46.805Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:46.818Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:46.818Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:47.705Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:47.705Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:47.707Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:47.707Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:27:47.807Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:47.808Z||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. 2021-04-23T23:27:47.808Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:47.820Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:47.821Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:48.707Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:48.708Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:48.710Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:48.710Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:27:48.810Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:48.811Z||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. 2021-04-23T23:27:48.811Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:48.827Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:48.827Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:49.710Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:49.711Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:49.712Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:49.712Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:27:49.813Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:49.813Z||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. 2021-04-23T23:27:49.813Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:49.823Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:49.823Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:50.713Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:50.713Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:50.715Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:50.715Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:27:50.815Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:50.816Z||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. 2021-04-23T23:27:50.816Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:50.828Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:50.829Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:27:51.715Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:27:51.716Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:51.718Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:51.718Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:27:51.818Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-04-23T23:27:51.818Z||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. 2021-04-23T23:27:51.819Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:51.831Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:51.831Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:52.725Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "serviceName": "vFW 2021-04-23 23-26-15", "serviceVersion": "1.0", "serviceUUID": "aba61237-308c-4798-bf82-4b16e0c12519", "serviceDescription": "catalog service description", "serviceInvariantUUID": "514b4173-2f1a-4bc5-8edf-259dc488d1a0", "resources": [ { "resourceInstanceName": "vFW e2c6e99e-d99d 0", "resourceCustomizationUUID": "9829bdac-7259-49a3-a03d-1fa088cde6d2", "resourceName": "vFW e2c6e99e-d99d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "67db1fa9-716b-4d74-8333-c5913f1186c2", "resourceInvariantUUID": "7a237959-3ec7-499f-87c9-d2627f54832f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe2c6e99ed99d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "artifactChecksum": "NDI3ZTA1YzY3YjA4ZGQwOGE3NGFiMTc4ODFkYWZkNTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4e7ad5d1-d556-4efb-ae7c-15a04948fe62", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "41435109-bd30-4d71-b2b1-519f81502e1b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3061969a-7bc7-48ad-8c2c-91336e318e54", "generatedFromUUID": "41435109-bd30-4d71-b2b1-519f81502e1b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3061969a-7bc7-48ad-8c2c-91336e318e54", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210423232615-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "artifactChecksum": "YmUxNjE4MzlkYTM3YmZkYzg4ODljMzYwM2IyMzM4YWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25892cd3-26e9-4c79-9556-744b809f43e8" } ], "workloadContext": "Production" } 2021-04-23T23:27:52.725Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:27:52.726Z|fbc1e709-6d49-4d09-87d0-dcc396efa1db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aba61237-308c-4798-bf82-4b16e0c12519 ASDC 2021-04-23T23:27:52.726Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a6b12903-8c9e-44f1-865e-833dcda8895a ServiceName:vFW 2021-04-23 23-26-15 ServiceVersion:1.0 ServiceUUID:aba61237-308c-4798-bf82-4b16e0c12519 ServiceInvariantUUID:514b4173-2f1a-4bc5-8edf-259dc488d1a0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210423232615-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar ArtifactUUID:25892cd3-26e9-4c79-9556-744b809f43e8 ArtifactChecksum:YmUxNjE4MzlkYTM3YmZkYzg4ODljMzYwM2IyMzM4YWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e2c6e99e-d99d 0 ResourceCustomizationUUID:9829bdac-7259-49a3-a03d-1fa088cde6d2 ResourceInvariantUUID:7a237959-3ec7-499f-87c9-d2627f54832f ResourceName:vFW e2c6e99e-d99d ResourceType:VF ResourceUUID:67db1fa9-716b-4d74-8333-c5913f1186c2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe2c6e99ed99d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json ArtifactUUID:4e7ad5d1-d556-4efb-ae7c-15a04948fe62 ArtifactChecksum:NDI3ZTA1YzY3YjA4ZGQwOGE3NGFiMTc4ODFkYWZkNTY= 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/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml ArtifactUUID:41435109-bd30-4d71-b2b1-519f81502e1b 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/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env ArtifactUUID:3061969a-7bc7-48ad-8c2c-91336e318e54 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/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env ArtifactUUID:3061969a-7bc7-48ad-8c2c-91336e318e54 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:27:52.726Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aba61237-308c-4798-bf82-4b16e0c12519 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 (?, ?, ?, ?, ?) 2021-04-23T23:27:52.753Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:27:52.754Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:27:52.754Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:27:52.754Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25892cd3-26e9-4c79-9556-744b809f43e8 from URL: /sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:52.754Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:27:52.754Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:54.355Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:27:54.359Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar 25892cd3-26e9-4c79-9556-744b809f43e8 110099 2021-04-23T23:27:54.360Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar ASDC sendASDCNotification 2021-04-23T23:27:54.360Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:54.360Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:27:54.360Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:54.361Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:54.361Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220474360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:54.462Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:54.462Z||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. 2021-04-23T23:27:54.463Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:54.472Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:54.472Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:55.363Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:27:55.364Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:27:55.364Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 25892cd3-26e9-4c79-9556-744b809f43e8, URL: /sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar to file: /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:55.364Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423232615-csar.csar 2021-04-23T23:27:55.364Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:55.365Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:55.510Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9240637788199753276/Definitions/service-Vfw20210423232615-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 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.318Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e2c6e99e-d99d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e2c6e99e-d99d 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-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423232615-csar.csar 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:27:57.319Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.320Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:27:57.321Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.322Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.323Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:27:57.324Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2462785a-183f-45d5-bf08-883f492c6ebb 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:27:57.325Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.326Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86250745-daaf-4192-a39d-7cd80ca7e9f1 2021-04-23T23:27:57.328Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.328Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:27:57.329Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:27:57.329Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:27:57.329Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:27:57.330Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=277c212e-dddf-4890-b0ac-16624956fa08 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.331Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:27:57.332Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-23 23-26-15 Description:catalog service description Model UUID:aba61237-308c-4798-bf82-4b16e0c12519 Model Version:NULL Model InvariantUuid:514b4173-2f1a-4bc5-8edf-259dc488d1a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e2c6e99e-d99d Model UUID:53af4848-9237-4110-b78f-16dae12545b0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7a237959-3ec7-499f-87c9-d2627f54832f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9829bdac-7259-49a3-a03d-1fa088cde6d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f5ebd2bb-6759-445b-a07e-41dbae9d7ff0 ModelName:VfwE2c6e99eD99d..base_vfw..module-0 ModelUuid:2f103d68-fdec-466e-856f-4d730d8eba56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2462785a-183f-45d5-bf08-883f492c6ebb ModelInvariantUuid:43fea714-445a-4ce1-9f31-8d621181a732 ModelName:vFW e2c6e99e-d99d-nodes.vfwCvfc ModelUuid:e6e241e0-5c60-49ec-bb47-9800ca2ac4d0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:08252ad7-c016-42fd-973c-5e34dc07f616 ModelInvariantUuid:ef53f763-7882-4f0e-8071-6bf7ca9adeef ModelName:VfwE2c6e99eD99d.compute.nodes.heat.vfw ModelUuid:9533ed93-0ef2-417e-a667-6876b839efb8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:86250745-daaf-4192-a39d-7cd80ca7e9f1 ModelInvariantUuid:4e5f1272-8a9a-47b5-bc7a-dcc5e14b2553 ModelName:vFW e2c6e99e-d99d-nodes.vsnCvfc ModelUuid:40606ff5-5a2a-4f5b-8d82-ce5ec2c0c6b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:35f990fa-6363-4ded-807c-1477f1cef8cf ModelInvariantUuid:5b1bd0bf-25c0-46d4-96b4-2b904a36642e ModelName:VfwE2c6e99eD99d.compute.nodes.heat.vsn ModelUuid:fa283417-439e-44d1-835e-891293c36c64 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:277c212e-dddf-4890-b0ac-16624956fa08 ModelInvariantUuid:cc2c59cd-837a-45eb-adc7-cc2d7ebc12fc ModelName:vFW e2c6e99e-d99d-nodes.vpgCvfc ModelUuid:6b6d147d-399e-4b2f-944b-90b302d801d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c8c37719-bf4b-4535-8def-6fef45d375ef ModelInvariantUuid:abe48aed-6858-420f-aeef-c0ed3317e6da ModelName:VfwE2c6e99eD99d.compute.nodes.heat.vpg ModelUuid:7174ac33-6b27-4c4a-b05c-05ec565985be 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:27:57.337Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 67db1fa9-716b-4d74-8333-c5913f1186c2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:27:57.339Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||vFW e2c6e99e-d99d 0 2021-04-23T23:27:57.339Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67db1fa9-716b-4d74-8333-c5913f1186c2 2021-04-23T23:27:57.339Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e7ad5d1-d556-4efb-ae7c-15a04948fe62 from URL: /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json 2021-04-23T23:27:57.340Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:27:57.340Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json 2021-04-23T23:27:58.557Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:27:58.558Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json 4e7ad5d1-d556-4efb-ae7c-15a04948fe62 785 2021-04-23T23:27:58.558Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json ASDC sendASDCNotification 2021-04-23T23:27:58.558Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json 2021-04-23T23:27:58.558Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:27:58.559Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:27:58.561Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:27:58.561Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220478558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:27:58.661Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:27:58.662Z||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. 2021-04-23T23:27:58.662Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:27:58.672Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:27:58.672Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:27:59.561Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE2c6e99eD99d..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5ebd2bb-6759-445b-a07e-41dbae9d7ff0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f103d68-fdec-466e-856f-4d730d8eba56", "vfModuleModelCustomizationUUID": "26a45390-6c75-4e0a-8cc3-e3a52c186d21", "isBase": true, "artifacts": [ "41435109-bd30-4d71-b2b1-519f81502e1b", "3061969a-7bc7-48ad-8c2c-91336e318e54" ], "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": "" } } ] 2021-04-23T23:27:59.564Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE2c6e99eD99d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f103d68-fdec-466e-856f-4d730d8eba56 VfModuleModelInvariantUUID:f5ebd2bb-6759-445b-a07e-41dbae9d7ff0 VfModuleModelDescription:NULL Artifacts UUID List:{ 41435109-bd30-4d71-b2b1-519f81502e1b , 3061969a-7bc7-48ad-8c2c-91336e318e54 } 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 } 2021-04-23T23:27:59.566Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE2c6e99eD99d..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5ebd2bb-6759-445b-a07e-41dbae9d7ff0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f103d68-fdec-466e-856f-4d730d8eba56", "vfModuleModelCustomizationUUID": "26a45390-6c75-4e0a-8cc3-e3a52c186d21", "isBase": true, "artifacts": [ "41435109-bd30-4d71-b2b1-519f81502e1b", "3061969a-7bc7-48ad-8c2c-91336e318e54" ], "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": "" } } ] 2021-04-23T23:27:59.566Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE2c6e99eD99d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f103d68-fdec-466e-856f-4d730d8eba56 VfModuleModelInvariantUUID:f5ebd2bb-6759-445b-a07e-41dbae9d7ff0 VfModuleModelDescription:NULL Artifacts UUID List:{ 41435109-bd30-4d71-b2b1-519f81502e1b , 3061969a-7bc7-48ad-8c2c-91336e318e54 } 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 } 2021-04-23T23:27:59.566Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41435109-bd30-4d71-b2b1-519f81502e1b from URL: /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml 2021-04-23T23:27:59.567Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:27:59.567Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml 2021-04-23T23:28:00.603Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:28:00.604Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml 41435109-bd30-4d71-b2b1-519f81502e1b 20368 2021-04-23T23:28:00.604Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:28:00.604Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml 2021-04-23T23:28:00.604Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:28:00.605Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:00.606Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:00.606Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220480604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:28:00.706Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:00.707Z||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. 2021-04-23T23:28:00.707Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:00.717Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:00.717Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:01.606Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3061969a-7bc7-48ad-8c2c-91336e318e54 from URL: /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env 2021-04-23T23:28:01.607Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:28:01.608Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env 2021-04-23T23:28:01.809Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:28:01.810Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env 3061969a-7bc7-48ad-8c2c-91336e318e54 2098 2021-04-23T23:28:01.810Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:28:01.810Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env 2021-04-23T23:28:01.810Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:28:01.810Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:01.812Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:01.812Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220481810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:28:01.912Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:01.913Z||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. 2021-04-23T23:28:01.913Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:01.926Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:01.926Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:02.812Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aba61237-308c-4798-bf82-4b16e0c12519 2021-04-23T23:28:02.813Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e2c6e99e-d99d 0 67db1fa9-716b-4d74-8333-c5913f1186c2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9829bdac-7259-49a3-a03d-1fa088cde6d2 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9829bdac-7259-49a3-a03d-1fa088cde6d2 matches Tosca VF Customization UUID: 9829bdac-7259-49a3-a03d-1fa088cde6d2 2021-04-23T23:28:02.827Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9829bdac-7259-49a3-a03d-1fa088cde6d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:28:02.834Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.834Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.835Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9829bdac-7259-49a3-a03d-1fa088cde6d2: {\"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\"} 2021-04-23T23:28:02.835Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38d2f48b 2021-04-23T23:28:02.835Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.836Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:28:02.836Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26a45390-6c75-4e0a-8cc3-e3a52c186d21 2021-04-23T23:28:02.836Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26a45390-6c75-4e0a-8cc3-e3a52c186d21 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:28:02.838Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.838Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.838Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:28:02.838Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.838Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.839Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:28:02.840Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.840Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:28:02.840Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.840Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2462785a-183f-45d5-bf08-883f492c6ebb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:28:02.841Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.841Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:28:02.842Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.843Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86250745-daaf-4192-a39d-7cd80ca7e9f1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:28:02.844Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is not matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.845Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:28:02.846Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=277c212e-dddf-4890-b0ac-16624956fa08 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:28:02.847Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.848Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.848Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:28:02.848Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.848Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Node template vFW e2c6e99e-d99d 0 is matching search criteria 2021-04-23T23:28:02.848Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e2c6e99e-d99d 0] matching following query criteria: sdcType=VF, customizationUUID=9829bdac-7259-49a3-a03d-1fa088cde6d2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aba61237-308c-4798-bf82-4b16e0c12519: vFW e2c6e99e-d99d 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.850Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-23 23-26-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:28:02.851Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-23 23-26-15 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:28:02.998Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e2c6e99e-d99d 67db1fa9-716b-4d74-8333-c5913f1186c2 1 ASDC deployResourceStructure 2021-04-23T23:28:02.998Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json ASDC sendASDCNotification 2021-04-23T23:28:02.998Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json 2021-04-23T23:28:02.998Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:28:02.998Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:03.000Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:03.000Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220482998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:28:03.100Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:03.101Z||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. 2021-04-23T23:28:03.101Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:03.113Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:03.113Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:04.001Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:28:04.001Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml 2021-04-23T23:28:04.001Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:28:04.002Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:04.003Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:04.004Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220484001, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:28:04.104Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:04.104Z||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. 2021-04-23T23:28:04.105Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:04.123Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:04.123Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:05.004Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:28:05.005Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env 2021-04-23T23:28:05.005Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:28:05.005Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:05.006Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:05.007Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220485004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:28:05.107Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:05.108Z||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. 2021-04-23T23:28:05.108Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:05.119Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:05.119Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:06.008Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar ASDC sendASDCNotification 2021-04-23T23:28:06.008Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar 2021-04-23T23:28:06.008Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:28:06.008Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:28:06.010Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:28:06.010Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220486007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:28:06.110Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:28:06.111Z||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. 2021-04-23T23:28:06.111Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:06.123Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:06.124Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:28:07.010Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:28:07.017Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:28:07.018Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:28:07.019Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:28:07.019Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:28:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:28:24.107Z||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. 2021-04-23T23:28:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:28:24.130Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:28:24.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "147efde2-c13a-4832-8948-d5dc76fdde2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220378471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d147efde2-c13a-4832-8948-d5dc76fdde2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0d3058bc-6713-4e71-a9c7-82169317043e/model-vers/model-ver/1cfc4155-6928-446e-a936-9062bac52599) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-23T23:28:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:28:37.019Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:28:37.026Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:28:37.027Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:28:37.027Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:28:37.027Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:29:07.027Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:29:07.035Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:29:07.036Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:29:07.036Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:29:07.036Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:29:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:29:24.107Z||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. 2021-04-23T23:29:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:29:24.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:29:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220255284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220387944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220392914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220396159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220400064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220401145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220402147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220403150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220404153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbc1e709-6d49-4d09-87d0-dcc396efa1db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220435266, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfbc1e709-6d49-4d09-87d0-dcc396efa1db Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f4baff-6344-435f-a821-0de09b35aa56/model-vers/model-ver/4d737f90-46e3-4bf1-adfa-cb554da1ec43) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:29:24.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:29:37.036Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:29:37.047Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:29:37.048Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:29:37.048Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:29:37.048Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:30:07.049Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:30:07.059Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:30:07.061Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:30:07.062Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:30:07.062Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:30:24.107Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:30:24.108Z||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. 2021-04-23T23:30:24.108Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:30:24.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:30:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:30:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:30:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:30:24.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220456025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220461626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220459422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220460878, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220463368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220465620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220474360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220474359, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220474363, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220474462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220474510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220474656, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220468100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "cds", "timestamp": 1619220475516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-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=? 2021-04-23T23:30:24.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.154Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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 (?, ?, ?, ?, ?) 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220477206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220477276, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220477306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220477401, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220477542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220478281, "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=? 2021-04-23T23:30:24.168Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.169Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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 (?, ?, ?, ?, ?) 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220478309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220478558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "policy-id", "timestamp": 1619220479311, "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=? 2021-04-23T23:30:24.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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 (?, ?, ?, ?, ?) 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220479664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220479870, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220479959, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "dcae-sch", "timestamp": 1619220473667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220480604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220480669, "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=? 2021-04-23T23:30:24.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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=? 2021-04-23T23:30:24.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220480874, "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=? 2021-04-23T23:30:24.194Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.194Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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=? 2021-04-23T23:30:24.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220480974, "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=? 2021-04-23T23:30:24.200Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.200Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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=? 2021-04-23T23:30:24.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "ves-openapi-manager", "timestamp": 1619220474624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-windriver-id", "timestamp": 1619220481672, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220481810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220481877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "multicloud-k8s-id", "timestamp": 1619220481976, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220482998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220484001, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220485004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220486007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vfwe2c6e99ed99d0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220480729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/resourceInstances/vfwe2c6e99ed99d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220485571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220494171, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220498561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220499584, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220500514, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423232615/1.0/artifacts/service-Vfw20210423232615-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:30:24.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:30:24.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "clamp", "timestamp": 1619220500588, "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=? 2021-04-23T23:30:24.213Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.213Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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 (?, ?, ?, ?, ?) 2021-04-23T23:30:24.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:30:24.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "aai-ml", "timestamp": 1619220501516, "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=? 2021-04-23T23:30:24.223Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a6b12903-8c9e-44f1-865e-833dcda8895a 2021-04-23T23:30:24.223Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b12903-8c9e-44f1-865e-833dcda8895a 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 (?, ?, ?, ?, ?) 2021-04-23T23:30:37.062Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:30:37.070Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:30:37.072Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||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=? 2021-04-23T23:30:37.075Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:31:07.076Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6b12903-8c9e-44f1-865e-833dcda8895a 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=? 2021-04-23T23:31:07.080Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6b12903-8c9e-44f1-865e-833dcda8895a and serviceModelVersionId: aba61237-308c-4798-bf82-4b16e0c12519 2021-04-23T23:31:07.080Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 514b4173-2f1a-4bc5-8edf-259dc488d1a0 2021-04-23T23:31:07.081Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?depth=0 2021-04-23T23:31:07.085Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:31:07.112Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?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]} 2021-04-23T23:31:07.113Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?depth=0|INFO|500||Invoke 2021-04-23T23:31:07.129Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:31:07.152Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:31:07.153Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-23:31:07:139-25876], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:31:07 GMT], Content-Type=[application/json]} 2021-04-23T23:31:07.162Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||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/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519","ERR.5.4.6114"]}}} 2021-04-23T23:31:07.167Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec=ERR.5.4.6114) 2021-04-23T23:31:07.167Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (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) 2021-04-23T23:31:07.167Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec=ERR.5.4.6114) 2021-04-23T23:31:07.167Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:31:07.170Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:31:07.170Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6b12903-8c9e-44f1-865e-833dcda8895a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec=ERR.5.4.6114) 2021-04-23T23:31:07.170Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:31:07.170Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:07.172Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:07.172Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220667170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:31:07.272Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:07.273Z||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. 2021-04-23T23:31:07.273Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:07.287Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:07.288Z||pool-137-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=? 2021-04-23T23:31:08.180Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:31:08.181Z|a6b12903-8c9e-44f1-865e-833dcda8895a|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. 2021-04-23T23:31:08.181Z|a6b12903-8c9e-44f1-865e-833dcda8895a|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:12.473Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:12.473Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-23T23:31:12.474Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ea74f42-d478-4f01-93a5-5219d8d245d6","serviceName":"Demo_pNF_UZW5h522hBHKNshC0Kvm","serviceVersion":"1.0","serviceUUID":"de7dc97f-dce1-4e71-92cf-580e2baa4202","serviceDescription":"catalog service description","serviceInvariantUUID":"161766f0-b2fe-479b-a409-74d8da120e87","resources":[{"resourceInstanceName":"pNF c56c361c-2edc 0","resourceName":"pNF c56c361c-2edc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95f06a34-50e5-4b79-a843-933f13ec7d7c","resourceInvariantUUID":"148dfc45-e80f-4956-9970-93227a33b9bc","resourceCustomizationUUID":"00c1e206-520d-4605-a1c1-318be2072078","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml","artifactChecksum":"NmRiMjBlMDg5YmJkNDQ1Y2Q3ZGM2YWU5OGY0OWNmYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0026839-cc19-4f44-b502-3b5047b05e20","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar","artifactChecksum":"NDc1ZTIzMTczNjQ1M2Y0ODU1ZjkyMjA2NTk5NWU2OTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f54af533-3e89-4e4b-8fd3-66132f8a1dcb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ba65cf0-9198-47fc-ad08-dd9b710f0341","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml","artifactChecksum":"NTgwZjI0NTA1NmI4ZTNmNGJmMTc3NzNlYWNkOTM2YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bdd0ddd8-163f-4170-be79-04fe1146a995","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d523fcc7-b2b8-4a08-9108-e287b34a6a08","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d8a181e-0e18-4a24-a605-5b181f93abcb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUzw5h522hbhknshc0kvm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml","artifactChecksum":"ZDNjMmE2N2FhNzViMGZjYTYwMzAzN2VkYzJkMjhiNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fe24279-34c8-45d1-9dd5-18873a01a503","artifactVersion":"1"},{"artifactName":"service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar","artifactChecksum":"ZDFlMTRkZTUxZmIzMjQ5N2Q3MzQ1NTM4NzRjYmNlNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee5b7974-b130-4b7e-9b55-839c70f4a013","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:31:12.475Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:12.475Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:12.477Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:12.477Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:12.577Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:12.578Z||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. 2021-04-23T23:31:12.578Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:12.588Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:12.589Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:13.477Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:13.478Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:13.479Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:13.479Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:13.580Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:13.580Z||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. 2021-04-23T23:31:13.580Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:13.590Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:13.590Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:14.480Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:14.481Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:14.482Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:14.482Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:14.583Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:31:14.583Z||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. 2021-04-23T23:31:14.583Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:14.596Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:14.596Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:15.483Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:15.484Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:15.485Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:15.485Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:15.586Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:15.586Z||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. 2021-04-23T23:31:15.586Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:15.596Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:15.596Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:31:16.486Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:16.487Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:16.489Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:16.489Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:16.589Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:16.589Z||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. 2021-04-23T23:31:16.590Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:16.601Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:16.601Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:17.489Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:17.490Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:17.492Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:17.492Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:17.592Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:17.593Z||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. 2021-04-23T23:31:17.593Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:17.605Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:17.605Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:31:18.492Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:18.493Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:18.495Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:18.495Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:18.595Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:18.596Z||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. 2021-04-23T23:31:18.596Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:18.604Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:18.605Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:19.495Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:31:19.496Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:19.497Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:19.498Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:19.598Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:19.599Z||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. 2021-04-23T23:31:19.599Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:19.608Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:19.608Z||pool-145-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:20.499Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "serviceName": "Demo_pNF_UZW5h522hBHKNshC0Kvm", "serviceVersion": "1.0", "serviceUUID": "de7dc97f-dce1-4e71-92cf-580e2baa4202", "serviceDescription": "catalog service description", "serviceInvariantUUID": "161766f0-b2fe-479b-a409-74d8da120e87", "resources": [ { "resourceInstanceName": "pNF c56c361c-2edc 0", "resourceCustomizationUUID": "00c1e206-520d-4605-a1c1-318be2072078", "resourceName": "pNF c56c361c-2edc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "95f06a34-50e5-4b79-a843-933f13ec7d7c", "resourceInvariantUUID": "148dfc45-e80f-4956-9970-93227a33b9bc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "artifactChecksum": "ZDFlMTRkZTUxZmIzMjQ5N2Q3MzQ1NTM4NzRjYmNlNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee5b7974-b130-4b7e-9b55-839c70f4a013" } ], "workloadContext": "Production" } 2021-04-23T23:31:20.499Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:31:20.499Z|a6b12903-8c9e-44f1-865e-833dcda8895a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de7dc97f-dce1-4e71-92cf-580e2baa4202 ASDC 2021-04-23T23:31:20.499Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9ea74f42-d478-4f01-93a5-5219d8d245d6 ServiceName:Demo_pNF_UZW5h522hBHKNshC0Kvm ServiceVersion:1.0 ServiceUUID:de7dc97f-dce1-4e71-92cf-580e2baa4202 ServiceInvariantUUID:161766f0-b2fe-479b-a409-74d8da120e87 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar ArtifactUUID:ee5b7974-b130-4b7e-9b55-839c70f4a013 ArtifactChecksum:ZDFlMTRkZTUxZmIzMjQ5N2Q3MzQ1NTM4NzRjYmNlNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c56c361c-2edc 0 ResourceCustomizationUUID:00c1e206-520d-4605-a1c1-318be2072078 ResourceInvariantUUID:148dfc45-e80f-4956-9970-93227a33b9bc ResourceName:pNF c56c361c-2edc ResourceType:PNF ResourceUUID:95f06a34-50e5-4b79-a843-933f13ec7d7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-23T23:31:20.499Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de7dc97f-dce1-4e71-92cf-580e2baa4202 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:20.531Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:31:20.532Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:31:20.532Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:31:20.532Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee5b7974-b130-4b7e-9b55-839c70f4a013 from URL: /sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:20.532Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-23T23:31:20.533Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:20.673Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-23T23:31:20.676Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar ee5b7974-b130-4b7e-9b55-839c70f4a013 83317 2021-04-23T23:31:20.677Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar ASDC sendASDCNotification 2021-04-23T23:31:20.677Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:20.677Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:31:20.677Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:20.679Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:20.679Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220680676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:20.779Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:20.779Z||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. 2021-04-23T23:31:20.780Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:20.790Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:20.791Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:31:21.679Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:31:21.680Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-23T23:31:21.681Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ee5b7974-b130-4b7e-9b55-839c70f4a013, URL: /sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar to file: /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:21.681Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:21.681Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:21.682Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:21.777Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11070186508801924791/Definitions/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml 2021-04-23T23:31:22.373Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:31:22.373Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:31:22.373Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c56c361c-2edc 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||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-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||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-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.374Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c56c361c-2edc 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-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.375Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Node template pNF c56c361c-2edc 0 is matching search criteria 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c56c361c-2edc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.376Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Node template pNF c56c361c-2edc 0 is matching search criteria 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c56c361c-2edc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.377Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.378Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_UZW5h522hBHKNshC0Kvm Description:catalog service description Model UUID:de7dc97f-dce1-4e71-92cf-580e2baa4202 Model Version:NULL Model InvariantUuid:161766f0-b2fe-479b-a409-74d8da120e87 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:31:22.384Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 95f06a34-50e5-4b79-a843-933f13ec7d7c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:31:22.385Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||pNF c56c361c-2edc 0 2021-04-23T23:31:22.386Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 95f06a34-50e5-4b79-a843-933f13ec7d7c 2021-04-23T23:31:22.386Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: de7dc97f-dce1-4e71-92cf-580e2baa4202 2021-04-23T23:31:22.386Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: de7dc97f-dce1-4e71-92cf-580e2baa4202 2021-04-23T23:31:22.386Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c56c361c-2edc 0 95f06a34-50e5-4b79-a843-933f13ec7d7c ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:31:22.389Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.389Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.389Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid de7dc97f-dce1-4e71-92cf-580e2baa4202: pNF c56c361c-2edc 2021-04-23T23:31:22.390Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Processing PNF resource: 95f06a34-50e5-4b79-a843-933f13ec7d7c 2021-04-23T23:31:22.390Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:31:22.390Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_UZW5h522hBHKNshC0Kvm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:31:22.390Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 00c1e206-520d-4605-a1c1-318be2072078 is the same as notified resource customizationUUID: 00c1e206-520d-4605-a1c1-318be2072078 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-04-23T23:31:22.411Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c56c361c-2edc 95f06a34-50e5-4b79-a843-933f13ec7d7c 0 ASDC deployResourceStructure 2021-04-23T23:31:22.411Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar ASDC sendASDCNotification 2021-04-23T23:31:22.411Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar 2021-04-23T23:31:22.411Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:31:22.411Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:31:22.413Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:31:22.413Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220682411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:31:22.513Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:31:22.513Z||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. 2021-04-23T23:31:22.514Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:22.525Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:22.525Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-23T23:31:23.414Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:31:23.421Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:31:23.423Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:31:23.423Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-23T23:31:23.423Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-23T23:31:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:31:24.107Z||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. 2021-04-23T23:31:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:31:24.130Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-k8s-id", "timestamp": 1619220561626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-starlingx-id", "timestamp": 1619220565620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "multicloud-windriver-id", "timestamp": 1619220560878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220568100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220568368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220570728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220578909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220579116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220579912, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "cds", "timestamp": 1619220580120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-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=? 2021-04-23T23:31:24.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "policy-id", "timestamp": 1619220580914, "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=? 2021-04-23T23:31:24.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.156Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:24.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "dcae-sch", "timestamp": 1619220573667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220574624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220575571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220583553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220584369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220584413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220584573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220585450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "ves-openapi-manager", "timestamp": 1619220585576, "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=? 2021-04-23T23:31:24.169Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.169Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:24.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:31:24.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "clamp", "timestamp": 1619220586456, "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=? 2021-04-23T23:31:24.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220579422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220587843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:31:24.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220588530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:31:24.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "aai-ml", "timestamp": 1619220588846, "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=? 2021-04-23T23:31:24.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220590213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:31:24.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:31:24.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:31:24.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619220591217, "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=? 2021-04-23T23:31:24.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ea74f42-d478-4f01-93a5-5219d8d245d6 2021-04-23T23:31:24.195Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ea74f42-d478-4f01-93a5-5219d8d245d6 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 (?, ?, ?, ?, ?) 2021-04-23T23:31:53.423Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:31:53.430Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:31:53.432Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||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=? 2021-04-23T23:31:53.435Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-23T23:32:23.436Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 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=? 2021-04-23T23:32:23.439Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ea74f42-d478-4f01-93a5-5219d8d245d6 and serviceModelVersionId: de7dc97f-dce1-4e71-92cf-580e2baa4202 2021-04-23T23:32:23.439Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 161766f0-b2fe-479b-a409-74d8da120e87 2021-04-23T23:32:23.440Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0 2021-04-23T23:32:23.443Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-23T23:32:23.469Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0|INFO|500||Invoke 2021-04-23T23:32:23.469Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ea74f42-d478-4f01-93a5-5219d8d245d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d79d0ca-dc05-44c6-87cf-3fd8203069e5], X-ECOMP-RequestID=[9ea74f42-d478-4f01-93a5-5219d8d245d6], X-TransactionId=[], X-ONAP-RequestID=[9ea74f42-d478-4f01-93a5-5219d8d245d6], Content-Type=[application/merge-patch+json]} 2021-04-23T23:32:23.483Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-23T23:32:23.506Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-23:32:23:492-15764], Content-Length=[495], Date=[Fri, 23 Apr 2021 23:32:23 GMT], Content-Type=[application/json]} 2021-04-23T23:32:23.507Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?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/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202","ERR.5.4.6114"]}}} 2021-04-23T23:32:23.507Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202?depth=0|INFO|404|Not Found|InvokeReturn 2021-04-23T23:32:23.510Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec=ERR.5.4.6114) 2021-04-23T23:32:23.510Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (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) 2021-04-23T23:32:23.510Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec=ERR.5.4.6114) 2021-04-23T23:32:23.511Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:32:23.514Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-23T23:32:23.514Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ea74f42-d478-4f01-93a5-5219d8d245d6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec=ERR.5.4.6114) 2021-04-23T23:32:23.514Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-23T23:32:23.514Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:32:23.515Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:32:23.516Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220743514, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:32:23.616Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:32:23.617Z||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. 2021-04-23T23:32:23.617Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:32:23.630Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:32:23.630Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:32:24.106Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:32:24.107Z||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. 2021-04-23T23:32:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:32:24.130Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:32:24.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6b12903-8c9e-44f1-865e-833dcda8895a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220667170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da6b12903-8c9e-44f1-865e-833dcda8895a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/514b4173-2f1a-4bc5-8edf-259dc488d1a0/model-vers/model-ver/aba61237-308c-4798-bf82-4b16e0c12519) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/resourceInstances/pnfc56c361c2edc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220668180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220680676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220682411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUzw5h522hbhknshc0kvm/1.0/artifacts/service-DemoPnfUzw5h522hbhknshc0kvm-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:32:24.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-23T23:32:24.525Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:32:24.526Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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. 2021-04-23T23:32:24.526Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:32:34.081Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:32:34.081Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:32:34.082Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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. 2021-04-23T23:32:34.082Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:32:43.624Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:32:43.624Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:32:43.625Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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. 2021-04-23T23:32:43.625Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:32:53.166Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:32:53.167Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:32:53.167Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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. 2021-04-23T23:32:53.167Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:02.705Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:02.706Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:02.706Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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. 2021-04-23T23:33:02.706Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:12.243Z|9ea74f42-d478-4f01-93a5-5219d8d245d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:12.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:12.244Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:12.244Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:21.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:21.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:21.790Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:21.790Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:24.106Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:24.107Z||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. 2021-04-23T23:33:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:24.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:24.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-23T23:33:24.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ea74f42-d478-4f01-93a5-5219d8d245d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619220743514, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9ea74f42-d478-4f01-93a5-5219d8d245d6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/161766f0-b2fe-479b-a409-74d8da120e87/model-vers/model-ver/de7dc97f-dce1-4e71-92cf-580e2baa4202) (ec\u003dERR.5.4.6114)" } 2021-04-23T23:33:24.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:33:31.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:31.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:31.333Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:31.333Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:40.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:40.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:40.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:40.873Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:50.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:50.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:50.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:50.415Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:33:59.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:33:59.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:33:59.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:33:59.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:09.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:09.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:09.505Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:09.505Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:19.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:19.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:19.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:19.046Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:24.107Z||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. 2021-04-23T23:34:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:28.593Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:28.594Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:28.594Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:33.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:38.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:38.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:38.139Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:38.139Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:47.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:47.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:47.679Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:47.680Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:34:57.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:34:57.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:34:57.228Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:34:57.229Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:35:06.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:35:24.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:35:24.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:35:24.105Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:35:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:35:24.107Z||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. 2021-04-23T23:35:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:35:33.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:35:33.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:36:24.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:36:24.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:36:24.105Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:36:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:36:24.107Z||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. 2021-04-23T23:36:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:36:33.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:36:33.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:37:24.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:37:24.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:37:24.105Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:37:24.106Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:37:24.107Z||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. 2021-04-23T23:37:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:37:33.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:37:33.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:24.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:38:24.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-23T23:38:24.105Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:24.106Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-23T23:38:24.107Z||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. 2021-04-23T23:38:24.107Z||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 pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:24.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221061626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221060877, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221063368, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221059422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221065620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221068100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221074760, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221074914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221074963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221075019, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221075055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "cds", "timestamp": 1619221075970, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.296Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221077670, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221077859, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221077975, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221078066, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221078099, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221078673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221078978, "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=? 2021-04-23T23:38:24.305Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.305Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "policy-id", "timestamp": 1619221079676, "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=? 2021-04-23T23:38:24.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221080058, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "dcae-sch", "timestamp": 1619221073667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221080603, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221080699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221081074, "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=? 2021-04-23T23:38:24.324Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.324Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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=? 2021-04-23T23:38:24.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "ves-openapi-manager", "timestamp": 1619221074624, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221081608, "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=? 2021-04-23T23:38:24.332Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.332Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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=? 2021-04-23T23:38:24.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221081703, "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=? 2021-04-23T23:38:24.338Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.338Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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=? 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-k8s-id", "timestamp": 1619221082077, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-windriver-id", "timestamp": 1619221082611, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221082705, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221080728, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221078368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-k8s-id", "timestamp": 1619221083081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-windriver-id", "timestamp": 1619221083615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221093129, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "multicloud-starlingx-id", "timestamp": 1619221085620, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "cds", "timestamp": 1619221094135, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c750403d-24c4-4178-8c13-c1335fbdf0c9 2021-04-23T23:38:24.357Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c750403d-24c4-4178-8c13-c1335fbdf0c9 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221094212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221088100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221089422, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221097265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221098112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221098288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221099116, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221099166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "clamp", "timestamp": 1619221099291, "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=? 2021-04-23T23:38:24.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.367Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "policy-id", "timestamp": 1619221100118, "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=? 2021-04-23T23:38:24.374Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c750403d-24c4-4178-8c13-c1335fbdf0c9 2021-04-23T23:38:24.374Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c750403d-24c4-4178-8c13-c1335fbdf0c9 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221101027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221101128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DEPLOY_ERROR" } 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "dcae-sch", "timestamp": 1619221093667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619221102032, "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=? 2021-04-23T23:38:24.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c750403d-24c4-4178-8c13-c1335fbdf0c9 2021-04-23T23:38:24.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c750403d-24c4-4178-8c13-c1335fbdf0c9 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "aai-ml", "timestamp": 1619221102132, "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=? 2021-04-23T23:38:24.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 2021-04-23T23:38:24.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 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 (?, ?, ?, ?, ?) 2021-04-23T23:38:24.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221094624, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/artifacts/service-DemoPnf3am9zep0lcjj3117z5kd-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "aai-ml", "timestamp": 1619221085571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-23T23:38:24.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c750403d-24c4-4178-8c13-c1335fbdf0c9", "consumerID": "ves-openapi-manager", "timestamp": 1619221103446, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3am9zep0lcjj3117z5kd/1.0/resourceInstances/pnfee27f2f78b120/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:24.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-23T23:38:24.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:24.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-23T23:38:24.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"463ecfc8-0521-4484-8ed2-c3d7c5d66db8","serviceName":"vFW 2021-04-23 23-36-18","serviceVersion":"1.0","serviceUUID":"340abc36-2d0c-48bd-85b6-d92735942c18","serviceDescription":"catalog service description","serviceInvariantUUID":"2a57967a-eab2-480b-ba6e-8a1c8f3ce8fa","resources":[{"resourceInstanceName":"vFW 7545e40a-1d0e 0","resourceName":"vFW 7545e40a-1d0e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8710fd37-d252-40f7-8007-cd6b17238347","resourceInvariantUUID":"f7a75447-2e4b-4c58-9108-e46d4de6a598","resourceCustomizationUUID":"a55585f2-e7c3-43f7-87d9-b7b170c4c66a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml","artifactChecksum":"YjE0ZjMyYTRiOTZmNzQyOTFhNmMyMWNhZTQ5NjY1NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb3546bd-5e56-476b-a97d-cb8fe451d9e9","artifactVersion":"1"},{"artifactName":"vfw7545e40a1d0e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json","artifactChecksum":"MjFiNzU1OGE3Mjg1ZDlmOGRmYjBjOWYyMzU4YmUxZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36265c66-15c7-4018-9f37-230d556ab618","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49b82941-d328-475d-a0af-7fafd2977e60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml","artifactChecksum":"OWRhMTBhNmJhNWViZGNhNmI5ZDIyNzZkMzNiN2U3ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5751e62a-566a-4fe8-abf8-be03a6f0789f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0d57145-afe6-4888-9c7d-559f39884bd0","artifactVersion":"2","generatedFromUUID":"49b82941-d328-475d-a0af-7fafd2977e60"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423233618-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml","artifactChecksum":"NDc1ZmNiNGUwODI2MmUzYjNhYWU4MDFkNTBjZjQ2ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a8a8170-e91b-44ef-ae4c-84dffe928b8e","artifactVersion":"1"},{"artifactName":"service-Vfw20210423233618-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar","artifactChecksum":"MDg1ZTY3NTQ0NWM4Mzk1YjhjMjM2NTI5Mzc0OWE1YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beed9ebd-be7b-4168-b15a-470153679ff0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-23T23:38:24.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:24.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:24.738Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:24.738Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:24.838Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:24.839Z||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. 2021-04-23T23:38:24.839Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:24.853Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:24.853Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:25.738Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:25.739Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:25.741Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:25.741Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "NOTIFIED" } 2021-04-23T23:38:25.841Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:25.842Z||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. 2021-04-23T23:38:25.842Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:25.852Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:25.852Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:26.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:26.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:26.744Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:26.744Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-23T23:38:26.844Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:26.845Z||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. 2021-04-23T23:38:26.845Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:26.855Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:26.855Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:27.744Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:27.745Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:27.747Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:27.747Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:27.847Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:27.848Z||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. 2021-04-23T23:38:27.848Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:27.858Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:27.858Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:28.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:28.748Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:28.750Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:28.750Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-23T23:38:28.850Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:28.851Z||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. 2021-04-23T23:38:28.851Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:28.860Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:28.861Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:29.750Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:29.751Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:29.753Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:29.753Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-template.yml", "status": "NOT_NOTIFIED" } 2021-04-23T23:38:29.853Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:29.854Z||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. 2021-04-23T23:38:29.854Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:29.864Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:29.865Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:30.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-23T23:38:30.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:30.756Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:30.756Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221104104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "NOTIFIED" } 2021-04-23T23:38:30.856Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:30.857Z||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. 2021-04-23T23:38:30.858Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:30.866Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:30.871Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:31.757Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "serviceName": "vFW 2021-04-23 23-36-18", "serviceVersion": "1.0", "serviceUUID": "340abc36-2d0c-48bd-85b6-d92735942c18", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a57967a-eab2-480b-ba6e-8a1c8f3ce8fa", "resources": [ { "resourceInstanceName": "vFW 7545e40a-1d0e 0", "resourceCustomizationUUID": "a55585f2-e7c3-43f7-87d9-b7b170c4c66a", "resourceName": "vFW 7545e40a-1d0e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8710fd37-d252-40f7-8007-cd6b17238347", "resourceInvariantUUID": "f7a75447-2e4b-4c58-9108-e46d4de6a598", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7545e40a1d0e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "artifactChecksum": "MjFiNzU1OGE3Mjg1ZDlmOGRmYjBjOWYyMzU4YmUxZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36265c66-15c7-4018-9f37-230d556ab618", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "49b82941-d328-475d-a0af-7fafd2977e60", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0d57145-afe6-4888-9c7d-559f39884bd0", "generatedFromUUID": "49b82941-d328-475d-a0af-7fafd2977e60" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0d57145-afe6-4888-9c7d-559f39884bd0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210423233618-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "artifactChecksum": "MDg1ZTY3NTQ0NWM4Mzk1YjhjMjM2NTI5Mzc0OWE1YTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "beed9ebd-be7b-4168-b15a-470153679ff0" } ], "workloadContext": "Production" } 2021-04-23T23:38:31.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-23T23:38:31.757Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 340abc36-2d0c-48bd-85b6-d92735942c18 ASDC 2021-04-23T23:38:31.758Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:463ecfc8-0521-4484-8ed2-c3d7c5d66db8 ServiceName:vFW 2021-04-23 23-36-18 ServiceVersion:1.0 ServiceUUID:340abc36-2d0c-48bd-85b6-d92735942c18 ServiceInvariantUUID:2a57967a-eab2-480b-ba6e-8a1c8f3ce8fa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210423233618-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar ArtifactUUID:beed9ebd-be7b-4168-b15a-470153679ff0 ArtifactChecksum:MDg1ZTY3NTQ0NWM4Mzk1YjhjMjM2NTI5Mzc0OWE1YTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7545e40a-1d0e 0 ResourceCustomizationUUID:a55585f2-e7c3-43f7-87d9-b7b170c4c66a ResourceInvariantUUID:f7a75447-2e4b-4c58-9108-e46d4de6a598 ResourceName:vFW 7545e40a-1d0e ResourceType:VF ResourceUUID:8710fd37-d252-40f7-8007-cd6b17238347 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7545e40a1d0e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json ArtifactUUID:36265c66-15c7-4018-9f37-230d556ab618 ArtifactChecksum:MjFiNzU1OGE3Mjg1ZDlmOGRmYjBjOWYyMzU4YmUxZTY= 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/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml ArtifactUUID:49b82941-d328-475d-a0af-7fafd2977e60 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/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env ArtifactUUID:e0d57145-afe6-4888-9c7d-559f39884bd0 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/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env ArtifactUUID:e0d57145-afe6-4888-9c7d-559f39884bd0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-23T23:38:31.758Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 340abc36-2d0c-48bd-85b6-d92735942c18 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=? 2021-04-23T23:38:31.782Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:38:31.783Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-23T23:38:31.783Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-23T23:38:31.783Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: beed9ebd-be7b-4168-b15a-470153679ff0 from URL: /sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:31.783Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-23T23:38:31.783Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:34.164Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-23T23:38:34.169Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar beed9ebd-be7b-4168-b15a-470153679ff0 110131 2021-04-23T23:38:34.169Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar ASDC sendASDCNotification 2021-04-23T23:38:34.169Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:34.169Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:38:34.169Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:34.171Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:34.171Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221114169, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:34.272Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-23T23:38:34.272Z||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. 2021-04-23T23:38:34.273Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:34.283Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:34.283Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:35.172Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-23T23:38:35.173Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-23T23:38:35.173Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: beed9ebd-be7b-4168-b15a-470153679ff0, URL: /sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar to file: /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:35.173Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423233618-csar.csar 2021-04-23T23:38:35.173Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:35.173Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:35.498Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3404371385908932225/Definitions/service-Vfw20210423233618-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_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 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.151Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7545e40a-1d0e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7545e40a-1d0e 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-Vfw20210423233618-csar.csar 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.152Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.153Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.154Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:37.155Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:37.156Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d54ce032-809e-430d-b9a3-eba89f98d54c 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:37.157Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a147e89-ca76-4288-8534-f76995b7a29e 2021-04-23T23:38:37.158Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:38:37.159Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b62fa14c-f1cf-489b-aac7-4bbacb4a174f 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:37.160Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-23 23-36-18 Description:catalog service description Model UUID:340abc36-2d0c-48bd-85b6-d92735942c18 Model Version:NULL Model InvariantUuid:2a57967a-eab2-480b-ba6e-8a1c8f3ce8fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7545e40a-1d0e Model UUID:a98d8247-d283-4609-a18d-fbfc30ff2fbb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f7a75447-2e4b-4c58-9108-e46d4de6a598 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a55585f2-e7c3-43f7-87d9-b7b170c4c66a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2ca2dfb0-936d-43e5-ac3d-45c713132f5b ModelName:Vfw7545e40a1d0e..base_vfw..module-0 ModelUuid:19809994-55f3-448f-bdb9-8426e5d67ec5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d54ce032-809e-430d-b9a3-eba89f98d54c ModelInvariantUuid:5ab632c9-10e3-4237-84b6-a345490f348c ModelName:vFW 7545e40a-1d0e-nodes.vfwCvfc ModelUuid:b628d847-4a13-4722-a660-b00dfc57d4ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:805c7bff-6110-4f4c-8604-6d1fbf8b7abf ModelInvariantUuid:21c85771-b311-48f0-a0ab-fa30cc3f5b8d ModelName:Vfw7545e40a1d0e.compute.nodes.heat.vfw ModelUuid:b2f308b4-ec85-4820-a920-fbf062ca1c09 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8a147e89-ca76-4288-8534-f76995b7a29e ModelInvariantUuid:cf5669f9-5f34-4bc4-8ffa-e94f0b152803 ModelName:vFW 7545e40a-1d0e-nodes.vsnCvfc ModelUuid:83416590-a4c1-4a4a-868e-6f524922605b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:29722e1f-461a-467e-8845-39eba170a54a ModelInvariantUuid:f0b92b23-cd32-4627-9343-c727196d8ab3 ModelName:Vfw7545e40a1d0e.compute.nodes.heat.vsn ModelUuid:e1875cc8-3e7f-423c-ba8b-46cd3a5a29f4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b62fa14c-f1cf-489b-aac7-4bbacb4a174f ModelInvariantUuid:abebbe8c-0d17-4d86-88dd-84e9441bfa3f ModelName:vFW 7545e40a-1d0e-nodes.vpgCvfc ModelUuid:dc4f5803-3f2a-4d33-992c-e31c67904d60 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5a4e931a-368e-4c8a-aae4-4f49bfc42323 ModelInvariantUuid:e010f0ef-0ace-4ed0-ab34-36c7803d593d ModelName:Vfw7545e40a1d0e.compute.nodes.heat.vpg ModelUuid:acfd4c14-b882-4b66-ae91-237faca2d75b 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-23T23:38:37.165Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8710fd37-d252-40f7-8007-cd6b17238347 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:38:37.167Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||vFW 7545e40a-1d0e 0 2021-04-23T23:38:37.168Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8710fd37-d252-40f7-8007-cd6b17238347 2021-04-23T23:38:37.168Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 36265c66-15c7-4018-9f37-230d556ab618 from URL: /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json 2021-04-23T23:38:37.168Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-23T23:38:37.168Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json 2021-04-23T23:38:39.659Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-23T23:38:39.660Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json 36265c66-15c7-4018-9f37-230d556ab618 785 2021-04-23T23:38:39.660Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json ASDC sendASDCNotification 2021-04-23T23:38:39.660Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json 2021-04-23T23:38:39.660Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:38:39.660Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:39.662Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:39.662Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221119660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:39.762Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:39.763Z||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. 2021-04-23T23:38:39.763Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:39.773Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:39.774Z||pool-157-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:40.662Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7545e40a1d0e..base_vfw..module-0", "vfModuleModelInvariantUUID": "2ca2dfb0-936d-43e5-ac3d-45c713132f5b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19809994-55f3-448f-bdb9-8426e5d67ec5", "vfModuleModelCustomizationUUID": "82952ffc-3acf-4875-9d63-958bfb0e068c", "isBase": true, "artifacts": [ "49b82941-d328-475d-a0af-7fafd2977e60", "e0d57145-afe6-4888-9c7d-559f39884bd0" ], "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": "" } } ] 2021-04-23T23:38:40.666Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7545e40a1d0e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19809994-55f3-448f-bdb9-8426e5d67ec5 VfModuleModelInvariantUUID:2ca2dfb0-936d-43e5-ac3d-45c713132f5b VfModuleModelDescription:NULL Artifacts UUID List:{ 49b82941-d328-475d-a0af-7fafd2977e60 , e0d57145-afe6-4888-9c7d-559f39884bd0 } 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 } 2021-04-23T23:38:40.668Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7545e40a1d0e..base_vfw..module-0", "vfModuleModelInvariantUUID": "2ca2dfb0-936d-43e5-ac3d-45c713132f5b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19809994-55f3-448f-bdb9-8426e5d67ec5", "vfModuleModelCustomizationUUID": "82952ffc-3acf-4875-9d63-958bfb0e068c", "isBase": true, "artifacts": [ "49b82941-d328-475d-a0af-7fafd2977e60", "e0d57145-afe6-4888-9c7d-559f39884bd0" ], "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": "" } } ] 2021-04-23T23:38:40.668Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7545e40a1d0e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19809994-55f3-448f-bdb9-8426e5d67ec5 VfModuleModelInvariantUUID:2ca2dfb0-936d-43e5-ac3d-45c713132f5b VfModuleModelDescription:NULL Artifacts UUID List:{ 49b82941-d328-475d-a0af-7fafd2977e60 , e0d57145-afe6-4888-9c7d-559f39884bd0 } 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 } 2021-04-23T23:38:40.668Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 49b82941-d328-475d-a0af-7fafd2977e60 from URL: /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml 2021-04-23T23:38:40.669Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-23T23:38:40.669Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml 2021-04-23T23:38:40.894Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-23T23:38:40.895Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml 49b82941-d328-475d-a0af-7fafd2977e60 20368 2021-04-23T23:38:40.895Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:38:40.895Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml 2021-04-23T23:38:40.896Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:38:40.896Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:40.899Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:40.899Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221120895, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:40.997Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-23T23:38:40.998Z||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. 2021-04-23T23:38:40.998Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:41.009Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:41.009Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:41.900Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0d57145-afe6-4888-9c7d-559f39884bd0 from URL: /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env 2021-04-23T23:38:41.900Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-23T23:38:41.900Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env 2021-04-23T23:38:42.082Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-23T23:38:42.083Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env e0d57145-afe6-4888-9c7d-559f39884bd0 2098 2021-04-23T23:38:42.083Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:38:42.083Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env 2021-04-23T23:38:42.083Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-23T23:38:42.083Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:42.085Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:42.085Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221122083, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-23T23:38:42.185Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:42.185Z||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. 2021-04-23T23:38:42.186Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:42.198Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:42.198Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:43.085Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 340abc36-2d0c-48bd-85b6-d92735942c18 2021-04-23T23:38:43.086Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7545e40a-1d0e 0 8710fd37-d252-40f7-8007-cd6b17238347 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a55585f2-e7c3-43f7-87d9-b7b170c4c66a 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a55585f2-e7c3-43f7-87d9-b7b170c4c66a matches Tosca VF Customization UUID: a55585f2-e7c3-43f7-87d9-b7b170c4c66a 2021-04-23T23:38:43.100Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a55585f2-e7c3-43f7-87d9-b7b170c4c66a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-23T23:38:43.102Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.102Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a55585f2-e7c3-43f7-87d9-b7b170c4c66a: {\"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\"} 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e7260f3 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82952ffc-3acf-4875-9d63-958bfb0e068c 2021-04-23T23:38:43.103Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82952ffc-3acf-4875-9d63-958bfb0e068c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.105Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.106Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:38:43.107Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.107Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:38:43.107Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.107Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d54ce032-809e-430d-b9a3-eba89f98d54c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:38:43.108Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.109Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.110Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a147e89-ca76-4288-8534-f76995b7a29e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:38:43.111Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is not matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.112Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-23T23:38:43.113Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b62fa14c-f1cf-489b-aac7-4bbacb4a174f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-23T23:38:43.114Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.114Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.115Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-23T23:38:43.115Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.115Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Node template vFW 7545e40a-1d0e 0 is matching search criteria 2021-04-23T23:38:43.115Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7545e40a-1d0e 0] matching following query criteria: sdcType=VF, customizationUUID=a55585f2-e7c3-43f7-87d9-b7b170c4c66a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-23T23:38:43.116Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.116Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.116Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 340abc36-2d0c-48bd-85b6-d92735942c18: vFW 7545e40a-1d0e 2021-04-23T23:38:43.116Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.116Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-23 23-36-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-23T23:38:43.117Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-04-23 23-36-18 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-04-23T23:38:43.230Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7545e40a-1d0e 8710fd37-d252-40f7-8007-cd6b17238347 1 ASDC deployResourceStructure 2021-04-23T23:38:43.230Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json ASDC sendASDCNotification 2021-04-23T23:38:43.230Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json 2021-04-23T23:38:43.230Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:38:43.230Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:43.232Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:43.232Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221123230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/vfw7545e40a1d0e0_modules.json", "status": "DEPLOY_OK" } 2021-04-23T23:38:43.332Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:43.333Z||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. 2021-04-23T23:38:43.333Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:43.343Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:43.344Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:44.233Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-23T23:38:44.233Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml 2021-04-23T23:38:44.233Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:38:44.233Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:44.235Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:44.235Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221124233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-23T23:38:44.335Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:44.336Z||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. 2021-04-23T23:38:44.336Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:44.346Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:44.346Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:45.236Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-23T23:38:45.236Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env 2021-04-23T23:38:45.236Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:38:45.237Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:45.238Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:45.238Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221125236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/resourceInstances/vfw7545e40a1d0e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-23T23:38:45.338Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:45.339Z||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. 2021-04-23T23:38:45.339Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:45.350Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:45.350Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:46.239Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar ASDC sendASDCNotification 2021-04-23T23:38:46.239Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar 2021-04-23T23:38:46.239Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-23T23:38:46.240Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-23T23:38:46.241Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-23T23:38:46.241Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "463ecfc8-0521-4484-8ed2-c3d7c5d66db8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619221126239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210423233618/1.0/artifacts/service-Vfw20210423233618-csar.csar", "status": "DEPLOY_OK" } 2021-04-23T23:38:46.341Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-23T23:38:46.342Z||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. 2021-04-23T23:38:46.342Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pI53PAT6M7A4Cxrc) ... 2021-04-23T23:38:46.353Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-23T23:38:46.354Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-23T23:38:47.242Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-04-23T23:38:47.249Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 463ecfc8-0521-4484-8ed2-c3d7c5d66db8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-23T23:38:47.250Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-23T23:38:47.250Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-23T23:38:47.250Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-23T23:38:47.250Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-23T23:38:47.251Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-04-23T23:38:47.251Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||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=? 2021-04-23T23:38:47.254Z|463ecfc8-0521-4484-8ed2-c3d7c5d66db8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution