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-08-25T01:21:54.516Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-h58h7 with PID 14 (/app/app.jar started by so in /app) 2021-08-25T01:21:54.521Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-25T01:21:54.522Z||main|||||INFO|500||The following profiles are active: basic 2021-08-25T01:22:00.553Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-25T01:22:00.553Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-25T01:22:00.628Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-25T01:22:01.763Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-25T01:22:01.913Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-25T01:22:02.249Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-25T01:22:02.258Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-25T01:22:02.326Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-25T01:22:02.424Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-25T01:22:02.796Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-25T01:22:03.629Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-25T01:22:05.158Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-25T01:22:05.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-25T01:22:05.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-25T01:22:05.649Z||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-08-25T01:22:06.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-25T01:22:07.218Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-25T01:22:07.233Z||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$$4610d5ba.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-08-25T01:22:07.234Z||main|||||WARN|500||The sdc end point is not alive 2021-08-25T01:22:09.036Z||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-08-25T01:22:10.751Z||main|||||WARN|500||--- 2021-08-25T01:22:10.752Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-25T01:22:10.752Z||main|||||WARN|500||--- 2021-08-25T01:22:10.998Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-25T01:22:13.418Z||main|||||INFO|500||Started Application in 20.396 seconds (JVM running for 21.245) 2021-08-25T01:22:13.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-25T01:22:13.419Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-25T01:22:13.430Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-25T01:22:13.483Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-25T01:22:13.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f3340ee-654e-4a6a-ab9c-58ba557caf74 url= /sdc/v1/artifactTypes 2021-08-25T01:22:13.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-25T01:22:13.715Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-25T01:22:13.729Z||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-08-25T01:22:13.746Z||scheduling-1|||||DEBUG|500||create keys 2021-08-25T01:22:13.752Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-25T01:22:14.775Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.63.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-08-25T01:22:14.778Z||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.63.30] failed: Connection refused (Connection refused)] 2021-08-25T01:22:14.780Z||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.63.30] failed: Connection refused (Connection refused) 2021-08-25T01:22:14.784Z||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.63.30] 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.63.30] 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-08-25T01:23:03.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-25T01:23:03.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-25T01:23:03.416Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-25T01:23:03.422Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-25T01:23:03.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c7cc5a2-bce7-412f-8052-6188cb27e81a url= /sdc/v1/artifactTypes 2021-08-25T01:23:03.427Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-25T01:23:03.463Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-25T01:23:03.464Z||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-08-25T01:23:03.464Z||scheduling-1|||||DEBUG|500||create keys 2021-08-25T01:23:03.464Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-08-25T01:23:03.464Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-25T01:23:03.492Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:23:03.510Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c79cc931-4b13-49dd-8353-5421939189c5 url= /sdc/v1/registerForDistribution 2021-08-25T01:23:03.522Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23fe14e3 2021-08-25T01:23:03.523Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-08-25T01:23:03.523Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-08-25T01:23:03.528Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/KxB4xYuwxinJ8m6u will send credentials over a clear channel. 2021-08-25T01:23:03.528Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/KxB4xYuwxinJ8m6u (as KxB4xYuwxinJ8m6u) ... 2021-08-25T01:23:03.549Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:23:03.551Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-25T01:23:03.551Z||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-08-25T01:23:53.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-25T01:23:53.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-25T01:23:53.421Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-25T01:23:53.427Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-25T01:23:53.436Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb4684d4-f0d4-482f-9f2c-a67657abe825 url= /sdc/v1/artifactTypes 2021-08-25T01:23:53.436Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-25T01:23:53.494Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-25T01:23:53.499Z||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-08-25T01:23:53.500Z||scheduling-1|||||DEBUG|500||create keys 2021-08-25T01:23:53.500Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-08-25T01:23:53.501Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as KxB4xYuwxinJ8m6u) ... 2021-08-25T01:23:53.527Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:23:53.529Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0e4db9ac-ac1f-4dd1-af5f-dab6d04a436c url= /sdc/v1/registerForDistribution 2021-08-25T01:23:53.684Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0e4db9ac-ac1f-4dd1-af5f-dab6d04a436c url= /sdc/v1/registerForDistribution 2021-08-25T01:23:53.684Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-25T01:23:53.690Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:23:53.691Z||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-08-25T01:23:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:23:53.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:23:53.756Z||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-08-25T01:23:53.757Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:23:53.764Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-25T01:24:03.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:24:04.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:24:53.691Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:24:53.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:24:53.694Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:24:53.695Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:24:53.699Z||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-08-25T01:24:53.699Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:25:03.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:25:03.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:25:53.690Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:25:53.691Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:25:53.691Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:25:53.692Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:25:53.693Z||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-08-25T01:25:53.694Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:26:03.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:26:03.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:26:53.690Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:26:53.692Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:26:53.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:26:53.692Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:26:53.698Z||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-08-25T01:26:53.698Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:27:03.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:27:03.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:27:53.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:27:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:27:53.692Z||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-08-25T01:27:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:27:53.693Z||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-08-25T01:27:53.696Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:28:03.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:28:03.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:28:53.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:28:53.691Z||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-08-25T01:28:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:28:53.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:28:53.695Z||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-08-25T01:28:53.695Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:29:03.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:29:03.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:29:53.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:29:53.691Z||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-08-25T01:29:53.691Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:29:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:29:53.693Z||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-08-25T01:29:53.694Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:30:03.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:30:03.269Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:30:53.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:30:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:30:53.691Z||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-08-25T01:30:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:30:53.692Z||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-08-25T01:30:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:31:03.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:31:03.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:31:53.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:31:53.691Z||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-08-25T01:31:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:31:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:31:53.692Z||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-08-25T01:31:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:32:03.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:32:03.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:32:45.878Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-25T01:32:53.691Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:32:53.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:32:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:32:53.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:32:53.693Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:32:53.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:33:03.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:33:03.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:33:53.691Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:33:53.691Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:33:53.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:33:53.693Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:33:53.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:33:53.694Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:34:03.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:34:03.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:34:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:34:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:34:53.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:34:53.692Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:34:53.692Z||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-08-25T01:34:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:35:03.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:35:03.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:35:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:35:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:35:53.691Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:35:53.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:35:53.693Z||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-08-25T01:35:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:36:03.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:36:03.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:36:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:36:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:36:53.692Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:36:53.694Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:36:53.695Z||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-08-25T01:36:53.696Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:37:03.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:37:03.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:37:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:37:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:37:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:37:53.692Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:37:53.692Z||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-08-25T01:37:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:38:03.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:38:03.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:38:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:38:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:38:53.691Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:38:53.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:38:53.692Z||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-08-25T01:38:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:39:03.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:39:03.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:39:53.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:39:53.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:39:53.692Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:39:53.691Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:39:53.693Z||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-08-25T01:39:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:40:03.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:40:03.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:40:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:40:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:40:53.692Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:40:53.691Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:40:53.693Z||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-08-25T01:40:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:41:03.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:41:03.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:41:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:41:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:41:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:41:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:41:53.692Z||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-08-25T01:41:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:42:03.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:42:03.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:42:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:42:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:42:53.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:42:53.692Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:42:53.693Z||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-08-25T01:42:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:43:03.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:43:03.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:43:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:43:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:43:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:43:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:43:53.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:43:53.695Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:44:03.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:44:03.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:44:53.691Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:44:53.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:44:53.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:44:53.692Z||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-08-25T01:44:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:44:53.693Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:45:03.270Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:45:03.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:45:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:45:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:45:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:45:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:45:53.692Z||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-08-25T01:45:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:46:03.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:46:03.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:46:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:46:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:46:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:46:53.691Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:46:53.693Z||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-08-25T01:46:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:47:03.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:47:03.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:47:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:47:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:47:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:47:53.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:47:53.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:47:53.692Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:48:03.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:48:03.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:48:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:48:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:48:53.693Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:48:53.693Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:48:53.695Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:48:53.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:49:03.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:49:03.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:49:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:49:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:49:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:49:53.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:49:53.693Z||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-08-25T01:49:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:50:03.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:50:03.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:50:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:50:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:50:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:50:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:50:53.692Z||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-08-25T01:50:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:51:03.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:51:03.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:51:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:51:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:51:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:51:53.691Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:51:53.692Z||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-08-25T01:51:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:52:03.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:52:03.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:52:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:52:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:52:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:52:53.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:52:53.692Z||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-08-25T01:52:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:53:03.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:53:03.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:53:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:53:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:53:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:53:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:53:53.692Z||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-08-25T01:53:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:54:03.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:54:03.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:54:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:54:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:54:53.692Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:54:53.692Z||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-08-25T01:54:53.692Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:54:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:03.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:03.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:53.690Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:55:53.691Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T01:55:53.691Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:55:53.691Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:53.692Z||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-08-25T01:55:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:54.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:54.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-25T01:55:54.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:55:54.324Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:54.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-25T01:55:54.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae166956-fbef-4104-8927-d39bd600abee","serviceName":"vFW 2021-08-25 01-53-27","serviceVersion":"1.0","serviceUUID":"3c01c7a3-919d-44e5-9c0d-99ff61af7613","serviceDescription":"catalog service description","serviceInvariantUUID":"59102649-2cc9-46f5-bbc9-61839b2afcac","resources":[{"resourceInstanceName":"vFW 9db492b6-32da 0","resourceName":"vFW 9db492b6-32da","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19676cf6-889b-4c8f-95ce-7e10da201085","resourceInvariantUUID":"9457e095-c8e1-440c-ab4e-cb53f4d1764d","resourceCustomizationUUID":"27539251-b136-47c2-9003-bd4d05710340","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml","artifactChecksum":"MzU2YTdiYmM3NmU2Yjg5OWEwYzY3NTM4YzhlM2QyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1a48a76-4f71-42ed-84e4-53ed1a16259f","artifactVersion":"1"},{"artifactName":"vfw9db492b632da0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json","artifactChecksum":"MTNjOGQ4OGVlMDI0YmZiNDQzMzRmYmQ5MjA5N2QxZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3db02be-cbf6-4768-be0e-ee6e77d4a7a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJmMTM3ZTAwODQxN2UwZGFlZGRjOTAzMzczMmE2MjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc137c86-ca1a-4433-a6af-43545dbea9bd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6ede15d-ce4b-4463-9b8c-d90da0c06951","artifactVersion":"2","generatedFromUUID":"1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210825015327-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml","artifactChecksum":"YWYyYjAwMDFlMDJjNzQ0Njg3YWY5YmFhMTQ5MTJjNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"449d0fe3-4e1b-48ea-8abe-b92ece0ef388","artifactVersion":"1"},{"artifactName":"service-Vfw20210825015327-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar","artifactChecksum":"OGFiMTBjODk0OWEzMTBlZjhiN2VkNDFiODU2M2U3Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41971ab1-49c0-45eb-812a-b281d706ceb4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T01:55:54.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:54.403Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:54.427Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:54.427Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:54.528Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2021-08-25T01:55:54.537Z||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-08-25T01:55:54.538Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:54.552Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:54.553Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:55:55.441Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:55.442Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:55.444Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:55.444Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:55:55.544Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T01:55:55.545Z||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-08-25T01:55:55.546Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:55.559Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:55.560Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:55:56.445Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:56.447Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:56.450Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:56.450Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-25T01:55:56.550Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:55:56.550Z||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-08-25T01:55:56.551Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:56.563Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:56.563Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:55:57.451Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:57.452Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:57.454Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:57.455Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:57.555Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:55:57.556Z||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-08-25T01:55:57.556Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:57.569Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:57.570Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-25T01:55:58.456Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:58.457Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:58.460Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:58.461Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-25T01:55:58.561Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:55:58.562Z||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-08-25T01:55:58.563Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:58.576Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:58.578Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-25T01:55:59.461Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:55:59.462Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:55:59.467Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:55:59.467Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:55:59.568Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T01:55:59.569Z||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-08-25T01:55:59.569Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:55:59.583Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:55:59.584Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:00.468Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T01:56:00.469Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:00.472Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:00.472Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:56:00.572Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:00.572Z||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-08-25T01:56:00.573Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:00.584Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:00.585Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:01.475Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "serviceName": "vFW 2021-08-25 01-53-27", "serviceVersion": "1.0", "serviceUUID": "3c01c7a3-919d-44e5-9c0d-99ff61af7613", "serviceDescription": "catalog service description", "serviceInvariantUUID": "59102649-2cc9-46f5-bbc9-61839b2afcac", "resources": [ { "resourceInstanceName": "vFW 9db492b6-32da 0", "resourceCustomizationUUID": "27539251-b136-47c2-9003-bd4d05710340", "resourceName": "vFW 9db492b6-32da", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "19676cf6-889b-4c8f-95ce-7e10da201085", "resourceInvariantUUID": "9457e095-c8e1-440c-ab4e-cb53f4d1764d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9db492b632da0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "artifactChecksum": "MTNjOGQ4OGVlMDI0YmZiNDQzMzRmYmQ5MjA5N2QxZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3db02be-cbf6-4768-be0e-ee6e77d4a7a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d6ede15d-ce4b-4463-9b8c-d90da0c06951", "generatedFromUUID": "1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d6ede15d-ce4b-4463-9b8c-d90da0c06951", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210825015327-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "artifactChecksum": "OGFiMTBjODk0OWEzMTBlZjhiN2VkNDFiODU2M2U3Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41971ab1-49c0-45eb-812a-b281d706ceb4" } ], "workloadContext": "Production" } 2021-08-25T01:56:01.476Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T01:56:01.477Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c01c7a3-919d-44e5-9c0d-99ff61af7613 ASDC 2021-08-25T01:56:01.877Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ae166956-fbef-4104-8927-d39bd600abee ServiceName:vFW 2021-08-25 01-53-27 ServiceVersion:1.0 ServiceUUID:3c01c7a3-919d-44e5-9c0d-99ff61af7613 ServiceInvariantUUID:59102649-2cc9-46f5-bbc9-61839b2afcac ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210825015327-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar ArtifactUUID:41971ab1-49c0-45eb-812a-b281d706ceb4 ArtifactChecksum:OGFiMTBjODk0OWEzMTBlZjhiN2VkNDFiODU2M2U3Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9db492b6-32da 0 ResourceCustomizationUUID:27539251-b136-47c2-9003-bd4d05710340 ResourceInvariantUUID:9457e095-c8e1-440c-ab4e-cb53f4d1764d ResourceName:vFW 9db492b6-32da ResourceType:VF ResourceUUID:19676cf6-889b-4c8f-95ce-7e10da201085 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9db492b632da0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json ArtifactUUID:e3db02be-cbf6-4768-be0e-ee6e77d4a7a8 ArtifactChecksum:MTNjOGQ4OGVlMDI0YmZiNDQzMzRmYmQ5MjA5N2QxZDc= 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/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml ArtifactUUID:1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801 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/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env ArtifactUUID:d6ede15d-ce4b-4463-9b8c-d90da0c06951 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/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env ArtifactUUID:d6ede15d-ce4b-4463-9b8c-d90da0c06951 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-25T01:56:01.878Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c01c7a3-919d-44e5-9c0d-99ff61af7613 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-08-25T01:56:02.469Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T01:56:02.477Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T01:56:02.478Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T01:56:02.478Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41971ab1-49c0-45eb-812a-b281d706ceb4 from URL: /sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:02.478Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T01:56:02.478Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:03.390Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T01:56:03.538Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar 41971ab1-49c0-45eb-812a-b281d706ceb4 98723 2021-08-25T01:56:03.542Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar ASDC sendASDCNotification 2021-08-25T01:56:03.542Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:03.822Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T01:56:03.824Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:03.826Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:03.827Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856563538, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:56:03.927Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:03.930Z||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-08-25T01:56:03.930Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:03.943Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:03.944Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:04.827Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T01:56:04.829Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T01:56:04.829Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 41971ab1-49c0-45eb-812a-b281d706ceb4, URL: /sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar to file: /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:04.830Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210825015327-csar.csar 2021-08-25T01:56:06.862Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:06.862Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:07.620Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17931973065756268664/Definitions/service-Vfw20210825015327-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-25T01:56:09.788Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.792Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9db492b6-32da 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-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:09.793Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T01:56:09.798Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.799Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.801Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:09.801Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T01:56:09.802Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T01:56:09.803Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.803Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.803Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:09.803Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T01:56:09.803Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T01:56:09.804Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.804Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.806Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.806Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-25T01:56:09.807Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T01:56:09.808Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:09.809Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.810Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8757047-d979-41f6-bcbc-b33201c69244 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:09.811Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-25T01:56:09.812Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16150cbc-7e13-42d0-8115-013d0efc69bc 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:09.813Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-25T01:56:09.814Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=193c83c7-0c4b-4421-ab2b-d12df343a860 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.815Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.816Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.816Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.816Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:09.816Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:09.816Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-25 01-53-27 Description:catalog service description Model UUID:3c01c7a3-919d-44e5-9c0d-99ff61af7613 Model Version:NULL Model InvariantUuid:59102649-2cc9-46f5-bbc9-61839b2afcac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9db492b6-32da Model UUID:826eaffe-bae0-47a1-8460-ad9aef656df6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9457e095-c8e1-440c-ab4e-cb53f4d1764d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:27539251-b136-47c2-9003-bd4d05710340 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d6e50af2-49f2-430b-ba2e-cec3de17c5a4 ModelName:Vfw9db492b632da..base_vfw..module-0 ModelUuid:da104944-6930-4056-ae7e-2d473597e329 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8757047-d979-41f6-bcbc-b33201c69244 ModelInvariantUuid:9be38af8-d415-4b43-8ccf-03891df3c9ea ModelName:vFW 9db492b6-32da-nodes.vfwCvfc ModelUuid:2b33b18b-0354-43ce-8443-595051e05ef1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4bbe97c0-c4bf-4794-b54c-471a21a9dda8 ModelInvariantUuid:60806a29-b384-46f5-aa55-57e8e6b33355 ModelName:Vfw9db492b632da.compute.nodes.heat.vfw ModelUuid:3e58d832-9551-4d30-877d-3218b7c6350a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:16150cbc-7e13-42d0-8115-013d0efc69bc ModelInvariantUuid:6f68163e-3e55-4712-b740-25d465020269 ModelName:vFW 9db492b6-32da-nodes.vsnCvfc ModelUuid:420cdc38-25f4-49f5-af58-55faa42bbb5a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7de9889b-945f-4352-84b4-d7f162a72d0b ModelInvariantUuid:377ccc72-34c3-4ebc-bca4-f9a6dcdb8fdd ModelName:Vfw9db492b632da.compute.nodes.heat.vsn ModelUuid:5356c4d2-2295-4e3d-bca0-d1dad27f00e9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:193c83c7-0c4b-4421-ab2b-d12df343a860 ModelInvariantUuid:f0506158-576d-47b6-a4f5-20d2c14dc8bd ModelName:vFW 9db492b6-32da-nodes.vpgCvfc ModelUuid:fd67adf9-99e1-4979-8a9f-8d3fb943f5f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:96fcccdf-2214-4fbd-91bb-9bace7f566d5 ModelInvariantUuid:823b4217-5eb4-4749-a030-4d7963843e31 ModelName:Vfw9db492b632da.compute.nodes.heat.vpg ModelUuid:d3c0b6eb-590e-4644-815a-db23b7f5dbfc 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-08-25T01:56:09.833Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 19676cf6-889b-4c8f-95ce-7e10da201085 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-08-25T01:56:10.569Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||vFW 9db492b6-32da 0 2021-08-25T01:56:10.573Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19676cf6-889b-4c8f-95ce-7e10da201085 2021-08-25T01:56:10.573Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3db02be-cbf6-4768-be0e-ee6e77d4a7a8 from URL: /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json 2021-08-25T01:56:10.573Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T01:56:10.574Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json 2021-08-25T01:56:11.103Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T01:56:11.104Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json e3db02be-cbf6-4768-be0e-ee6e77d4a7a8 785 2021-08-25T01:56:11.104Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json ASDC sendASDCNotification 2021-08-25T01:56:11.104Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json 2021-08-25T01:56:11.104Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T01:56:11.105Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:11.107Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:11.107Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856571104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T01:56:11.207Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:11.209Z||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-08-25T01:56:11.209Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:11.222Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:11.222Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-25T01:56:12.112Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9db492b632da..base_vfw..module-0", "vfModuleModelInvariantUUID": "d6e50af2-49f2-430b-ba2e-cec3de17c5a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da104944-6930-4056-ae7e-2d473597e329", "vfModuleModelCustomizationUUID": "e6a3448f-40f7-4ad9-b339-d1e9dea77f49", "isBase": true, "artifacts": [ "1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801", "d6ede15d-ce4b-4463-9b8c-d90da0c06951" ], "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-08-25T01:56:12.134Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9db492b632da..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da104944-6930-4056-ae7e-2d473597e329 VfModuleModelInvariantUUID:d6e50af2-49f2-430b-ba2e-cec3de17c5a4 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801 , d6ede15d-ce4b-4463-9b8c-d90da0c06951 } 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-08-25T01:56:12.136Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9db492b632da..base_vfw..module-0", "vfModuleModelInvariantUUID": "d6e50af2-49f2-430b-ba2e-cec3de17c5a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da104944-6930-4056-ae7e-2d473597e329", "vfModuleModelCustomizationUUID": "e6a3448f-40f7-4ad9-b339-d1e9dea77f49", "isBase": true, "artifacts": [ "1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801", "d6ede15d-ce4b-4463-9b8c-d90da0c06951" ], "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-08-25T01:56:12.136Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9db492b632da..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da104944-6930-4056-ae7e-2d473597e329 VfModuleModelInvariantUUID:d6e50af2-49f2-430b-ba2e-cec3de17c5a4 VfModuleModelDescription:NULL Artifacts UUID List:{ 1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801 , d6ede15d-ce4b-4463-9b8c-d90da0c06951 } 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-08-25T01:56:12.136Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801 from URL: /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml 2021-08-25T01:56:12.136Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T01:56:12.136Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml 2021-08-25T01:56:12.881Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T01:56:12.883Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml 1ff4f0f9-9ec4-497d-bb6e-0c4124ea8801 20368 2021-08-25T01:56:12.884Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-25T01:56:12.884Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml 2021-08-25T01:56:12.884Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T01:56:12.884Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:12.887Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:12.888Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856572884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T01:56:12.988Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T01:56:12.989Z||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-08-25T01:56:12.989Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:13.001Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:13.002Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-25T01:56:13.889Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6ede15d-ce4b-4463-9b8c-d90da0c06951 from URL: /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env 2021-08-25T01:56:13.889Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T01:56:13.890Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env 2021-08-25T01:56:15.491Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T01:56:15.491Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env d6ede15d-ce4b-4463-9b8c-d90da0c06951 2098 2021-08-25T01:56:15.491Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-25T01:56:15.491Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env 2021-08-25T01:56:15.492Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T01:56:15.492Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:15.493Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:15.493Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856575491, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-25T01:56:15.594Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T01:56:15.594Z||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-08-25T01:56:15.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:15.606Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:15.606Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:16.494Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3c01c7a3-919d-44e5-9c0d-99ff61af7613 2021-08-25T01:56:16.494Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9db492b6-32da 0 19676cf6-889b-4c8f-95ce-7e10da201085 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-08-25T01:56:16.527Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.527Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.527Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-25T01:56:16.527Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 27539251-b136-47c2-9003-bd4d05710340 2021-08-25T01:56:16.528Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27539251-b136-47c2-9003-bd4d05710340 matches Tosca VF Customization UUID: 27539251-b136-47c2-9003-bd4d05710340 2021-08-25T01:56:16.528Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 27539251-b136-47c2-9003-bd4d05710340 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-08-25T01:56:16.533Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.533Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.534Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 27539251-b136-47c2-9003-bd4d05710340: {\"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-08-25T01:56:16.534Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ad10c09 2021-08-25T01:56:16.534Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.534Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T01:56:16.535Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6a3448f-40f7-4ad9-b339-d1e9dea77f49 2021-08-25T01:56:16.536Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6a3448f-40f7-4ad9-b339-d1e9dea77f49 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-08-25T01:56:16.541Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.541Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.542Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:16.542Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.542Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.543Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:16.543Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.543Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:16.543Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.544Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.545Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-25T01:56:16.545Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.545Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-25T01:56:16.545Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.546Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8757047-d979-41f6-bcbc-b33201c69244 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-08-25T01:56:16.552Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.552Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.552Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.553Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-25T01:56:16.554Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-25T01:56:16.554Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.554Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-25T01:56:16.554Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.554Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16150cbc-7e13-42d0-8115-013d0efc69bc 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-08-25T01:56:16.556Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.556Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.556Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:16.558Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.558Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is not matching search criteria 2021-08-25T01:56:16.558Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-25T01:56:16.558Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-25T01:56:16.558Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-25T01:56:16.559Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=193c83c7-0c4b-4421-ab2b-d12df343a860 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-08-25T01:56:16.561Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.561Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.562Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T01:56:16.562Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.562Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Node template vFW 9db492b6-32da 0 is matching search criteria 2021-08-25T01:56:16.562Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9db492b6-32da 0] matching following query criteria: sdcType=VF, customizationUUID=27539251-b136-47c2-9003-bd4d05710340 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-08-25T01:56:16.563Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3c01c7a3-919d-44e5-9c0d-99ff61af7613: vFW 9db492b6-32da 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.564Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-25 01-53-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T01:56:16.565Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-25 01-53-27 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-08-25T01:56:16.822Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9db492b6-32da 19676cf6-889b-4c8f-95ce-7e10da201085 1 ASDC deployResourceStructure 2021-08-25T01:56:16.823Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json ASDC sendASDCNotification 2021-08-25T01:56:16.823Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json 2021-08-25T01:56:16.823Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T01:56:16.823Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:16.824Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:16.824Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856576823, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T01:56:16.925Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:16.926Z||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-08-25T01:56:16.926Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:16.937Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:16.938Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:17.826Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-25T01:56:17.826Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml 2021-08-25T01:56:17.827Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T01:56:17.827Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:17.830Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:17.830Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856577826, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-25T01:56:17.930Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T01:56:17.931Z||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-08-25T01:56:17.931Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:17.943Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:17.944Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:18.832Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-25T01:56:18.832Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env 2021-08-25T01:56:18.832Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T01:56:18.833Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:18.835Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:18.836Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856578831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-25T01:56:18.936Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:18.936Z||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-08-25T01:56:18.937Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:18.950Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:18.950Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:19.837Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar ASDC sendASDCNotification 2021-08-25T01:56:19.837Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar 2021-08-25T01:56:19.838Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T01:56:19.838Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T01:56:19.841Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T01:56:19.841Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856579837, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:56:19.941Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T01:56:19.942Z||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-08-25T01:56:19.943Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:19.954Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:19.954Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T01:56:20.842Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:56:20.867Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:56:20.870Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:56:20.870Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:56:20.870Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:56:50.870Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:56:50.883Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:56:50.885Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:56:50.886Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:56:50.886Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:56:53.691Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:56:53.692Z||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-08-25T01:56:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:56:53.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:56:53.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:56:53.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:56:53.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:57:20.886Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:57:20.897Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:57:20.899Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:57:20.899Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:57:20.899Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:57:50.899Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:57:50.915Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:57:50.918Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:57:50.918Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:57:50.918Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:57:53.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:57:53.693Z||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-08-25T01:57:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:57:53.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:57:53.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:57:53.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:57:53.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:20.919Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:58:20.931Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:58:20.936Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:58:20.936Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:58:20.936Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:58:50.937Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:58:50.949Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:58:50.952Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:58:50.953Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T01:58:50.953Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T01:58:53.691Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:58:53.693Z||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-08-25T01:58:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T01:58:53.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T01:58:54.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-25T01:58:54.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856544394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "dcae-sch", "timestamp": 1629856539462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856546679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856549516, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856558292, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856552293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856559283, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856559298, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "policy-id", "timestamp": 1629856560300, "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-08-25T01:58:54.251Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.251Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856553690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856560910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856561186, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "cds", "timestamp": 1629856561921, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-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-08-25T01:58:54.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856562800, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856563538, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856557688, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856565537, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856566295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856568151, "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-08-25T01:58:54.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856568305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "multicloud-k8s-id", "timestamp": 1629856569157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "dcae-sch", "timestamp": 1629856559462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "clamp", "timestamp": 1629856569308, "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-08-25T01:58:54.296Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.296Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856571104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856571828, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856572884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856566679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856567293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856575491, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOTIFIED" } 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856576486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856576580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856570162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856576823, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/vfw9db492b632da0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856577489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856577584, "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-08-25T01:58:54.312Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.312Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856577826, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856578194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "policy-id", "timestamp": 1629856578491, "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-08-25T01:58:54.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856578831, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/resourceInstances/vfw9db492b632da0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856579182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "cds", "timestamp": 1629856579200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-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-08-25T01:58:54.342Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.342Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:58:54.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856579837, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856574394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856581079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856581696, "artifactURL": "/sdc/v1/catalog/services/Vfw20210825015327/1.0/artifacts/service-Vfw20210825015327-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856582303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "aai-ml", "timestamp": 1629856582701, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T01:58:54.354Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae166956-fbef-4104-8927-d39bd600abee 2021-08-25T01:58:54.354Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:58:54.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856583324, "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-08-25T01:58:54.365Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.365Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "multicloud-k8s-id", "timestamp": 1629856584327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856563567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856585778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856588312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856589286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629856589315, "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-08-25T01:58:54.375Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856590314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "clamp", "timestamp": 1629856591318, "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-08-25T01:58:54.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.386Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856587689, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856597297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856603519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-25T01:58:54.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "aai-ml", "timestamp": 1629856604522, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T01:58:54.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 2021-08-25T01:58:54.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T01:59:20.953Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T01:59:20.967Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae166956-fbef-4104-8927-d39bd600abee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.971Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.972Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.972Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.972Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T01:59:20.972Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T01:59:20.978Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T01:59:50.978Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae166956-fbef-4104-8927-d39bd600abee 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-08-25T01:59:50.990Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae166956-fbef-4104-8927-d39bd600abee and serviceModelVersionId: 3c01c7a3-919d-44e5-9c0d-99ff61af7613 2021-08-25T01:59:50.990Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59102649-2cc9-46f5-bbc9-61839b2afcac 2021-08-25T01:59:53.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T01:59:53.692Z||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-08-25T01:59:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:03.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:06.052Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0 2021-08-25T02:00:06.148Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:00:06.510Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0|INFO|500||Invoke 2021-08-25T02:00:06.516Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae166956-fbef-4104-8927-d39bd600abee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1b3d42e-5f65-4c3c-806b-00a6b5b17355], X-ECOMP-RequestID=[ae166956-fbef-4104-8927-d39bd600abee], X-TransactionId=[], X-ONAP-RequestID=[ae166956-fbef-4104-8927-d39bd600abee], Content-Type=[application/merge-patch+json]} 2021-08-25T02:00:06.621Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:00:06.771Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?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/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210825-02:00:06:630-22310], vertex-id=[168168], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:00:06 GMT], Content-Type=[application/json]} 2021-08-25T02:00:06.773Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:00:06.773Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59102649-2cc9-46f5-bbc9-61839b2afcac/model-vers/model-ver/3c01c7a3-919d-44e5-9c0d-99ff61af7613?depth=0|INFO|500||InvokeReturn 2021-08-25T02:00:06.777Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:00:06.777Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:00:06.781Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:00:06.782Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae166956-fbef-4104-8927-d39bd600abee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:00:06.782Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:00:06.782Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:06.784Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:06.784Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856806782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:00:06.884Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:06.886Z||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-08-25T02:00:06.886Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:06.898Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:06.898Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-25T02:00:07.802Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:00:07.802Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:00:07.802Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:12.141Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:12.142Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-25T02:00:12.142Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d57f1bc8-c8a2-42e3-8150-509b7c35c4a2","serviceName":"basic_onboard_KoVCDr","serviceVersion":"1.0","serviceUUID":"6e9f48fd-0812-4b19-bfa3-2aade7a02764","serviceDescription":"service","serviceInvariantUUID":"fee306ee-8a34-4c75-bb44-7c209f5ec4fe","resources":[{"resourceInstanceName":"basic_onboard_KoVCDr 0","resourceName":"basic_onboard_KoVCDr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ec83803-f369-4910-a7fb-8bff83043ad3","resourceInvariantUUID":"cc41ceaf-6884-49c8-bd4d-46ca0bf70365","resourceCustomizationUUID":"a76ecc7e-f8ac-4e80-bf54-ece599d1de9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDE0ZWE4ZjIwOGMyZWVjMGU4NDhhZGYyOGVlZjJiMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08e3b416-8cb4-42e7-b811-06e46faa28ba","artifactVersion":"1"},{"artifactName":"basic_onboard_kovcdr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json","artifactChecksum":"ZTkxOWQzNzVhYTFhMzEyYWVjZDg4ZTBjM2ZmOThkNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff622498-b3fa-4c61-8e50-75b0e108fdf6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86d54a39-5946-4bb2-b113-e9eb975a5ac0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a61a0725-bb18-4e93-89d6-edb51b52e915","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5adc96fa-29b7-466e-be1f-15b7e0f91171","artifactVersion":"2","generatedFromUUID":"86d54a39-5946-4bb2-b113-e9eb975a5ac0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKovcdr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml","artifactChecksum":"YzVjMTA2ZmM2MTg0ODU4YmQzNzJmMjY0NDI3ZDczODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4767864-b717-4234-ba93-723b3635e0fd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKovcdr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar","artifactChecksum":"YWY4Yzg1MWJjMTYyY2YyNDU0M2Y2NTk3OGMwYzI1YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5863efa-fa34-44a5-b8aa-95125d94984d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T02:00:12.146Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:12.146Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:12.148Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:12.148Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:12.248Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:12.249Z||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-08-25T02:00:12.250Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:12.261Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:12.262Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:13.149Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:13.150Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:13.153Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:13.153Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:00:13.253Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:13.254Z||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-08-25T02:00:13.254Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:13.272Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:13.272Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:14.153Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:14.154Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:14.157Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:14.157Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-25T02:00:14.257Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:14.258Z||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-08-25T02:00:14.259Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:14.271Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:14.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:15.158Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:15.161Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:15.164Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:15.164Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:15.265Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T02:00:15.266Z||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-08-25T02:00:15.266Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:15.278Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:15.279Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:16.165Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:16.166Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:16.169Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:16.169Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-25T02:00:16.269Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:16.270Z||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-08-25T02:00:16.270Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:16.281Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:16.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:17.170Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:17.171Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:17.173Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:17.173Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:17.273Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:17.274Z||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-08-25T02:00:17.275Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:17.286Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:17.287Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:18.174Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:00:18.175Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:18.188Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:18.189Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:00:18.289Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:18.289Z||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-08-25T02:00:18.290Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:18.301Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:18.302Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:19.191Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "serviceName": "basic_onboard_KoVCDr", "serviceVersion": "1.0", "serviceUUID": "6e9f48fd-0812-4b19-bfa3-2aade7a02764", "serviceDescription": "service", "serviceInvariantUUID": "fee306ee-8a34-4c75-bb44-7c209f5ec4fe", "resources": [ { "resourceInstanceName": "basic_onboard_KoVCDr 0", "resourceCustomizationUUID": "a76ecc7e-f8ac-4e80-bf54-ece599d1de9a", "resourceName": "basic_onboard_KoVCDr", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0ec83803-f369-4910-a7fb-8bff83043ad3", "resourceInvariantUUID": "cc41ceaf-6884-49c8-bd4d-46ca0bf70365", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_kovcdr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "artifactChecksum": "ZTkxOWQzNzVhYTFhMzEyYWVjZDg4ZTBjM2ZmOThkNTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff622498-b3fa-4c61-8e50-75b0e108fdf6", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86d54a39-5946-4bb2-b113-e9eb975a5ac0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5adc96fa-29b7-466e-be1f-15b7e0f91171", "generatedFromUUID": "86d54a39-5946-4bb2-b113-e9eb975a5ac0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5adc96fa-29b7-466e-be1f-15b7e0f91171", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKovcdr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "artifactChecksum": "YWY4Yzg1MWJjMTYyY2YyNDU0M2Y2NTk3OGMwYzI1YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5863efa-fa34-44a5-b8aa-95125d94984d" } ], "workloadContext": "Production" } 2021-08-25T02:00:19.191Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T02:00:19.191Z|ae166956-fbef-4104-8927-d39bd600abee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e9f48fd-0812-4b19-bfa3-2aade7a02764 ASDC 2021-08-25T02:00:19.192Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 ServiceName:basic_onboard_KoVCDr ServiceVersion:1.0 ServiceUUID:6e9f48fd-0812-4b19-bfa3-2aade7a02764 ServiceInvariantUUID:fee306ee-8a34-4c75-bb44-7c209f5ec4fe ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKovcdr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar ArtifactUUID:f5863efa-fa34-44a5-b8aa-95125d94984d ArtifactChecksum:YWY4Yzg1MWJjMTYyY2YyNDU0M2Y2NTk3OGMwYzI1YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_KoVCDr 0 ResourceCustomizationUUID:a76ecc7e-f8ac-4e80-bf54-ece599d1de9a ResourceInvariantUUID:cc41ceaf-6884-49c8-bd4d-46ca0bf70365 ResourceName:basic_onboard_KoVCDr ResourceType:VF ResourceUUID:0ec83803-f369-4910-a7fb-8bff83043ad3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_kovcdr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json ArtifactUUID:ff622498-b3fa-4c61-8e50-75b0e108fdf6 ArtifactChecksum:ZTkxOWQzNzVhYTFhMzEyYWVjZDg4ZTBjM2ZmOThkNTk= 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/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml ArtifactUUID:86d54a39-5946-4bb2-b113-e9eb975a5ac0 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/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env ArtifactUUID:5adc96fa-29b7-466e-be1f-15b7e0f91171 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/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env ArtifactUUID:5adc96fa-29b7-466e-be1f-15b7e0f91171 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-25T02:00:19.192Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e9f48fd-0812-4b19-bfa3-2aade7a02764 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-08-25T02:00:19.225Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:00:19.226Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:00:19.226Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:00:19.226Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f5863efa-fa34-44a5-b8aa-95125d94984d from URL: /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:19.226Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:00:19.226Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:19.792Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:00:19.794Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar f5863efa-fa34-44a5-b8aa-95125d94984d 71385 2021-08-25T02:00:19.794Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar ASDC sendASDCNotification 2021-08-25T02:00:19.794Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:19.794Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:00:19.795Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:19.796Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:19.796Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856819794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:19.897Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T02:00:19.898Z||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-08-25T02:00:19.898Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:19.911Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:19.912Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:20.797Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:00:20.798Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:00:20.798Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f5863efa-fa34-44a5-b8aa-95125d94984d, URL: /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar to file: /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:20.799Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:20.799Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:20.799Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.050Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10509111480982701217/Definitions/service-BasicOnboardKovcdr-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-08-25T02:00:21.959Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T02:00:21.959Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:00:21.959Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.959Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KoVCDr 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-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||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-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.960Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:21.961Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:00:21.962Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is not matching search criteria 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-25T02:00:21.963Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.964Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is not matching search criteria 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-25T02:00:21.965Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0f80afce-0aa7-475d-bb5f-1a8aa95cd98b 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.966Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.976Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:21.976Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:21.976Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_KoVCDr Description:service Model UUID:6e9f48fd-0812-4b19-bfa3-2aade7a02764 Model Version:NULL Model InvariantUuid:fee306ee-8a34-4c75-bb44-7c209f5ec4fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_KoVCDr Model UUID:41b6f86b-2681-405c-bad1-6696a50c46b6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cc41ceaf-6884-49c8-bd4d-46ca0bf70365 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a76ecc7e-f8ac-4e80-bf54-ece599d1de9a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cd01ebbf-5263-467e-b6d4-bc932b02f27f ModelName:BasicOnboardKovcdr..base_ubuntu18..module-0 ModelUuid:5374c0ea-7abf-417f-84ff-b09cfd87d678 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f80afce-0aa7-475d-bb5f-1a8aa95cd98b ModelInvariantUuid:e718f738-7825-4618-9827-d1b6a0ddf773 ModelName:basic_onboard_KoVCDr-nodes.ubuntu18Cvfc ModelUuid:5d724c21-c271-4bee-9d51-fefa4f7a668c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:997b96c5-86b6-42c5-bbb0-e581f17cc798 ModelInvariantUuid:c0851e59-4273-41b2-88f2-ad4769ba9627 ModelName:BasicOnboardKovcdr.compute.nodes.heat.ubuntu18 ModelUuid:2c9f3c19-913a-478f-87db-2e7984529d75 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-08-25T02:00:21.983Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ec83803-f369-4910-a7fb-8bff83043ad3 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-08-25T02:00:21.986Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||basic_onboard_KoVCDr 0 2021-08-25T02:00:21.986Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ec83803-f369-4910-a7fb-8bff83043ad3 2021-08-25T02:00:21.986Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff622498-b3fa-4c61-8e50-75b0e108fdf6 from URL: /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json 2021-08-25T02:00:21.986Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:00:21.986Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json 2021-08-25T02:00:22.385Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:00:22.386Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json ff622498-b3fa-4c61-8e50-75b0e108fdf6 798 2021-08-25T02:00:22.386Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json ASDC sendASDCNotification 2021-08-25T02:00:22.386Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json 2021-08-25T02:00:22.386Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:00:22.386Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:22.389Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:22.389Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856822386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:22.489Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:22.490Z||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-08-25T02:00:22.490Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:22.502Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:22.503Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:23.390Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKovcdr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cd01ebbf-5263-467e-b6d4-bc932b02f27f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5374c0ea-7abf-417f-84ff-b09cfd87d678", "vfModuleModelCustomizationUUID": "59c83a29-9c97-4310-9b77-69092954e6f7", "isBase": true, "artifacts": [ "86d54a39-5946-4bb2-b113-e9eb975a5ac0", "5adc96fa-29b7-466e-be1f-15b7e0f91171" ], "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-08-25T02:00:23.395Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKovcdr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5374c0ea-7abf-417f-84ff-b09cfd87d678 VfModuleModelInvariantUUID:cd01ebbf-5263-467e-b6d4-bc932b02f27f VfModuleModelDescription:NULL Artifacts UUID List:{ 86d54a39-5946-4bb2-b113-e9eb975a5ac0 , 5adc96fa-29b7-466e-be1f-15b7e0f91171 } 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-08-25T02:00:23.398Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKovcdr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cd01ebbf-5263-467e-b6d4-bc932b02f27f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5374c0ea-7abf-417f-84ff-b09cfd87d678", "vfModuleModelCustomizationUUID": "59c83a29-9c97-4310-9b77-69092954e6f7", "isBase": true, "artifacts": [ "86d54a39-5946-4bb2-b113-e9eb975a5ac0", "5adc96fa-29b7-466e-be1f-15b7e0f91171" ], "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-08-25T02:00:23.399Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKovcdr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5374c0ea-7abf-417f-84ff-b09cfd87d678 VfModuleModelInvariantUUID:cd01ebbf-5263-467e-b6d4-bc932b02f27f VfModuleModelDescription:NULL Artifacts UUID List:{ 86d54a39-5946-4bb2-b113-e9eb975a5ac0 , 5adc96fa-29b7-466e-be1f-15b7e0f91171 } 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-08-25T02:00:23.399Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86d54a39-5946-4bb2-b113-e9eb975a5ac0 from URL: /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml 2021-08-25T02:00:23.399Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:00:23.399Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml 2021-08-25T02:00:23.537Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:00:23.538Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml 86d54a39-5946-4bb2-b113-e9eb975a5ac0 5033 2021-08-25T02:00:23.538Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-25T02:00:23.538Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml 2021-08-25T02:00:23.538Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:00:23.538Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:23.540Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:23.541Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856823538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:23.641Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:23.642Z||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-08-25T02:00:23.642Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:23.655Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:23.655Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:24.541Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5adc96fa-29b7-466e-be1f-15b7e0f91171 from URL: /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env 2021-08-25T02:00:24.542Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:00:24.543Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env 2021-08-25T02:00:24.680Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:00:24.681Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env 5adc96fa-29b7-466e-be1f-15b7e0f91171 909 2021-08-25T02:00:24.681Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-25T02:00:24.682Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env 2021-08-25T02:00:24.682Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:00:24.682Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:24.685Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:24.685Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856824681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:24.785Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:24.786Z||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-08-25T02:00:24.786Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:24.801Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:24.801Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:25.685Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6e9f48fd-0812-4b19-bfa3-2aade7a02764 2021-08-25T02:00:25.687Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KoVCDr 0 0ec83803-f369-4910-a7fb-8bff83043ad3 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-08-25T02:00:25.705Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.705Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.706Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-25T02:00:25.706Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a76ecc7e-f8ac-4e80-bf54-ece599d1de9a 2021-08-25T02:00:25.706Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a76ecc7e-f8ac-4e80-bf54-ece599d1de9a matches Tosca VF Customization UUID: a76ecc7e-f8ac-4e80-bf54-ece599d1de9a 2021-08-25T02:00:25.706Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a76ecc7e-f8ac-4e80-bf54-ece599d1de9a 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-08-25T02:00:25.708Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.709Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.709Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a76ecc7e-f8ac-4e80-bf54-ece599d1de9a: {\"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-08-25T02:00:25.710Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24544e6c 2021-08-25T02:00:25.710Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.710Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:00:25.710Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59c83a29-9c97-4310-9b77-69092954e6f7 2021-08-25T02:00:25.710Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59c83a29-9c97-4310-9b77-69092954e6f7 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-08-25T02:00:25.712Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.712Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is not matching search criteria 2021-08-25T02:00:25.713Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-25T02:00:25.714Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-25T02:00:25.714Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0f80afce-0aa7-475d-bb5f-1a8aa95cd98b 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-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KoVCDr 0 is matching search criteria 2021-08-25T02:00:25.716Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KoVCDr 0] matching following query criteria: sdcType=VF, customizationUUID=a76ecc7e-f8ac-4e80-bf54-ece599d1de9a 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-08-25T02:00:25.718Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6e9f48fd-0812-4b19-bfa3-2aade7a02764: basic_onboard_KoVCDr 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.719Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KoVCDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:00:25.720Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KoVCDr 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-08-25T02:00:25.802Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KoVCDr 0ec83803-f369-4910-a7fb-8bff83043ad3 1 ASDC deployResourceStructure 2021-08-25T02:00:25.802Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json ASDC sendASDCNotification 2021-08-25T02:00:25.802Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json 2021-08-25T02:00:25.802Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:00:25.803Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:25.804Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:25.805Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856825802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:00:25.906Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:25.907Z||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-08-25T02:00:25.907Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:25.919Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:25.919Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:26.806Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-25T02:00:26.806Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml 2021-08-25T02:00:26.806Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:00:26.807Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:26.810Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:26.810Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856826806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:00:26.910Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:26.910Z||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-08-25T02:00:26.910Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:26.921Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:26.921Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:27.810Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-25T02:00:27.811Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env 2021-08-25T02:00:27.811Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:00:27.812Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:27.814Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:27.814Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856827810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-25T02:00:27.914Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:27.915Z||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-08-25T02:00:27.915Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:27.927Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:27.927Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:00:28.815Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar ASDC sendASDCNotification 2021-08-25T02:00:28.816Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar 2021-08-25T02:00:28.816Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:00:28.816Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:00:28.817Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:00:28.817Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:00:28.918Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:00:28.919Z||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-08-25T02:00:28.920Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:28.931Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:28.932Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:00:29.818Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:00:29.833Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:00:29.836Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:00:29.836Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T02:00:29.836Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:00:29.837Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:00:29.842Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T02:00:53.692Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:00:53.693Z||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-08-25T02:00:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:00:54.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:00:54.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae166956-fbef-4104-8927-d39bd600abee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856806782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:00:54.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856807802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856819794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856822386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856823538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856824681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856825802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/basic_onboard_kovcdr0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856826806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856827810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/resourceInstances/basic_onboard_kovcdr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-25T02:00:54.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:54.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-25T02:00:54.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKovcdr/1.0/artifacts/service-BasicOnboardKovcdr-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:00:54.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:00:59.843Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 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-08-25T02:00:59.847Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 and serviceModelVersionId: 6e9f48fd-0812-4b19-bfa3-2aade7a02764 2021-08-25T02:00:59.847Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fee306ee-8a34-4c75-bb44-7c209f5ec4fe 2021-08-25T02:00:59.848Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?depth=0 2021-08-25T02:00:59.853Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:00:59.880Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?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-08-25T02:00:59.880Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?depth=0|INFO|500||Invoke 2021-08-25T02:00:59.899Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:01:00.078Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?depth=0|INFO|500||InvokeReturn 2021-08-25T02:01:00.079Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fee306ee-8a34-4c75-bb44-7c209f5ec4fe/model-vers/model-ver/6e9f48fd-0812-4b19-bfa3-2aade7a02764?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210825-02:00:59:906-35903], vertex-id=[180248], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:00:59 GMT], Content-Type=[application/json]} 2021-08-25T02:01:00.079Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:01:00.079Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:01:00.079Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:01:00.085Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:01:00.085Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d57f1bc8-c8a2-42e3-8150-509b7c35c4a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:01:00.086Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:01:00.086Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:01:00.088Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:01:00.089Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856860086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:01:00.189Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:01:00.190Z||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-08-25T02:01:00.190Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:00.202Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:00.203Z||pool-34-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-08-25T02:01:01.102Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:01.103Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:01.103Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:10.649Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:10.650Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:10.650Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:10.650Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:20.201Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:20.201Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:20.202Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:20.202Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:29.750Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:29.750Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:29.751Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:29.751Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:39.295Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:01:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:01:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:01:54.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:01:54.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:01:54.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d57f1bc8-c8a2-42e3-8150-509b7c35c4a2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629856860086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:01:54.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:02:03.242Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:02:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:02:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:02:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:02:53.691Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:02:53.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:02:53.692Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:03:03.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:03:03.242Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:03:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:03:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:03:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:03:53.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:03:53.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:03:53.693Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:04:03.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:04:03.240Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:04:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:04:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:04:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:04:53.691Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:04:53.692Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:04:53.692Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:05:03.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:05:03.241Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:05:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:05:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:05:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:05:53.691Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:05:53.692Z||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-08-25T02:05:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:06:03.237Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:06:03.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:06:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:06:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:06:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:06:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:06:53.692Z||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-08-25T02:06:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:03.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:03.240Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:53.690Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:07:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:07:53.691Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:07:53.692Z||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-08-25T02:07:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:54.318Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:54.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:54.318Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.318Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c50955c-7c1b-4a85-b0a5-bff22ed60fdf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67","serviceDescription":"service","serviceInvariantUUID":"c94cca3d-33fa-41ae-b036-e886cfb707e8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"acc4fc05-8cdb-49ac-93c4-551ced636c18","resourceInvariantUUID":"cb893707-4283-4b12-8ff8-adeac233a8ac","resourceCustomizationUUID":"ef9445e1-6ecb-40bc-b2d7-c1c408efaf5e","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":"NzA4MWMzNjE3YzI5Njk5NTM0Zjk2ZGEzOGIzMTg4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88beeb7b-c9d8-465b-92f7-4ea20feddb71","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDhiYWJmMGFjOWQxZTEwZmIxZWUzY2Y3NGMwMmViZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23bebba3-c274-49a1-9a71-bcb7ab0c1433","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T02:07:54.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857253567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1629857249516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "cds", "timestamp": 1629857257293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "dcae-sch", "timestamp": 1629857259462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.320Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "cds", "timestamp": 1629857257293, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:54.321Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "multicloud-k8s-id", "timestamp": 1629857249516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857253567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "dcae-sch", "timestamp": 1629857259462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857261961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "cds", "timestamp": 1629857261969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "cds", "timestamp": 1629857262975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-08-25T02:07:54.323Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:07:54.323Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857273690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:07:54.338Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 2021-08-25T02:07:54.338Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:07:54.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857263355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:07:54.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:07:54.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857264359, "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-08-25T02:07:54.350Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 2021-08-25T02:07:54.351Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "clamp", "timestamp": 1629857264394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "clamp", "timestamp": 1629857264394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "policy-id", "timestamp": 1629857266679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "policy-id", "timestamp": 1629857266679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:54.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "policy-id", "timestamp": 1629857269444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "policy-id", "timestamp": 1629857270447, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:07:54.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "policy-id", "timestamp": 1629857271450, "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-08-25T02:07:54.366Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 2021-08-25T02:07:54.366Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:07:54.423Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:07:54.424Z||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-08-25T02:07:54.424Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:54.435Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:54.436Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:07:55.324Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:07:55.325Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:07:55.326Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:07:55.326Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857273690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:07:55.426Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:07:55.427Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-25T02:07:55.427Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:55.438Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:55.438Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:07:56.328Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67", "serviceDescription": "service", "serviceInvariantUUID": "c94cca3d-33fa-41ae-b036-e886cfb707e8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ef9445e1-6ecb-40bc-b2d7-c1c408efaf5e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "acc4fc05-8cdb-49ac-93c4-551ced636c18", "resourceInvariantUUID": "cb893707-4283-4b12-8ff8-adeac233a8ac", "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": "NDhiYWJmMGFjOWQxZTEwZmIxZWUzY2Y3NGMwMmViZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23bebba3-c274-49a1-9a71-bcb7ab0c1433" } ], "workloadContext": "Production" } 2021-08-25T02:07:56.328Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T02:07:56.328Z|d57f1bc8-c8a2-42e3-8150-509b7c35c4a2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 ASDC 2021-08-25T02:07:56.329Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1c50955c-7c1b-4a85-b0a5-bff22ed60fdf ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 ServiceInvariantUUID:c94cca3d-33fa-41ae-b036-e886cfb707e8 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:23bebba3-c274-49a1-9a71-bcb7ab0c1433 ArtifactChecksum:NDhiYWJmMGFjOWQxZTEwZmIxZWUzY2Y3NGMwMmViZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ef9445e1-6ecb-40bc-b2d7-c1c408efaf5e ResourceInvariantUUID:cb893707-4283-4b12-8ff8-adeac233a8ac ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:acc4fc05-8cdb-49ac-93c4-551ced636c18 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-25T02:07:56.329Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 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-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 23bebba3-c274-49a1-9a71-bcb7ab0c1433 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:07:56.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-25T02:07:58.455Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:07:58.459Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 23bebba3-c274-49a1-9a71-bcb7ab0c1433 52172 2021-08-25T02:07:58.459Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-25T02:07:58.459Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-25T02:07:58.460Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:07:58.460Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:07:58.462Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:07:58.462Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857278459, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:07:58.562Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:07:58.563Z||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-08-25T02:07:58.563Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:07:58.575Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:07:58.576Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:07:59.462Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:07:59.463Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:07:59.464Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 23bebba3-c274-49a1-9a71-bcb7ab0c1433, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:07:59.464Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-25T02:07:59.464Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:07:59.465Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:07:59.867Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10465339844215739859/Definitions/service-BasicNetwork-template.yml 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.197Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.198Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.199Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.199Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.199Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.199Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.199Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 Model Version:NULL Model InvariantUuid:c94cca3d-33fa-41ae-b036-e886cfb707e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:cb893707-4283-4b12-8ff8-adeac233a8ac Model UUID:50c04b33-1070-4fa2-8756-f7270820e134 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ef9445e1-6ecb-40bc-b2d7-c1c408efaf5e 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-08-25T02:08:00.204Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: acc4fc05-8cdb-49ac-93c4-551ced636c18 2021-08-25T02:08:00.205Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||No resources found for Service: bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 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-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500|| 2021-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||No resources found for Service: bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 2021-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 2021-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-25T02:08:00.208Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67: Generic NeutronNet 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.213Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-08-25T02:08:00.232Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.232Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.233Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.233Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.233Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:08:00.233Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:08:00.233Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||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-08-25T02:08:00.289Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-25T02:08:00.289Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-25T02:08:00.289Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-25T02:08:00.289Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:08:00.290Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:08:00.291Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:08:00.291Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857280289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:08:00.391Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:08:00.392Z||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-08-25T02:08:00.392Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:08:00.404Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:08:00.404Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:08:01.293Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:08:01.304Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:08:01.307Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:08:01.307Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:08:01.307Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:08:31.308Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:08:31.319Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:08:31.323Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:08:31.323Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:08:31.323Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:08:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:08:53.692Z||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-08-25T02:08:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:08:53.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:08:53.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-25T02:08:53.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857273690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:08:53.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:01.323Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:09:01.335Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:09:01.341Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:09:01.341Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:09:01.341Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:09:31.342Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:09:31.353Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:09:31.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:09:31.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:09:31.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:09:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:09:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:09:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:09:53.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:09:53.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857273690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "aai-ml", "timestamp": 1629857277689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857278459, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "aai-ml", "timestamp": 1629857277689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "clamp", "timestamp": 1629857279367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857280289, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "aai-ml", "timestamp": 1629857281193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "clamp", "timestamp": 1629857281372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "clamp", "timestamp": 1629857282382, "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-08-25T02:09:53.736Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 2021-08-25T02:09:53.736Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:09:53.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "aai-ml", "timestamp": 1629857284078, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "aai-ml", "timestamp": 1629857285082, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:09:53.752Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 2021-08-25T02:09:53.752Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:09:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857307689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857302293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "multicloud-k8s-id", "timestamp": 1629857309516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857306679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857320501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857320508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857320513, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857313567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "cds", "timestamp": 1629857321507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-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-08-25T02:09:53.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36c8de22-a87b-4882-a1cf-dfc1d0062529 2021-08-25T02:09:53.781Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857321517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "policy-id", "timestamp": 1629857322520, "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-08-25T02:09:53.793Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36c8de22-a87b-4882-a1cf-dfc1d0062529 2021-08-25T02:09:53.794Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:09:53.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857322704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857323931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857324279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "aai-ml", "timestamp": 1629857324934, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:09:53.805Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 36c8de22-a87b-4882-a1cf-dfc1d0062529 2021-08-25T02:09:53.805Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:09:53.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857325284, "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-08-25T02:09:53.815Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 36c8de22-a87b-4882-a1cf-dfc1d0062529 2021-08-25T02:09:53.816Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:09:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "dcae-sch", "timestamp": 1629857319462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:09:53.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:09:53.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857324394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:09:53.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:10:01.356Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:10:01.368Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:10:01.370Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:01.371Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:10:01.375Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T02:10:31.375Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf 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-08-25T02:10:31.384Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf and serviceModelVersionId: bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67 2021-08-25T02:10:31.384Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c94cca3d-33fa-41ae-b036-e886cfb707e8 2021-08-25T02:10:31.385Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?depth=0 2021-08-25T02:10:31.393Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:10:31.427Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?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-08-25T02:10:31.427Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?depth=0|INFO|500||Invoke 2021-08-25T02:10:31.444Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:10:31.684Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?depth=0|INFO|500||InvokeReturn 2021-08-25T02:10:31.685Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c94cca3d-33fa-41ae-b036-e886cfb707e8/model-vers/model-ver/bf1ee8d3-0af3-47aa-bb9f-fb03522ceb67?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210825-02:10:31:450-90566], vertex-id=[217136], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:10:31 GMT], Content-Type=[application/json]} 2021-08-25T02:10:31.685Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:10:31.685Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:10:31.686Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:10:31.691Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:10:31.691Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c50955c-7c1b-4a85-b0a5-bff22ed60fdf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:10:31.692Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:10:31.692Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:31.694Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:31.694Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857431691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:10:31.794Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:31.795Z||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-08-25T02:10:31.795Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:31.809Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:31.810Z||pool-39-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-08-25T02:10:32.708Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:10:32.708Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:10:32.709Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:37.019Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:37.019Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-25T02:10:37.020Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"36c8de22-a87b-4882-a1cf-dfc1d0062529","serviceName":"Demo_pNF_qSUZVGLrZ2lbEwrklo9P","serviceVersion":"1.0","serviceUUID":"2d6edcf2-2f04-4b54-8b66-de9668bd9093","serviceDescription":"catalog service description","serviceInvariantUUID":"a09b1c2c-72a8-4a60-8b1c-f1a174b39397","resources":[{"resourceInstanceName":"pNF a55a9cc0-e925 0","resourceName":"pNF a55a9cc0-e925","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"10351487-9c25-4a03-acb7-e85dd97cbfbf","resourceInvariantUUID":"9fcfc54a-c7e7-413d-bd88-4bea58ff7254","resourceCustomizationUUID":"832faadc-ef93-417d-897f-b8942e6ed122","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZjZTMyMzM2ODE0M2I2M2Q3YTFjMjIzNjIwZjQ3ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"958fc43a-e520-4925-88f4-ca5c4a398276","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar","artifactChecksum":"ZjIzZjFiMDcwNGQ3M2Q5YTUyOGE0NTU3ZTkzNWVhODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1bba7af-d852-4bde-8c84-91c49a56f084","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45f8671b-ee8e-49d4-9ac8-8395453028f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml","artifactChecksum":"ODFkMjdiZWIzY2MzMjkyYTgwYzUzMzM4MTViMzBhZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea68f0e4-a7a9-4dd0-9cbe-a423afacccae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a266e12-c7d1-4049-a225-00946abf10de","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77ac797e-4588-41ff-8c8a-764468d21f36","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml","artifactChecksum":"MzM1MzI1NjkyNjdkN2NmMGRlOWNmOTRiZTk4ZTcxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d698f69b-9de5-4f15-bcc3-33319ab0afba","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar","artifactChecksum":"MjU4ODFmODhkYTYzOGI1NGZkNjgxMzg5YjRkN2Y3ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cab61aa-b98b-4c6f-a927-ef37edc4a6a8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T02:10:37.023Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:37.023Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:37.025Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:37.025Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:37.125Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T02:10:37.126Z||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-08-25T02:10:37.127Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:37.138Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:37.138Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:38.026Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:38.027Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:38.028Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:38.028Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:38.128Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:38.129Z||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-08-25T02:10:38.129Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:38.139Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:38.139Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:39.029Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:39.029Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:39.031Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:39.031Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:39.131Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:39.132Z||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-08-25T02:10:39.132Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:39.145Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:39.145Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:40.031Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:40.033Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:40.035Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:40.036Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:40.135Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T02:10:40.136Z||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-08-25T02:10:40.136Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:40.147Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:40.148Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:41.036Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:41.037Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:41.040Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:41.040Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:41.140Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:41.142Z||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-08-25T02:10:41.142Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:41.153Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:41.153Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:10:42.040Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:42.041Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:42.043Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:42.043Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:42.144Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:42.145Z||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-08-25T02:10:42.145Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:42.154Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:42.155Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:10:43.044Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:43.045Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:43.047Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:43.047Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:10:43.148Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:43.149Z||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-08-25T02:10:43.149Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:43.161Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:43.162Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:10:44.048Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:10:44.049Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:44.051Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:44.052Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:10:44.152Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T02:10:44.152Z||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-08-25T02:10:44.153Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:44.163Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:44.164Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:45.053Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "serviceName": "Demo_pNF_qSUZVGLrZ2lbEwrklo9P", "serviceVersion": "1.0", "serviceUUID": "2d6edcf2-2f04-4b54-8b66-de9668bd9093", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a09b1c2c-72a8-4a60-8b1c-f1a174b39397", "resources": [ { "resourceInstanceName": "pNF a55a9cc0-e925 0", "resourceCustomizationUUID": "832faadc-ef93-417d-897f-b8942e6ed122", "resourceName": "pNF a55a9cc0-e925", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "10351487-9c25-4a03-acb7-e85dd97cbfbf", "resourceInvariantUUID": "9fcfc54a-c7e7-413d-bd88-4bea58ff7254", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "artifactChecksum": "MjU4ODFmODhkYTYzOGI1NGZkNjgxMzg5YjRkN2Y3ODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cab61aa-b98b-4c6f-a927-ef37edc4a6a8" } ], "workloadContext": "Production" } 2021-08-25T02:10:45.053Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T02:10:45.053Z|1c50955c-7c1b-4a85-b0a5-bff22ed60fdf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d6edcf2-2f04-4b54-8b66-de9668bd9093 ASDC 2021-08-25T02:10:45.053Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:36c8de22-a87b-4882-a1cf-dfc1d0062529 ServiceName:Demo_pNF_qSUZVGLrZ2lbEwrklo9P ServiceVersion:1.0 ServiceUUID:2d6edcf2-2f04-4b54-8b66-de9668bd9093 ServiceInvariantUUID:a09b1c2c-72a8-4a60-8b1c-f1a174b39397 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar ArtifactUUID:1cab61aa-b98b-4c6f-a927-ef37edc4a6a8 ArtifactChecksum:MjU4ODFmODhkYTYzOGI1NGZkNjgxMzg5YjRkN2Y3ODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a55a9cc0-e925 0 ResourceCustomizationUUID:832faadc-ef93-417d-897f-b8942e6ed122 ResourceInvariantUUID:9fcfc54a-c7e7-413d-bd88-4bea58ff7254 ResourceName:pNF a55a9cc0-e925 ResourceType:PNF ResourceUUID:10351487-9c25-4a03-acb7-e85dd97cbfbf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-25T02:10:45.053Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d6edcf2-2f04-4b54-8b66-de9668bd9093 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-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1cab61aa-b98b-4c6f-a927-ef37edc4a6a8 from URL: /sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:10:45.074Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:45.219Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:10:45.223Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 1cab61aa-b98b-4c6f-a927-ef37edc4a6a8 82540 2021-08-25T02:10:45.223Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar ASDC sendASDCNotification 2021-08-25T02:10:45.223Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:45.223Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:10:45.223Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:45.225Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:45.225Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857445223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:10:45.325Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:45.326Z||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-08-25T02:10:45.327Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:45.339Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:45.339Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:46.226Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:10:46.227Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:10:46.228Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1cab61aa-b98b-4c6f-a927-ef37edc4a6a8, URL: /sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar to file: /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.228Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.229Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.229Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.313Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17417642474271409232/Definitions/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml 2021-08-25T02:10:46.886Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T02:10:46.886Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:10:46.886Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.886Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-25T02:10:46.886Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a55a9cc0-e925 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-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Node template pNF a55a9cc0-e925 0 is matching search criteria 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a55a9cc0-e925 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Node template pNF a55a9cc0-e925 0 is matching search criteria 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a55a9cc0-e925 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.887Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.888Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qSUZVGLrZ2lbEwrklo9P Description:catalog service description Model UUID:2d6edcf2-2f04-4b54-8b66-de9668bd9093 Model Version:NULL Model InvariantUuid:a09b1c2c-72a8-4a60-8b1c-f1a174b39397 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-08-25T02:10:46.896Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 10351487-9c25-4a03-acb7-e85dd97cbfbf 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-08-25T02:10:46.898Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||pNF a55a9cc0-e925 0 2021-08-25T02:10:46.898Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 10351487-9c25-4a03-acb7-e85dd97cbfbf 2021-08-25T02:10:46.898Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d6edcf2-2f04-4b54-8b66-de9668bd9093 2021-08-25T02:10:46.898Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d6edcf2-2f04-4b54-8b66-de9668bd9093 2021-08-25T02:10:46.898Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a55a9cc0-e925 0 10351487-9c25-4a03-acb7-e85dd97cbfbf 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-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d6edcf2-2f04-4b54-8b66-de9668bd9093: pNF a55a9cc0-e925 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Processing PNF resource: 10351487-9c25-4a03-acb7-e85dd97cbfbf 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qSUZVGLrZ2lbEwrklo9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:10:46.903Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||Resource customization UUID: 832faadc-ef93-417d-897f-b8942e6ed122 is the same as notified resource customizationUUID: 832faadc-ef93-417d-897f-b8942e6ed122 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-08-25T02:10:46.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a55a9cc0-e925 10351487-9c25-4a03-acb7-e85dd97cbfbf 0 ASDC deployResourceStructure 2021-08-25T02:10:46.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar ASDC sendASDCNotification 2021-08-25T02:10:46.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar 2021-08-25T02:10:46.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:10:46.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:10:46.949Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:10:46.950Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857446948, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:10:47.050Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:10:47.051Z||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-08-25T02:10:47.051Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:47.063Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:47.064Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:10:47.952Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36c8de22-a87b-4882-a1cf-dfc1d0062529 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:10:47.969Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36c8de22-a87b-4882-a1cf-dfc1d0062529 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:10:47.971Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:10:47.976Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T02:10:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:10:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:10:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:10:53.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:10:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:10:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857344373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:10:53.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:10:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:10:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857346379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:10:53.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:10:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:10:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "clamp", "timestamp": 1629857347381, "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-08-25T02:10:53.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36c8de22-a87b-4882-a1cf-dfc1d0062529 2021-08-25T02:10:53.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:11:17.977Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 36c8de22-a87b-4882-a1cf-dfc1d0062529 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-08-25T02:11:17.983Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36c8de22-a87b-4882-a1cf-dfc1d0062529 and serviceModelVersionId: 2d6edcf2-2f04-4b54-8b66-de9668bd9093 2021-08-25T02:11:17.984Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a09b1c2c-72a8-4a60-8b1c-f1a174b39397 2021-08-25T02:11:17.985Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0 2021-08-25T02:11:17.993Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:11:18.018Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0|INFO|500||Invoke 2021-08-25T02:11:18.018Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[36c8de22-a87b-4882-a1cf-dfc1d0062529], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5897a952-052a-4674-9d24-a8f99ca91f2f], X-ECOMP-RequestID=[36c8de22-a87b-4882-a1cf-dfc1d0062529], X-TransactionId=[], X-ONAP-RequestID=[36c8de22-a87b-4882-a1cf-dfc1d0062529], Content-Type=[application/merge-patch+json]} 2021-08-25T02:11:18.032Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:11:18.287Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?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/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210825-02:11:18:038-31005], vertex-id=[192744], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:11:18 GMT], Content-Type=[application/json]} 2021-08-25T02:11:18.287Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:11:18.288Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a09b1c2c-72a8-4a60-8b1c-f1a174b39397/model-vers/model-ver/2d6edcf2-2f04-4b54-8b66-de9668bd9093?depth=0|INFO|500||InvokeReturn 2021-08-25T02:11:18.288Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:11:18.288Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:11:18.292Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:11:18.292Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36c8de22-a87b-4882-a1cf-dfc1d0062529 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:11:18.293Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:11:18.293Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:18.294Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:18.294Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857478293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:11:18.395Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T02:11:18.395Z||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-08-25T02:11:18.396Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:18.408Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:18.409Z||pool-50-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-08-25T02:11:19.309Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:11:19.309Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:11:19.309Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:19.941Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:19.942Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-25T02:11:19.942Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1703f742-ca83-4adb-a5df-c4d724955268","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c83ae128-0d6a-40e3-b053-7d307ed1806f","serviceDescription":"service","serviceInvariantUUID":"0431f55a-862b-4aaa-8e0c-7ccac4bf0c07","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89216328-0d58-49f7-aa2b-99da46da6410","resourceInvariantUUID":"221751ff-e50d-4f96-a837-c85787a4c816","resourceCustomizationUUID":"d5da5d88-52c9-4324-8935-3e9d18143539","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":"YTMwMjRhMTYzNzNiMDk5YzJhYWUxYjExN2ZiOWU2N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2f91d13-d27f-414d-b9cf-677a19847392","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":"OGI2ZDA5YTE0MWZhZDg4OTZhMWI3NmY2YjI3ZWRiOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94b4257a-3a37-4e16-96da-6dee5ec63e01","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":"1781739b-5bf9-4eec-8738-8c17a262ec1b","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":"02049331-2d45-4d2b-9e13-c2fb7c53a838","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":"f485baa4-d417-4204-a3b3-a033ea5c38b2","artifactVersion":"2","generatedFromUUID":"1781739b-5bf9-4eec-8738-8c17a262ec1b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2IyMjBiYjE4YzAyMmIwMjI0NzkxNmE3OTJmOTNiNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3aaaf36-8935-4718-9d00-39c50037bbaf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjAxNmM2NGI5OWE3NzZiZjA5ZTY0Yzc0MzU5MzkwMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99d2072a-739f-4f2c-876e-1ffc0ad03c46","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T02:11:19.945Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:19.945Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:19.947Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:19.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:20.048Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:20.049Z||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-08-25T02:11:20.049Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:20.061Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:20.062Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:20.948Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:20.949Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:20.952Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:20.953Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:11:21.053Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:21.054Z||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-08-25T02:11:21.054Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:21.066Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:21.067Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:21.954Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:21.954Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:21.957Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:21.958Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-25T02:11:22.058Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:22.059Z||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-08-25T02:11:22.059Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:22.076Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:22.077Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:22.958Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:22.959Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:22.962Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:22.962Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:23.062Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:23.063Z||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-08-25T02:11:23.063Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:23.073Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:23.074Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:23.962Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:23.963Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:23.966Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:23.966Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-25T02:11:24.066Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:24.068Z||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-08-25T02:11:24.068Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:24.079Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:24.080Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:24.966Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:24.967Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:24.969Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:24.969Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:25.069Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:25.070Z||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-08-25T02:11:25.070Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:25.080Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:25.080Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:25.969Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:11:25.970Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:25.974Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:25.974Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:11:26.072Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-25T02:11:26.074Z||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-08-25T02:11:26.074Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:26.086Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:26.086Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:26.990Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c83ae128-0d6a-40e3-b053-7d307ed1806f", "serviceDescription": "service", "serviceInvariantUUID": "0431f55a-862b-4aaa-8e0c-7ccac4bf0c07", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d5da5d88-52c9-4324-8935-3e9d18143539", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "89216328-0d58-49f7-aa2b-99da46da6410", "resourceInvariantUUID": "221751ff-e50d-4f96-a837-c85787a4c816", "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": "OGI2ZDA5YTE0MWZhZDg4OTZhMWI3NmY2YjI3ZWRiOGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94b4257a-3a37-4e16-96da-6dee5ec63e01", "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": "1781739b-5bf9-4eec-8738-8c17a262ec1b", "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": "f485baa4-d417-4204-a3b3-a033ea5c38b2", "generatedFromUUID": "1781739b-5bf9-4eec-8738-8c17a262ec1b" }, "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": "f485baa4-d417-4204-a3b3-a033ea5c38b2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjAxNmM2NGI5OWE3NzZiZjA5ZTY0Yzc0MzU5MzkwMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99d2072a-739f-4f2c-876e-1ffc0ad03c46" } ], "workloadContext": "Production" } 2021-08-25T02:11:26.990Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T02:11:26.991Z|36c8de22-a87b-4882-a1cf-dfc1d0062529|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c83ae128-0d6a-40e3-b053-7d307ed1806f ASDC 2021-08-25T02:11:26.991Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:1703f742-ca83-4adb-a5df-c4d724955268 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c83ae128-0d6a-40e3-b053-7d307ed1806f ServiceInvariantUUID:0431f55a-862b-4aaa-8e0c-7ccac4bf0c07 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:99d2072a-739f-4f2c-876e-1ffc0ad03c46 ArtifactChecksum:ZjAxNmM2NGI5OWE3NzZiZjA5ZTY0Yzc0MzU5MzkwMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d5da5d88-52c9-4324-8935-3e9d18143539 ResourceInvariantUUID:221751ff-e50d-4f96-a837-c85787a4c816 ResourceName:basic_vm ResourceType:VF ResourceUUID:89216328-0d58-49f7-aa2b-99da46da6410 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:94b4257a-3a37-4e16-96da-6dee5ec63e01 ArtifactChecksum:OGI2ZDA5YTE0MWZhZDg4OTZhMWI3NmY2YjI3ZWRiOGQ= 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:1781739b-5bf9-4eec-8738-8c17a262ec1b 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:f485baa4-d417-4204-a3b3-a033ea5c38b2 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:f485baa4-d417-4204-a3b3-a033ea5c38b2 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-25T02:11:26.991Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c83ae128-0d6a-40e3-b053-7d307ed1806f 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-08-25T02:11:27.024Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:11:27.025Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:11:27.025Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:11:27.025Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 99d2072a-739f-4f2c-876e-1ffc0ad03c46 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-25T02:11:27.025Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:11:27.026Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-25T02:11:27.171Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:11:27.174Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 99d2072a-739f-4f2c-876e-1ffc0ad03c46 70855 2021-08-25T02:11:27.174Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-25T02:11:27.175Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-25T02:11:27.175Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:11:27.176Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:27.177Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:27.177Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857487174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:11:27.278Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T02:11:27.278Z||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-08-25T02:11:27.279Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:27.289Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:27.289Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:28.178Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:11:28.180Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-25T02:11:28.180Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 99d2072a-739f-4f2c-876e-1ffc0ad03c46, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:28.181Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-25T02:11:28.182Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:28.182Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:28.791Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12707860858296956951/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-08-25T02:11:29.652Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T02:11:29.652Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:11:29.652Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.652Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-25T02:11:29.652Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_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-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.653Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-25T02:11:29.654Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:29.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49b519bd-3078-4044-9a1c-57efd1dabc52 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:29.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c83ae128-0d6a-40e3-b053-7d307ed1806f Model Version:NULL Model InvariantUuid:0431f55a-862b-4aaa-8e0c-7ccac4bf0c07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:8fa4f4b5-52b8-40cd-ab35-27c13680f1d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:221751ff-e50d-4f96-a837-c85787a4c816 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d5da5d88-52c9-4324-8935-3e9d18143539 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d0f2e757-87bc-40b6-9570-c07fd2201211 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:79acfab0-89d8-47c5-8f93-c0e08aef866a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49b519bd-3078-4044-9a1c-57efd1dabc52 ModelInvariantUuid:3d61cc0f-531f-41bb-87a4-981d8467daf6 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:7efd89aa-5d94-47de-9973-5fc7f85e5726 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:86a47094-d08a-4962-9adc-ff2d231ce8b6 ModelInvariantUuid:3094b039-cff4-4f65-bf76-9e3b1f8876c4 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:c4ec20a7-2841-47e3-8de0-015f7104ed59 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-08-25T02:11:29.664Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 89216328-0d58-49f7-aa2b-99da46da6410 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-08-25T02:11:29.666Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-08-25T02:11:29.666Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89216328-0d58-49f7-aa2b-99da46da6410 2021-08-25T02:11:29.666Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 94b4257a-3a37-4e16-96da-6dee5ec63e01 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-25T02:11:29.667Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:11:29.667Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-25T02:11:29.985Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:11:29.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 94b4257a-3a37-4e16-96da-6dee5ec63e01 787 2021-08-25T02:11:29.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-25T02:11:29.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-25T02:11:29.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:11:29.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:29.988Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:29.988Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857489986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:11:30.088Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:30.089Z||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-08-25T02:11:30.089Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:30.101Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:30.102Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:30.988Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d0f2e757-87bc-40b6-9570-c07fd2201211", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79acfab0-89d8-47c5-8f93-c0e08aef866a", "vfModuleModelCustomizationUUID": "68d2d205-307d-403c-b02f-3f0a7b73c737", "isBase": true, "artifacts": [ "1781739b-5bf9-4eec-8738-8c17a262ec1b", "f485baa4-d417-4204-a3b3-a033ea5c38b2" ], "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-08-25T02:11:30.994Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79acfab0-89d8-47c5-8f93-c0e08aef866a VfModuleModelInvariantUUID:d0f2e757-87bc-40b6-9570-c07fd2201211 VfModuleModelDescription:NULL Artifacts UUID List:{ 1781739b-5bf9-4eec-8738-8c17a262ec1b , f485baa4-d417-4204-a3b3-a033ea5c38b2 } 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-08-25T02:11:30.997Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d0f2e757-87bc-40b6-9570-c07fd2201211", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79acfab0-89d8-47c5-8f93-c0e08aef866a", "vfModuleModelCustomizationUUID": "68d2d205-307d-403c-b02f-3f0a7b73c737", "isBase": true, "artifacts": [ "1781739b-5bf9-4eec-8738-8c17a262ec1b", "f485baa4-d417-4204-a3b3-a033ea5c38b2" ], "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-08-25T02:11:30.998Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79acfab0-89d8-47c5-8f93-c0e08aef866a VfModuleModelInvariantUUID:d0f2e757-87bc-40b6-9570-c07fd2201211 VfModuleModelDescription:NULL Artifacts UUID List:{ 1781739b-5bf9-4eec-8738-8c17a262ec1b , f485baa4-d417-4204-a3b3-a033ea5c38b2 } 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-08-25T02:11:30.998Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1781739b-5bf9-4eec-8738-8c17a262ec1b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-25T02:11:30.998Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:11:30.998Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-25T02:11:31.506Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:11:31.506Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1781739b-5bf9-4eec-8738-8c17a262ec1b 5033 2021-08-25T02:11:31.506Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-25T02:11:31.506Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-25T02:11:31.506Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:11:31.507Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:31.508Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:31.508Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857491506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:11:31.610Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:31.618Z||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-08-25T02:11:31.618Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:31.629Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:31.629Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:11:32.508Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f485baa4-d417-4204-a3b3-a033ea5c38b2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-25T02:11:32.509Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-25T02:11:32.510Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-25T02:11:33.879Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-25T02:11:33.880Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f485baa4-d417-4204-a3b3-a033ea5c38b2 903 2021-08-25T02:11:33.881Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-25T02:11:33.881Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-25T02:11:33.881Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:11:33.881Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:33.883Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:33.884Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857493881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:11:33.984Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:33.985Z||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-08-25T02:11:33.985Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:33.997Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:33.998Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:34.884Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c83ae128-0d6a-40e3-b053-7d307ed1806f 2021-08-25T02:11:34.885Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 89216328-0d58-49f7-aa2b-99da46da6410 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-08-25T02:11:34.895Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.895Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.895Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-25T02:11:34.895Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d5da5d88-52c9-4324-8935-3e9d18143539 2021-08-25T02:11:34.895Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5da5d88-52c9-4324-8935-3e9d18143539 matches Tosca VF Customization UUID: d5da5d88-52c9-4324-8935-3e9d18143539 2021-08-25T02:11:34.896Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d5da5d88-52c9-4324-8935-3e9d18143539 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-08-25T02:11:34.897Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.897Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d5da5d88-52c9-4324-8935-3e9d18143539: {\"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-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b38b57e 2021-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68d2d205-307d-403c-b02f-3f0a7b73c737 2021-08-25T02:11:34.898Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68d2d205-307d-403c-b02f-3f0a7b73c737 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-08-25T02:11:34.900Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.900Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:34.900Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:34.900Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-25T02:11:34.901Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49b519bd-3078-4044-9a1c-57efd1dabc52 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-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-25T02:11:34.903Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d5da5d88-52c9-4324-8935-3e9d18143539 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-08-25T02:11:34.904Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.904Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c83ae128-0d6a-40e3-b053-7d307ed1806f: basic_vm 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:11:34.905Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||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-08-25T02:11:34.972Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 89216328-0d58-49f7-aa2b-99da46da6410 1 ASDC deployResourceStructure 2021-08-25T02:11:34.973Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-25T02:11:34.973Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-25T02:11:34.973Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:11:34.974Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:34.976Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:34.976Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857494973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:11:35.076Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:35.077Z||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-08-25T02:11:35.078Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:35.089Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:35.090Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:35.977Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-25T02:11:35.978Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-25T02:11:35.978Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:11:35.979Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:35.981Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:35.981Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857495976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:11:36.081Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:36.083Z||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-08-25T02:11:36.083Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:36.095Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:36.095Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:36.982Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-25T02:11:36.983Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-25T02:11:36.984Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:11:36.984Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:36.986Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:36.987Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857496982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-25T02:11:37.087Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:11:37.087Z||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-08-25T02:11:37.087Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:37.098Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:37.099Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:37.988Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-25T02:11:37.988Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-25T02:11:37.989Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:11:37.989Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:11:37.997Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:11:37.997Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857497987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:11:38.092Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-08-25T02:11:38.093Z||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-08-25T02:11:38.093Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:38.103Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:38.104Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:11:38.997Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:11:39.005Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:11:39.007Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:11:39.007Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:11:39.007Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:11:53.692Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:11:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:11:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:11:53.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:11:53.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c50955c-7c1b-4a85-b0a5-bff22ed60fdf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857431691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:11:53.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:11:53.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/resourceInstances/pnfa55a9cc0e9250/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857432708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857445223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857446948, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsuzvglrz2lbewrklo9p/1.0/artifacts/service-DemoPnfQsuzvglrz2lbewrklo9p-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:11:53.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:09.007Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:12:09.019Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:12:09.022Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:12:09.023Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:12:09.023Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:12:39.024Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:12:39.046Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:12:39.048Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:12:39.048Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:12:39.048Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:12:53.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:12:53.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:12:53.694Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:12:54.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:12:54.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "36c8de22-a87b-4882-a1cf-dfc1d0062529", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857478293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857474394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857469516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857479309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "dcae-sch", "timestamp": 1629857479462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857486150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857487174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857487295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857488441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857482293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857489460, "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-08-25T02:12:54.243Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.243Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857489986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857490214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "multicloud-k8s-id", "timestamp": 1629857490462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "cds", "timestamp": 1629857491218, "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-08-25T02:12:54.254Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.254Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857491506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857486679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857493881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857487689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857494973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857495976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857496982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857497156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857497987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857498159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857498286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "policy-id", "timestamp": 1629857499161, "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-08-25T02:12:54.265Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.265Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:12:54.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857493567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857500389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857501695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857503390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "clamp", "timestamp": 1629857504393, "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-08-25T02:12:54.278Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.278Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857504441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857504616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857505444, "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-08-25T02:12:54.290Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.291Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:12:54.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-25T02:12:54.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "aai-ml", "timestamp": 1629857505619, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:12:54.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1703f742-ca83-4adb-a5df-c4d724955268 2021-08-25T02:12:54.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:13:09.048Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:13:09.062Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:13:09.065Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:13:09.065Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T02:13:09.065Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T02:13:09.065Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T02:13:09.065Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:13:09.066Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:13:09.072Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T02:13:39.072Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1703f742-ca83-4adb-a5df-c4d724955268 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-08-25T02:13:39.083Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1703f742-ca83-4adb-a5df-c4d724955268 and serviceModelVersionId: c83ae128-0d6a-40e3-b053-7d307ed1806f 2021-08-25T02:13:39.083Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0431f55a-862b-4aaa-8e0c-7ccac4bf0c07 2021-08-25T02:13:39.084Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?depth=0 2021-08-25T02:13:39.091Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:13:39.120Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?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-08-25T02:13:39.121Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?depth=0|INFO|500||Invoke 2021-08-25T02:13:39.134Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:13:39.655Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?depth=0|INFO|500||InvokeReturn 2021-08-25T02:13:39.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0431f55a-862b-4aaa-8e0c-7ccac4bf0c07/model-vers/model-ver/c83ae128-0d6a-40e3-b053-7d307ed1806f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210825-02:13:39:140-3096], vertex-id=[192536], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:13:39 GMT], Content-Type=[application/json]} 2021-08-25T02:13:39.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:13:39.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:13:39.656Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:13:39.662Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:13:39.662Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1703f742-ca83-4adb-a5df-c4d724955268 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:13:39.662Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:13:39.663Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:13:39.665Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:13:39.665Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857619662, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:13:39.765Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:13:39.766Z||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-08-25T02:13:39.766Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:13:39.779Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:13:39.779Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 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-08-25T02:13:40.679Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:13:40.680Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:13:40.681Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:13:50.873Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:13:50.874Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:13:50.874Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:13:50.875Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:13:53.691Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:13:53.692Z||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-08-25T02:13:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:13:54.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:13:54.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-25T02:13:54.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1703f742-ca83-4adb-a5df-c4d724955268", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857619662, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:13:54.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:14:00.450Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:14:00.451Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:14:00.451Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:14:00.452Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:14:09.997Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:14:10.000Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:14:10.002Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:14:10.002Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:14:19.543Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:14:53.690Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:14:53.691Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:14:53.691Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:14:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:14:53.692Z||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-08-25T02:14:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:03.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:03.239Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:53.690Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:15:53.691Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:15:53.691Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:53.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:15:53.692Z||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-08-25T02:15:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:54.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857737293, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857733567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "dcae-sch", "timestamp": 1629857739463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857749020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857749038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "cds", "timestamp": 1629857750042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-25T02:15:54.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:15:54.298Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:15:54.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857750842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629857751845, "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-08-25T02:15:54.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:15:54.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:15:54.319Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:54.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"92df89c8-b919-4fb5-b649-160ee021db5d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3464e2b6-c2a1-40c6-a719-f4c9cad057a0","serviceDescription":"service","serviceInvariantUUID":"3287731d-f45a-45f3-ae12-ba402609f1a5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bdae9aa-aa51-4a0b-abca-da9beeb1ba40","resourceInvariantUUID":"90e5337a-6db1-4da6-b018-7fb34797710e","resourceCustomizationUUID":"e955bff2-ec96-47c5-9c85-802b9630a88a","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":"MjBhYjcyMTAzY2E1NzU1OWY3OGY3YzA3NDgzY2EzY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14fbd719-5138-4809-aaaf-171a18c5f569","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":"746b432e-4153-41b1-8084-1e2fdd2529a5","artifactVersion":"2","generatedFromUUID":"2ed35656-caaa-489e-88cc-8c62c43ae754"},{"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":"2ed35656-caaa-489e-88cc-8c62c43ae754","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":"ODBmYTg5MjNmMjE3ZTkwNjZmYWQwYzIzMDZmMTI1ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6fe0606d-b860-4c66-aade-ed983e61d722","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":"6caf1d50-682d-4e5b-b232-a42b79c94295","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":"5ad7e6d9-82da-4885-96fa-7e6a6fa8a52d","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":"ef89883d-eb72-4506-b93c-db326a03ec75","artifactVersion":"2","generatedFromUUID":"6caf1d50-682d-4e5b-b232-a42b79c94295"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2Q5ZjQ1NGIxMDAzZDJlNjdlZGM5ZTYzMmExOGI5Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac22701b-c279-4742-afdc-aab1ac973b81","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWFkODI5ZjU0NzgyMThkZmQ0MGU1MDY1MGE0ZGFhYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c51d29d9-ae81-4890-8111-b352824177b9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857744394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:15:54.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:15:54.322Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:54.322Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:54.324Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:54.324Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:54.424Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:15:54.425Z||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-08-25T02:15:54.425Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:54.436Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:54.437Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:15:55.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:55.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:55.326Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:55.326Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-25T02:15:55.426Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:15:55.427Z||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-08-25T02:15:55.427Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:55.438Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:55.439Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:15:56.327Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:56.328Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:56.330Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:56.330Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-25T02:15:56.430Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-25T02:15:56.431Z||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-08-25T02:15:56.431Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:56.443Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:56.443Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:15:57.331Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:57.332Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:57.333Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:57.333Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:15:57.434Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T02:15:57.435Z||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-08-25T02:15:57.435Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:57.447Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:57.448Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:15:58.334Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:58.335Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:58.337Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:58.337Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-25T02:15:58.437Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:15:58.438Z||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-08-25T02:15:58.438Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:58.449Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:58.449Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:15:59.337Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:15:59.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:15:59.341Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:15:59.341Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:15:59.441Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:15:59.442Z||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-08-25T02:15:59.442Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:15:59.453Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:15:59.453Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:00.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:16:00.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:00.343Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:00.344Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-25T02:16:00.444Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:00.445Z||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-08-25T02:16:00.445Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:00.455Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:00.455Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:01.344Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:16:01.345Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:01.347Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:01.348Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:16:01.448Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:01.448Z||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-08-25T02:16:01.449Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:01.460Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:01.461Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:02.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-25T02:16:02.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:02.350Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:02.350Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:16:02.450Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:02.451Z||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-08-25T02:16:02.451Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:02.464Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:02.465Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:03.351Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3464e2b6-c2a1-40c6-a719-f4c9cad057a0", "serviceDescription": "service", "serviceInvariantUUID": "3287731d-f45a-45f3-ae12-ba402609f1a5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e955bff2-ec96-47c5-9c85-802b9630a88a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1bdae9aa-aa51-4a0b-abca-da9beeb1ba40", "resourceInvariantUUID": "90e5337a-6db1-4da6-b018-7fb34797710e", "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": "746b432e-4153-41b1-8084-1e2fdd2529a5", "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": "2ed35656-caaa-489e-88cc-8c62c43ae754", "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": "ODBmYTg5MjNmMjE3ZTkwNjZmYWQwYzIzMDZmMTI1ZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6fe0606d-b860-4c66-aade-ed983e61d722", "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": "6caf1d50-682d-4e5b-b232-a42b79c94295", "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": "ef89883d-eb72-4506-b93c-db326a03ec75", "generatedFromUUID": "6caf1d50-682d-4e5b-b232-a42b79c94295" }, "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": "ef89883d-eb72-4506-b93c-db326a03ec75", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWFkODI5ZjU0NzgyMThkZmQ0MGU1MDY1MGE0ZGFhYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c51d29d9-ae81-4890-8111-b352824177b9" } ], "workloadContext": "Production" } 2021-08-25T02:16:03.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-25T02:16:03.352Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3464e2b6-c2a1-40c6-a719-f4c9cad057a0 ASDC 2021-08-25T02:16:03.353Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:92df89c8-b919-4fb5-b649-160ee021db5d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3464e2b6-c2a1-40c6-a719-f4c9cad057a0 ServiceInvariantUUID:3287731d-f45a-45f3-ae12-ba402609f1a5 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:c51d29d9-ae81-4890-8111-b352824177b9 ArtifactChecksum:NWFkODI5ZjU0NzgyMThkZmQ0MGU1MDY1MGE0ZGFhYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e955bff2-ec96-47c5-9c85-802b9630a88a ResourceInvariantUUID:90e5337a-6db1-4da6-b018-7fb34797710e ResourceName:basic_cnf ResourceType:VF ResourceUUID:1bdae9aa-aa51-4a0b-abca-da9beeb1ba40 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:746b432e-4153-41b1-8084-1e2fdd2529a5 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:2ed35656-caaa-489e-88cc-8c62c43ae754 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:6fe0606d-b860-4c66-aade-ed983e61d722 ArtifactChecksum:ODBmYTg5MjNmMjE3ZTkwNjZmYWQwYzIzMDZmMTI1ZTk= 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:6caf1d50-682d-4e5b-b232-a42b79c94295 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:ef89883d-eb72-4506-b93c-db326a03ec75 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:ef89883d-eb72-4506-b93c-db326a03ec75 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-25T02:16:03.353Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3464e2b6-c2a1-40c6-a719-f4c9cad057a0 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-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c51d29d9-ae81-4890-8111-b352824177b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:03.389Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-25T02:16:03.733Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:03.736Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c51d29d9-ae81-4890-8111-b352824177b9 68762 2021-08-25T02:16:03.736Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-25T02:16:03.736Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-25T02:16:03.736Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:03.736Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:03.738Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:03.738Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857763736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:03.838Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:03.839Z||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-08-25T02:16:03.840Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:03.851Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:03.852Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:04.738Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-25T02:16:04.740Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-25T02:16:04.740Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c51d29d9-ae81-4890-8111-b352824177b9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-25T02:16:04.769Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-25T02:16:04.769Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-25T02:16:04.770Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-25T02:16:04.852Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7106671881781324584/Definitions/service-BasicCnf-template.yml 2021-08-25T02:16:05.684Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-25T02:16:05.684Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.685Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:05.686Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=177c7202-6182-4fdd-83eb-bd385d1fc9ad 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.687Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.688Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:05.688Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:05.688Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3464e2b6-c2a1-40c6-a719-f4c9cad057a0 Model Version:NULL Model InvariantUuid:3287731d-f45a-45f3-ae12-ba402609f1a5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3727ca56-e7da-4b06-861e-fd011ad6f6f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:90e5337a-6db1-4da6-b018-7fb34797710e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e955bff2-ec96-47c5-9c85-802b9630a88a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:67248648-c350-4837-a407-b586d75799c1 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:68a46bae-d3ff-4032-af84-917ee7f9176f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:177c7202-6182-4fdd-83eb-bd385d1fc9ad ModelInvariantUuid:ecada8bc-7a90-4957-9513-f12549ede6a9 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4efd4bd0-ffa4-4e81-90b1-ecb6e79b0028 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:16b382d4-c2d8-4731-8970-64b65e308c93 ModelInvariantUuid:205ca660-a296-4484-a36e-ec8e57f9130e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b90476e2-93ee-4ee0-963b-3b1547f43e40 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-08-25T02:16:05.694Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bdae9aa-aa51-4a0b-abca-da9beeb1ba40 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-08-25T02:16:05.698Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||basic_cnf 0 2021-08-25T02:16:05.698Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bdae9aa-aa51-4a0b-abca-da9beeb1ba40 2021-08-25T02:16:05.698Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 746b432e-4153-41b1-8084-1e2fdd2529a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-25T02:16:05.698Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:05.698Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.904Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:05.905Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 746b432e-4153-41b1-8084-1e2fdd2529a5 12 2021-08-25T02:16:05.905Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.905Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:05.905Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:05.905Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:05.907Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:05.908Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857765905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:06.008Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:06.009Z||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-08-25T02:16:06.009Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:06.023Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:06.023Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:06.908Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ed35656-caaa-489e-88cc-8c62c43ae754 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-25T02:16:06.909Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:06.909Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:07.018Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:07.018Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2ed35656-caaa-489e-88cc-8c62c43ae754 2688 2021-08-25T02:16:07.019Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:07.019Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:07.019Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:07.020Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:07.023Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:07.023Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857767019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:07.123Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:07.123Z||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-08-25T02:16:07.123Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:07.134Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:07.134Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:08.025Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6fe0606d-b860-4c66-aade-ed983e61d722 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-25T02:16:08.026Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:08.026Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:08.144Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:08.144Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6fe0606d-b860-4c66-aade-ed983e61d722 828 2021-08-25T02:16:08.145Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:08.145Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:08.145Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:08.145Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:08.147Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:08.147Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857768145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:08.247Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:08.248Z||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-08-25T02:16:08.248Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:08.261Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:08.261Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:09.147Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "67248648-c350-4837-a407-b586d75799c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "68a46bae-d3ff-4032-af84-917ee7f9176f", "vfModuleModelCustomizationUUID": "c16ca042-9a31-4352-8717-27d4342a3e5b", "isBase": true, "artifacts": [ "2ed35656-caaa-489e-88cc-8c62c43ae754", "6caf1d50-682d-4e5b-b232-a42b79c94295", "ef89883d-eb72-4506-b93c-db326a03ec75" ], "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-08-25T02:16:09.155Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:68a46bae-d3ff-4032-af84-917ee7f9176f VfModuleModelInvariantUUID:67248648-c350-4837-a407-b586d75799c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ed35656-caaa-489e-88cc-8c62c43ae754 , 6caf1d50-682d-4e5b-b232-a42b79c94295 , ef89883d-eb72-4506-b93c-db326a03ec75 } 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-08-25T02:16:09.160Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "67248648-c350-4837-a407-b586d75799c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "68a46bae-d3ff-4032-af84-917ee7f9176f", "vfModuleModelCustomizationUUID": "c16ca042-9a31-4352-8717-27d4342a3e5b", "isBase": true, "artifacts": [ "2ed35656-caaa-489e-88cc-8c62c43ae754", "6caf1d50-682d-4e5b-b232-a42b79c94295", "ef89883d-eb72-4506-b93c-db326a03ec75" ], "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-08-25T02:16:09.160Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:68a46bae-d3ff-4032-af84-917ee7f9176f VfModuleModelInvariantUUID:67248648-c350-4837-a407-b586d75799c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ed35656-caaa-489e-88cc-8c62c43ae754 , 6caf1d50-682d-4e5b-b232-a42b79c94295 , ef89883d-eb72-4506-b93c-db326a03ec75 } 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-08-25T02:16:09.161Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6caf1d50-682d-4e5b-b232-a42b79c94295 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-25T02:16:09.161Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:09.161Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:09.284Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:09.285Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6caf1d50-682d-4e5b-b232-a42b79c94295 1164 2021-08-25T02:16:09.285Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:09.285Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:09.285Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:09.285Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:09.287Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:09.288Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857769285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:09.388Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:09.389Z||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-08-25T02:16:09.389Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:09.400Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:09.400Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:10.288Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef89883d-eb72-4506-b93c-db326a03ec75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-25T02:16:10.289Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-25T02:16:10.289Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:10.607Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-25T02:16:10.608Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ef89883d-eb72-4506-b93c-db326a03ec75 200 2021-08-25T02:16:10.608Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:10.608Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:10.608Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-25T02:16:10.608Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:10.610Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:10.611Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857770608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:16:10.711Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:10.711Z||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-08-25T02:16:10.712Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:10.725Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:10.726Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:11.611Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3464e2b6-c2a1-40c6-a719-f4c9cad057a0 2021-08-25T02:16:11.612Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1bdae9aa-aa51-4a0b-abca-da9beeb1ba40 ASDC 2021-08-25T02:16:11.617Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e955bff2-ec96-47c5-9c85-802b9630a88a 2021-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e955bff2-ec96-47c5-9c85-802b9630a88a matches Tosca VF Customization UUID: e955bff2-ec96-47c5-9c85-802b9630a88a 2021-08-25T02:16:11.628Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e955bff2-ec96-47c5-9c85-802b9630a88a 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-08-25T02:16:11.630Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.630Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e955bff2-ec96-47c5-9c85-802b9630a88a: {\"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-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b82ee2 2021-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c16ca042-9a31-4352-8717-27d4342a3e5b 2021-08-25T02:16:11.631Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c16ca042-9a31-4352-8717-27d4342a3e5b 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-08-25T02:16:11.633Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.633Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:11.633Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:11.633Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.633Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:11.634Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:11.634Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.634Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-25T02:16:11.634Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-25T02:16:11.634Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=177c7202-6182-4fdd-83eb-bd385d1fc9ad 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-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-25T02:16:11.636Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e955bff2-ec96-47c5-9c85-802b9630a88a 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-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3464e2b6-c2a1-40c6-a719-f4c9cad057a0: basic_cnf 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.638Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.639Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.639Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.639Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-25T02:16:11.639Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-25T02:16:11.639Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:11.702Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1bdae9aa-aa51-4a0b-abca-da9beeb1ba40 1 ASDC deployResourceStructure 2021-08-25T02:16:11.703Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:11.703Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:11.703Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-25T02:16:11.703Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:11.705Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:11.705Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857771702, "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-08-25T02:16:11.805Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:11.805Z||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-08-25T02:16:11.805Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:11.816Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:11.817Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:12.709Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:12.709Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:12.709Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-25T02:16:12.709Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:12.710Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:12.710Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857772709, "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-08-25T02:16:12.811Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-25T02:16:12.812Z||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-08-25T02:16:12.812Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:12.823Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:12.823Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:13.713Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:13.713Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:13.713Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:16:13.713Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:13.715Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:13.715Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857773713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:16:13.815Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:13.816Z||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-08-25T02:16:13.816Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:13.827Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:13.828Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:14.717Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:14.717Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:14.718Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:16:14.718Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:14.720Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:14.721Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857774715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:16:14.821Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:14.822Z||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-08-25T02:16:14.822Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:14.833Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:14.833Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-25T02:16:15.723Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:15.723Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||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-08-25T02:16:15.724Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:16:15.724Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:15.727Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:15.727Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857775723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-25T02:16:15.827Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:15.828Z||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-08-25T02:16:15.828Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:15.840Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:15.840Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:16:16.728Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-25T02:16:16.729Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-25T02:16:16.729Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-25T02:16:16.729Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:16:16.732Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:16:16.732Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857776728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:16:16.832Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:16:16.833Z||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-08-25T02:16:16.833Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:16.844Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:16.844Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-25T02:16:17.733Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:16:17.745Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:16:17.748Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:16:17.749Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:16:17.749Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:16:47.749Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:16:47.763Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:16:47.766Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:16:47.766Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:16:47.767Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:16:53.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:16:53.692Z||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-08-25T02:16:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:16:53.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:16:53.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:16:53.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-25T02:16:53.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:17:17.767Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:17:17.781Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:17:17.785Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:17:17.785Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:17:17.785Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:17:47.786Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:17:47.799Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:17:47.801Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:17:47.802Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:17:47.802Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:17:53.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:17:53.693Z||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-08-25T02:17:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:17:53.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:17:53.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:17:53.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:17:53.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:17.802Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:18:17.815Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:18:17.819Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:18:17.819Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:18:17.819Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:18:47.819Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:18:47.827Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:18:47.829Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:18:47.829Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-25T02:18:47.829Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-25T02:18:53.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:18:53.693Z||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-08-25T02:18:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:18:54.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:18:54.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857746679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857757783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857749516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-25T02:18:54.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857758787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857759406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "policy-id", "timestamp": 1629857759789, "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-08-25T02:18:54.231Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:18:54.232Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:18:54.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857760882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857761417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857762277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857753690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857763422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857763697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857763736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "clamp", "timestamp": 1629857764425, "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-08-25T02:18:54.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:18:54.248Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:18:54.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857765092, "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-08-25T02:18:54.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:18:54.262Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:18:54.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-25T02:18:54.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857765905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "multicloud-k8s-id", "timestamp": 1629857766095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857757689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857767019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857767465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857768145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857769285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857770608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-25T02:18:54.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857771702, "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-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857772709, "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-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857773713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857774715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857775154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857775723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "aai-ml", "timestamp": 1629857776157, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:18:54.276Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92df89c8-b919-4fb5-b649-160ee021db5d 2021-08-25T02:18:54.276Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:18:54.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:18:54.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857776728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-25T02:18:54.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:19:17.829Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-25T02:19:17.842Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-25T02:19:17.845Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-25T02:19:17.846Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-25T02:19:17.853Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-25T02:19:47.853Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92df89c8-b919-4fb5-b649-160ee021db5d 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-08-25T02:19:47.857Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92df89c8-b919-4fb5-b649-160ee021db5d and serviceModelVersionId: 3464e2b6-c2a1-40c6-a719-f4c9cad057a0 2021-08-25T02:19:47.858Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3287731d-f45a-45f3-ae12-ba402609f1a5 2021-08-25T02:19:47.859Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?depth=0 2021-08-25T02:19:47.863Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-25T02:19:47.887Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?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-08-25T02:19:47.888Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?depth=0|INFO|500||Invoke 2021-08-25T02:19:47.908Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-25T02:19:47.987Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?depth=0|INFO|500||InvokeReturn 2021-08-25T02:19:47.987Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3287731d-f45a-45f3-ae12-ba402609f1a5/model-vers/model-ver/3464e2b6-c2a1-40c6-a719-f4c9cad057a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210825-02:19:47:918-23791], vertex-id=[184360], Content-Length=[0], Date=[Wed, 25 Aug 2021 02:19:47 GMT], Content-Type=[application/json]} 2021-08-25T02:19:47.988Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-08-25T02:19:47.988Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-25T02:19:47.988Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 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-08-25T02:19:47.993Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-25T02:19:47.993Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92df89c8-b919-4fb5-b649-160ee021db5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-25T02:19:47.993Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-25T02:19:47.993Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-25T02:19:47.996Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-25T02:19:47.996Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857987993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:19:48.096Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-25T02:19:48.097Z||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-08-25T02:19:48.097Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:19:48.112Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:19:48.112Z||pool-88-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-08-25T02:19:49.011Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:19:49.011Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:19:49.011Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:19:53.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:19:53.692Z||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-08-25T02:19:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:19:54.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:19:54.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-25T02:19:54.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "92df89c8-b919-4fb5-b649-160ee021db5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629857987993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-25T02:19:54.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-25T02:19:59.217Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:19:59.218Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:19:59.218Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:19:59.218Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:20:08.762Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:20:08.762Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:20:08.763Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:20:08.763Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:20:18.306Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:20:18.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:20:18.307Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:20:18.307Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:20:27.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:20:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:20:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:20:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:20:53.691Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:20:53.692Z||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-08-25T02:20:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:21:03.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:21:03.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:21:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:21:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:21:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:21:53.692Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:21:53.693Z||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-08-25T02:21:53.693Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:22:03.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:22:03.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:22:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:22:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:22:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:22:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:22:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:22:53.692Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:23:03.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:23:03.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:23:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:23:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:23:53.691Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:23:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:23:53.692Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:23:53.692Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:24:03.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:24:03.241Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:24:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:24:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:24:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:24:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:24:53.692Z||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-08-25T02:24:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:25:03.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:25:03.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:25:53.690Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:25:53.691Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:25:53.691Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:25:53.691Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:25:53.692Z||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-08-25T02:25:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:26:03.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:26:03.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:26:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:26:53.691Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:26:53.692Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:26:53.692Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:26:53.692Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:26:53.693Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:27:03.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:27:03.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:27:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:27:53.691Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:27:53.692Z|1703f742-ca83-4adb-a5df-c4d724955268|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-08-25T02:27:53.692Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:27:53.692Z|1703f742-ca83-4adb-a5df-c4d724955268|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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:27:53.692Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:28:03.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:28:03.239Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:28:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:28:53.691Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:28:53.691Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:28:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:28:53.692Z||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-08-25T02:28:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:29:03.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:29:03.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:29:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:29:53.691Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:29:53.691Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:29:53.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:29:53.692Z||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-08-25T02:29:53.692Z||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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:30:03.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:30:03.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:30:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:30:53.691Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:30:53.691Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:30:53.691Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:30:53.692Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:30:53.692Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:31:03.237Z|92df89c8-b919-4fb5-b649-160ee021db5d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:31:03.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:31:53.690Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:31:53.691Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-25T02:31:53.691Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5BtatSHpIKMJBgSk) ... 2021-08-25T02:31:53.691Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-25T02:31:53.692Z|1703f742-ca83-4adb-a5df-c4d724955268|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-08-25T02:31:53.692Z|1703f742-ca83-4adb-a5df-c4d724955268|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 5BtatSHpIKMJBgSk) ... 2021-08-25T02:32:03.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-25T02:32:03.238Z|1703f742-ca83-4adb-a5df-c4d724955268|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK